body {
	text-align:center;
	background-color: #E7E7E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #424243;
}

a {
	color:#429CD9;
	text-decoration:underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #429CD9;
	text-decoration: none;
}
p {
	margin-top: 0;
}

#container {
	text-align:left;
	width: 885px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#main {
	background-image: url(../img/struktur/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 35px 10px 18px;
	
}

#leftcol {
	width: 156px;
	float: left;
		
}

ul#menu, ul#menu li {
	margin: 0;
	padding:0;
	list-style:none;
	text-transform: uppercase;
	text-align: center;
}

ul#menu a {
	display: block;
	padding: 5px 8px;
	background-color: #E6E6E8;
	color: #424243;
	text-decoration:none;
	margin-bottom: 1px;

}

ul#menu a:hover, ul#menu li.active a {
	background-color: #B3B539;
	color: #424243;
	text-decoration:none;

}



#maincol, #extracol {
	width: 669px;
	float: right;
	
}

#top {
	height: 15px;
	background-image: url(../img/struktur/hms_01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}	

#bottom {
	height: 13px;
	background-image: url(../img/struktur/hms_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#footer {
	padding: 6px 18px;
}

.footerbold {	color: #B3B539;
	font-weight: bold;
}



.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;

}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.clearfix {display: inline-table;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.head {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #535150;
	line-height : normal;
	font-style: normal;
	text-transform:uppercase;
	font-weight: bold;
}

.ingress {
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #429BD9;
	font-size : 11px;
	text-transform:none;
	font-weight: bold;

}

.ingress a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #429BD9;
	text-decoration: underline;
	text-transform:none;
	font-weight: bold;
	}
	
	
.ingress a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background: #429BD9;
	color: #ffffff;
	text-transform:none;
	font-weight: bold;
}
