/* CSS Document */


body {
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#EEEEEE;
	background-image:url(../img/bg_weiss.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
}

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:950px;
	min-height:600px;
	position:relative;
	text-align:left;
	padding:0px 0px 0px 0px;
	}
	
#head {
	background-color:#FFFFFF;
	width:100%;
	height:120px;
	position:relative;
	border-bottom:#FFFFFF 2px solid;
	text-align: center;
	padding-top:20px;
	}
	
#logo_links {
	background-image:url(img/logo_links.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:478px;
	height:136px;
	position:absolute;
	top:17px;
	left:20px;
	}
	
#logo_rechts {
	position:absolute;
	top:254px;
	right:-47px;
	width:275px;
	height:136px;
	}
	

	
#hauptbild_startseite {
	width:950px;
	height:461px;
}

#inhalt {
	width:100%;
	height:auto;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.textblock1 {
	position:absolute;
	width:700px;
	height:500px;
	float:left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	}
	
.textblock2 {
	position: absolute;
	width: 120px;
	height: 456px;
	right:51px;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #eeeeee;
	color: #000000;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	}
	
*html .textblock2 {
	height: 464px;
	padding-top: 20px;
	padding-left: 100px;
	margin:0;
	}

*html .textblock2 a {
	margin-right:12px;
	}
	
*+ html .textblock2 {
	padding-top: 30px;
	padding-left: 30px;
	height:446px;
	}
	
*html .textblock2 {
	padding: 10px;
	}
	
.clear-div {
	position:absolute;
	clear:both;
	}
.impressum {
	font-size: 9px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

td img {display: block;}

#map {
	padding: 0px 0px 0px 30px ;
	}

#footer {
	clear:both;
	height:2px;
	width:880px;
	background-color:#CCCCCC;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	}
	
*html #footer {
	top:600px;
	}
