html {
}

body { 
	background: #ffffff;
	margin: 35px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
    color: #000000;
	font-size:small;
	background-color:#d4d4d4;
	background-image:url(images/body_bg.jpg);

}

hr {
background-color:#CCCCCC; /* Mozilla 1.4 */
color:#CCCCCC; /* IE 6 */
border: #CCCCCC; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


form { 
	padding: 0px;
	margin: 0px;
}

a{
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #094C93;
}


a:hover{
	font-family: Arial;
	font-weight: bold;
    color: #91A7D6;
	text-decoration: underline;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #575656;
	background-color: #F9F9F9;
	padding: 1px;
	color: #094C93;
	overflow: auto;
}



h1_OLD {
	font-family: Arial;
	color: #094C93;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom:4px solid #094C93;
}



h2 {
	font-family: Arial;
	color: #094C93;
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
	margin: 0px;
	padding-bottom: 3px;
}

h3, h1 {
	font-family: Arial;
	color: #094C93;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#site {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#container {
	float:left;
	width:971px;
	min-height:200px;
    height:auto !important;
	height:200px;
	border-left:2px solid #91A7D6;
	border-right: 2px solid #91A7D6;
	background-color:#ffffff;
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-y;
}

#header {
	float:left;
	width:975px;
	height:100px;
	color:#727272;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
         cursor:pointer;
}

#bar {
	float:left;
	width:971px;
	height:15px;
	background-color:#91A7D6;
}

#metalinks {
	float:right;
	width:300px;
	height:15px;
	padding-right:10px;
	color:#ffffff;
	text-align:right;
	font-size:x-small;
}
	
#metalinks a{
	font-family:Arial;
	text-decoration: none;
	color: #ffffff;
}


#metalinks a:hover{
	font-family: Arial;
    color: #ffffff;
	text-decoration: underline;
}	

#leftbar {
	float:left;
	width:160px;
	min-height:300px;
    height:auto !important;
	height:300px;
	background-color:#ffffff;
	border-right:15px solid #91A7D6;
	padding-bottom:10px;
}

#subnavi {
	float:left;
	width:220px;
	min-height:300px;
    height:auto !important;
	height:300px;
	color:#ffffff;
}

#content {
	float:left;
	width:601px;
	min-height : 300px;
	height : auto !important;
	height : 300px;
	color:#000000;
	padding:10px 10px 20px 5px;
	background-color:#ffffff;
}

#rightbar {
	float:right;
	width:160px;
font-size:11px;
	min-height:300px;
    height:auto !important;
	height:300px;
	background-color:#ffffff;
	border-left:15px solid #91A7D6;
	padding-top:10px;
margin: 0px;
}



#footer {
	float:left;
	width:975px;
	height:25px;
	color:#094C93;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
}

#footer-left {
	float:left;
	width:417px;
	height:22px;
	padding-top:5px;
	padding-left:10px;
	color:#6D6F71;
	font-size:xx-small;
}

#footer-right {
	float:right;
	width:478px;
	height:12px;
	padding-top:5px;
	padding-right:10px;
	color:#6D6F71;
	font-size:xx-small;
	text-align:right;
}

#footer-right a{
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #6D6F71;
}


#footer-right a:hover{
	font-family: Arial;
	font-weight: bold;
    color: #6D6F71;
	text-decoration: underline;
}
