/* CSS Document */

body {
	color:black;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#CCCCCC;
}
div#rahmen {
   background-color:#FFFFFF;
   text-align:left;
   margin:0 auto;
   width:980px;
   height:720px;
   border:hidden;
}
div#headline {
	height:160px;
	background-repeat:no-repeat;
	width: 980px;
	background-image: url(bilder/headline.jpg);
}
div#balken {
	height:15px;
	background-color: #003366;
}
div#navi {
	background-color:#FFFFFF;
	text-align:left;
	float:left;
	width:160px;
	border:none;
	height: 530px;
}
div#abstand {
	color:#FFFFFF;
	font-size:1px;
	height:1px;
	background-color:#FFFFFF;
	float: right;
	width: 145px;
}
div#abstand_kurz {
	color:#FFFFFF;
	font-size:1px;
	height:1px;
	background-color:#FFFFFF;
	float: right;
	width: 132px;
}
div#abstand_rechts {
	color:#FFFFFF;
	font-size:1px;
	height:250px;
	background-color:#FFFFFF;
	float: left;
	width: 10px;
	border-left-color: #003366;
	border-left-style: solid;
	border-left-width: 3px;
}
div#button_hell {
	color:#003366;
	text-align:left;
	float:right;
	width:150px;
	height:38px;
}
div#button_hell a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	height: 28px;
}
  div#button_hell a:hover {
    color:#164A9E;
}
div#button_orange {
	color:#F58322;
	text-align:left;
	float:right;
	width:150px;
	height:38px;
}
div#button_orange a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#1149A0;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	height: 28px;
}

div#bild {
	height: 530px;
	width: 450px;
	float: left;
	background-image: url(bilder/bild_hg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
div#inhalt {
	background-color:#FFFFFF;
	height: 530px;
	width: 340px;
	float: left;
	overflow: auto;
	font-size: 12px;
}
div#inhalt a {
	text-decoration:none;
	color: #FF6633;
	font-weight: bold;
}
div#inhalt h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div#verlauf {
	text-align:left;
	width:980px;
	float:left;
	height:6px;
	background-image: url(bilder/verlauf.jpg);
	background-repeat: repeat-y;
}
div#test {
	text-align:left;
	width:20px;
	float:left;
	height:20px;
	background-color:#FF00CC;
		}
div#iframe {
	height: 520px;
	width: 820px;
	float: left;
	overflow: auto;
		}
