/* CSS Document bluestar */
body {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#DED8B5;
	margin: 70px 0px 0px 0px;
}


/* Reset all */
* { padding: 0; margin: 0; border: 0; }

h1 { 
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #145190;
	 line-height: 35px;
  
}

h2, h3, h4, h5 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #145190;
	line-height: 14px;
}

/* class to hide nested objects in IE */
/* hides the second object from all versions of IE */
* html object.hiddenObjectForIE { display: none; }

/* display the second object only for IE5 Mac */
/* IE Mac *//*/
* html object.hiddenObjectForIE { display: inline; }
/**/

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 */
}

.description {
	position: relative;
	left: 20px;
}

#hidden {
	display: none;
}

#container {
	margin: 0 auto;
	width: 940px;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	border: solid 0px #000000;
}

#topheader {
	float: left;
	position: relative;
	top: 2px;
	width: 700px;
	height: 70px;

}

#header {
	float: left;
	width: 940px;
	height: 170px;
	background: url(images/headerbilder.jpg) no-repeat;
}

/* TOP INFO */
#info {
	float: right;
	font-weight: bold;
	font-size: 9px;
	position: relative;
	top: 10px;
	bottom: 0px;
	right: 60px;
	width: 180px;
	height: 10px;
	border: solid 0px #FFFFFF;
	padding: 0px 0px 0px 2px;
}

#info a:link {
    font:bold 10px Verdana, Arial, sans-serif;
	color:#666666;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}

#info a:visited {
	font:bold 10px Verdana, Arial, sans-serif;	
	color:#666666;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}


#info a:hover {
	font: bold 10px Verdana, Arial, sans-serif;
	color:#145190;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}

.sprache {
	color:#145190;
}

#blockbilder {
	float: left;
	position: relative;
	left: 71px;
	width: 798px;
	height: 170px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; 
}

#mitte {
	float: left;
	width: 940px;
	height:auto !important;
	min-height: 380px;
	height: 380px;
	background: url(images/verlengerung.gif) repeat-y;
}

#navigation {
	float: left;
	color: #666666;
	font-size: 11px;
	position: relative;
	top: 40px;
	left: 82px;
	width: 150px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	border: solid 0px #000000;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}



#textbereich {
	font-size:11px;
	float: right;
	position: relative;
	top: 40px;
	left: 100px;
	padding: 0px 0px 50px 0px;
	width: 560px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	border: solid 0px #000000;
}

* html #textbereich { left: -80px; top: 20px;} 

#textbereich a:link, #textbereich a:visited {
	text-decoration:none;
	font-weight: normal;
	color: #145190;
	padding: 0px 0px 50px 0px;
}

#textbereich a:hover {
	text-decoration:underline;
	color: #145190;
	padding: 0px 0px 50px 0px;
}


#footer {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 940px;
	height: 40px;
	background: url(images/footer.jpg) no-repeat;
}

ul#footerinfo {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	text-align:center;
	float: left;
	width: 840px;
	height: 30px;
	list-style-type: none;
	padding: 10px 0px 30px 50px;
}

ul#footerinfo a:link {
    font: 11px Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: normal; 
	padding: 0px 0px 0px 0px;
}

ul#footerinfo a:visited {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: normal; 
	padding: 0px 0px 0px 0px;
}

ul#footerinfo a:hover {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	color: #686868;
	text-decoration: none;
	font-weight: normal; 
	padding: 0px 0px 0px 0px;
}

.mail {
font-weight: bold;
}

/* FORM STYLE */
input, textarea, select, radio {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #E0E0E0;
	background-color: #FCFCFC;
	padding: 2px;
	color: #000000;
	overflow: auto;
	margin-bottom: 1px;
}

.submitbutton {
	padding: 1px 1px 1px 1px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { border: 1px solid #145190; }
