	body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
		}
	#kopf {
		width: 100%;
		height: 312px;
		background-position: top center;
; background-color: transparent; background-image: url(grafiken_st/kopf_2010.jpg); background-repeat: no-repeat
		}
	#inhalt {
	position:relative;
	top: 3px;
	width: 800px;
	margin: 0px auto;
	text-align:center;
	z-index: 2;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	#aktuell {
	position: absolute;
	right: 27px;
	width: 250px;
	background: transparent url(grafiken_st/hint_fond.jpg) repeat-y;
	margin: 0px;
	font-size: 0.7em;
	margin-top: 325px;
	top: -1px;
		}
	.img {
		margin: 0px;
		padding: 0px;
		}
	.img2 {
		margin: 0px;
		padding: 0px;
		float:left;
		}
	.img3 {
		margin-left: -3px;
		padding: 0px;
		float:left;
		}
	h1 {
		margin: 0px;
		padding: 10px 10px 0px 20px;
		font: normal normal bold 75% Verdana, Arial, Helvetica;
		color: #222222;
		text-align:left;
		}
	.text {
		margin: 0px;
		padding: 0px 10px 0px 20px;
		font: normal normal normal 70%/18px Verdana, Arial, Helvetica;
		color: #222222;
		text-align:left;
		}
	.text2 {
		margin: 0px;
		padding: 0px 10px 10px 20px;
		font: normal normal normal 70%/18px Verdana, Arial, Helvetica;
		color: #222222;
		text-align:right;
		}
		
	a {
		color: #B81315;
		font-weight: bold;
		}
	a:link {
		text-decoration: underline;
		}
		
	a:visited {
		text-decoration: underline;
		}
		
	a:active {
		text-decoration: none;
		}
		
	a:hover {
		text-decoration: none;
		}
	/*#navigation {
		position:absolute;
		left: 0px;
		top: 212px;
		text-align:left;
		width: 800px;
		z-index:3;
		}*/
	#navigation {
		position:absolute;
		left: 0px;
		top: 300px;
		text-align:left;
		width: 800px;
		z-index:3;
		}
	#nav {
		display:block;
		}
	.nav0 {
		background: transparent url(grafiken_st/bt_s_hint1.gif) no-repeat ;
		background-position: 0px 0px;
		height: 25px;
		margin-left: -4px;
		padding-top: 1px;
		padding-left: 3px;
		padding-right: 20px;
		float: left;
	}
	#startimage {
	position:absolute;
	top: 330px;
	left: 3px;
	width: 376px;
	clip:   rect(   );
	background-color: transparent;
	vertical-align: top;
	bottom: auto;
	height: 270px;
		}

/* ==== Layer ==== */

.layer { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 997;
}

.layercontent { 
	border: 1px solid #444;
	position: absolute;
	width: 726px;
	height: 416px;
	left: 50%;
	top: 425px;
	margin: -208px 0 0 -363px;
	background: #fff;
	z-index: 998;
	overflow: hidden;
}

.layercontent a img { 
	border: none;
}

.layerclose { 
	z-index: 999;
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -1000px;
	overflow: hidden;
	outline: none;
	background: url(grafiken/cross.png) no-repeat;
}

