﻿html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #333 url('../images/bg.gif') repeat fixed;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#design_by_lichtenart {
	width: 874px;
	text-align: left;
	margin: 50px 0 50px 0;
	margin-left: auto;
	margin-right: auto;
	
}
#header {
	position: relative;
	height: 217px;
	width: 100%;
}
#head_search {
	position: relative;
	top: 15%;
	left: 20%;
}
#head_search .inputbox {
	width: 75%;
	border: 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	font-size: 1.05em;
	color: #555;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper{
	padding-left:40px;
}
#leftcol {
	width: 160px;
	float: left;
	position: relative;
}
#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 630px;
	margin-right: 35px;
}
#footer_modul {
	position: relative;
	top: 30px;
	width: 600px;
	height: 110px;
	left: 70px;
	overflow: auto;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*printer styles*/
@media print
{
/*hide the left column when printing*/
#leftcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
}
p, div {
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-align: center;
}
#maincol li {
	list-style-image: url('../images/arrowsmall.png');
	text-align: justify;
}
h1, h2, h3 {
	width: 100%;
	text-align: center;
	background: #EFEFEF;
	font-size: 1.15em;
	color: #333;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}
.componentheading {
	width: 98%;
	text-align: right;
	color: #000;
	background: #EFEFEF;
	font-size: 1.5em;
	padding: 5px;
}
.contentheading {
	width: 98%;
	text-align: left;
	color: #555;
	font-size: 1.2em;
	border-bottom: 1px solid #DDD;
}
.contentpaneopen {
	margin: 0 5px 0 5px;
}
.sectiontableheader {
	line-height: 1.6em;
	background: #DDD;
}
.sectiontableentry1 {
	padding: 5px 0 5px 0;
}
.sectiontableentry2 {
	background: #EFEFEF;
	padding: 5px 0 5px 0;
}
td.contentdescription {
	padding: 5px 0 5px 0;
}
.contenttoc {
	margin: 0 10px 0 10px;
}
.small, .createdate, .modifydate {
	font-size: 0.9em;
	color: #999;
}
#maincol .inputbox, #leftcol .inputbox {
	background-image: url('../images/input_bg.gif');
	border: 1px solid #AAA;
}
#maincol .inputbox:hover, #leftcol .inputbox:hover {
	border: 1px solid #333;
}
#leftcol a {
	color: #FFF;
}
div.moduletable table {
	padding: 0 5px 0 5px;
}

