/* CSS for Ernst Hesse */ 
html, body{ 
	margin:0; 
	padding: 20px 0 20px 0; 
	text-align:center; 
	background-color: #4F626D;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

a, a:link, a:active, a:visited {
	color: #9EC791;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 0;
}

.clearboth { clear: both; }

.thumbnail
{
	float: left;
	width: 50px;
	margin: 0 2px 2px 0px;
	padding: 0;
	text-align: center;
	line-height: 100%;
}

.thumbnail img {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, strong, table, p {
	margin: 0 0 5px 0;
	line-height: 140%;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 170%;
	font-weight: normal;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}

form {
	margin: 0;
	padding: 0;
	z-index: 0;
}

#pagewidth { 
	width: 620px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
} 
 
#header {
	position: relative; 
	background-color: #4F626D; 
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
} 

#header .content {
	padding: 5px 15px 5px 5px;
	text-align: right;
}

#leftcol {
	width: 180px; 
	float: left; 
	position: relative; 
}
 
#maincol {
	background-color: #4F626D;  
	float: right; 
	display: inline; 
	position: relative; 
	width: 440px;
	background-image: url(_img/background.gif);
	background-repeat: repeat-y;
}

#maincol .content {
	padding: 10px;
}

#footer {
	background-color: #4F626D; 
	clear: both;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;
} 

#footer .content {
	padding: 5px;
	text-align: left;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}

#navcontainer {
	padding: 10px 0 10px 0;
}

#navcontainer ul {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#navcontainer ul ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	font-weight: normal;
}

#navcontainer a.current, #navcontainer a.current:link, #navcontainer a.current:active, #navcontainer a.current:visited, #navcontainer a.current:hover {
	color: #CCCCCC;
}

#navcontainer a, #navcontainer a:link, #navcontainer a:active, #navcontainer a:visited {
	color: #9EC791;
	text-decoration: none;
	display: block;
	padding: 1px 1px 1px 10px;
	width: 120px;
}

#navcontainer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	padding: 1px 1px 1px 10px;
	width: 120px;
	background-image:url(_img/l1_ov.gif);
	background-repeat:no-repeat;
}


#wrapper:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #wrapper{height: 1%;}
#wrapper{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;}
}
