﻿html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
#design_by_lichtenart {
	width: 874px;
	text-align: left;
	margin: 10px 0 30px 0;
	margin-left: auto;
	margin-right: auto;
	
}
#header {
	position: relative;
	height: 217px;
	width: 100%;
}
#head_search {
	position: relative;
	top: 20px;
	left: 20%;
}
#head_search .inputbox {
	width: 122px;
	text-align: left;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	font-size: 1.05em;
	color: #555;
}
#breadcrumbs {
	border-bottom: 1px dashed #1F7AA4;
	font-size:10px;
	padding-left:8px;
}
.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: 20px;
	width: 600px;
	left: 40px;
}
.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 {
	font-size: 1em;
	text-align: left;
}
#maincol li {
	list-style-image: url('../images/arrowsmall.png');
	text-align: left;
}
h1, h2, #leftcol h3 {
	width: 100%;
	background:#efefef;
	font-size: 1.15em;
	color: #000;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}
h1, #leftcol h3 {
	text-align:center;
}
#leftcol h3 {
	font-size: 0.9em;
}
h2{
	text-align:left;
}

h3 {
	font-size: 1.15em;
	color: #E58831;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}
h5 {
	font-size:9px;
	font-weight:normal;
}
.componentheading {
	width: 98%;
	text-align: left;
	color: #000;
	background: #EFEFEF;
	font-size: 1.5em;
	padding:5px;
}
.contentheading {
	width: 98%;
	text-align: left;
	color: #555;
	font-size: 1.2em;
	padding-top: 10px;
	border-bottom: 1px solid #1F7AA4;
}
.contentpaneopen {
	margin: 0 5px 0 5px;
	width:100%;
}
.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;
}
.buttonheading img {
	border:0px;
	padding-top: 10px;
}

/*########### inside tables #######*/
table.summary_box {
	font-size: 10px;
	width:270px;
	float:right;
}
table.essential_enduring {
	font-size: 12px;
	width:400px;
	font-weight:bold;
}
table.summary_box, table.essential_enduring {
	background:#E1F5E5;
	margin:5px 0px 5px 5px;
	border: 2px solid #1E749C;
}
table.summary_box td, table.essential_enduring td {
	padding:0px 3px 5px 3px;
	border-top: 1px solid #ffffff;
}
table.summary_box ul, table.essential_enduring ul {
	list-style:none inside;
	padding: 0;
	margin: 0;
}
table.summary_box li, table.essential_enduring li, table.summary_box li p, table.essential_enduring li  p {
	list-style-image:url('../images/square.gif') !important;
	padding: 0;
	margin: 0;
	text-indent: -7px
}
table.photo_table {
	font-size:9px;
	border:0px;
	margin:5px;
	padding:0px;
	float:right;
}
table.photo_table img {
	border:0px;
	
}


hr {
	color: #1E749C;
	background-color: #1E749C;
	height: 1px;
}
ul {
	text-align:left;
}
