/* @charset "utf-8"; */
/* CSS Document */
html {
	overflow-y:scroll; /* CSS 3 verhindert hüpfen*/
}
html, body, textarea {
  scrollbar-base-color:#86B9E6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#C5DBF3;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#86B9E6;
}

body {
	font-size: 0.8em; /* Standardschriftgroesse */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fffcf5; /* alt (hellbalu): #83b7e6; */
	background-image: url(pic/hg_verlauf.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5 */
}

p {
	margin-top: 0px; /* vermeidet die Leerzeile oberhalb p bei Firefox */
}

#logoflash {
	display: none;
}

/* Links allgemein */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #090999;
}
a:hover {
	color: #eaf0fa;
	background-color: #83b7e6;
}
a:active {
	color: #090999;
	background-color: #83b7e6;
}

/* Bilder allgemein */
img {
	padding: 0px 0px 0px 0px;
	/*border-right: solid 1px #000;
	border-bottom: solid 1px #000;*/
}
a:hover img { 
	/*border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;*/
}
a.image {
	background: #fefce5;
}

/* DIV's */
#container {
	width: 980px;
	margin: 0 auto; /* zentriert */
	text-align: left; /* text-align: center IE5 in body aufheben. */
}

#row1 { 														/* Rand oben */
	height: 6px;
	width: 980px;
}	
#row2 { 														/* Projekt */
	clear: both;
	width: 980px;
	border-right: 	solid 1px #333;
	border-bottom: 	solid 1px #333;
	border-left: 		solid 1px #333;
	background: #fffcf5;
	background-image: url(pic/hg_inhalt_verlauf.jpg);
	background-repeat: repeat-x;
}
#row3 {															/* Rand unten */
	clear: both;
	width: 980px;
	height: 8px;
}

/*** Projekt: Titel, Menü, Inhalt, Fuss ***/

/* Titel */
#titel {
	clear: both;
	width: 970px;
	height: 92px;
	background: #fcf5af;
	padding: 9px 5px 0px 5px;
	font-size: 0.8em;
}
#titel1 {
	float: left;
	width: 835px;
	line-height: 1.5em;
	padding: 0px 0px 0px 25px;
}
#titel1 img {
	border: 0;
}
#titel1 a {
	padding: 0px 6px 0px 3px;
}
.titel2_input {
	width: 80px;
	height: 16px;
	padding: 0px 0px 0px 0px;
}
.titel2_submit {
	width: 86px;
	height: 18px;
	font-size: 0.8em;
}

/* Menü */
#menue {
	clear: both;
	height: 19px;
	background: #83b7e6;
	background-image: url(pic/hg_menue_verlauf.jpg);
	background-repeat: repeat-x;
	padding: 3px 10px 0px 10px;
	text-align: center;
	font-weight: bold;
}
#menue ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 70px;
}
#menue ul li {
	width: 160px;
	float: left;
}
#menue ul li a {
	padding: 0px 10px 0px 10px;
}

/* Inhalt */
#inhalt {
	clear: both;
	width: 960px;
	background-repeat: repeat-x;
	padding: 15px 10px 10px 10px;
}
.start {
	float: left;
	width: 164px;
	height: 450px; /*  entfernen für Höhe nach Inhalt */
	background: #DDE9F7;
	background-image: url(pic/start/hg_start_verlauf.jpg);
	background-repeat: repeat-x;
	margin: 0px 6px 0px 6px;
	padding: 16px 6px 20px 10px;
}
.start ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.start ul li {
	padding: 0px 0px 6px 0px;
}
.start ul li a {
	display: block;
	color: #090999;
}
.main {
	float: right;
	width: 766px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*
.main p {
	padding-bottom: 0.8em;
}
*/
.main_rleiste {
	display: block;
	float: right;
	width: 154px;
	height: 450px;
	margin: 0px 6px 0px 6px;
	padding: 16px 6px 20px 6px;
	font-size: 0.9em;
	background: #DDE9F7;
	background-image: url(pic/start/hg_start_verlauf.jpg);
	background-repeat: repeat-x;
	/* border: solid 1px #999; */
}
.main_wobin {
	float: left;
	width: 580px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #023E7D;
	font-size: 0.8em;
	border-bottom: solid 1px #84b9e5;
}
.main_wobin a {
	font-weight: bold;
}
.main_inhalt {
	width: 580px;
	float: left;
	/* width: 50px; */
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
.main_inhalt_hg_titel {
	background-color: #FCF5AF;
}
.main_inhalt a {
	color: #295fcd ;/* alt:090999; */
	font-weight: bold;
}
.main_inhalt a:visited {
	color: #295fcd ;/* alt:090999; */
	font-weight: bold;
}
.main_inhalt a:hover {
	color: #0568d0 ;/* alt:090999; */
	font-weight: bold;
	background-color: #DDE9F7;
}
.main_inhalt_sitemap {
	width: 550px;
	float: left;
	/* width: 50px; */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 30px;
}
.main_inhalt_sitemap ul {
	padding-top: 2px;
	padding-bottom: 2px;
}
.main_inhalt_sitemap li {
	list-style-type: square;
}

/* NAVI3: die dritte Navigationsebene */

#navi3 {
	margin: 0;
	padding: 0;
}
#navi3 ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: solid 1px #B3D2EF;
	background-color: #fff;
	width: 350px;
	#background-image: url(/pic/hg_navi3.jpg);
	#background-repeat: repeat-y;
}
#navi3 ul li {

}
#navi3 ul li a {
	display: block;
	padding: 2px 5px 2px 5px;
	
}

/* Fuss */
#fuss_oberluft {
	clear: both;
	height: 19px;
}
#fuss {
	clear: both;
	height: 19px;
	/* background: #83b7e6; */
	/* background-image: url(pic/hg_menue_verlauf.jpg); */
	/* background-repeat: repeat-x; */
	border-top: solid 1px #84b9e5;
	padding: 3px 12px 0px 12px;
	font-size: 0.9em;
}

/*** Formularelemente ***/
input {
	font-size: 0.9em;
}

