/***********************************************/
/* Grundeinstellungen des Seitenlayouts        */
/***********************************************/

body {
  color: #000000;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}


/***********************************************/
/* Seitenkopf                                  */
/***********************************************/

.streifenoben {
	color: white;
	background-color: #FCBC30;
	height: 100px;

}

.montage {
	position: absolute;
	left: 0px;
	top: 0px;
}

.logo {
	position: absolute;
	top: 0px;
	right: 0px;
}

.schrift_minus_eins {
	font-size: 8pt;
}

/* ##### Navigation Styles ##### */

#navigation {
	background-color: #FCBC30;
	width: 150px;
	float: left;
	clear: both;
}

#navigation a {
	color: black;
	margin: 0;
	padding: 5px 5px 7px 15px;
	display: block;
	text-decoration: none;
}

#navigation .aktiv {
	background-color: #FDA91A;
}

#navigation .infolinie {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	text-align: center;
}

#navigation .end_of_road {
	background-image: url(images/verlauf.gif);
	height: 177px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#hauptlinks ol {
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	margin: 15px 0 20px;
	padding: 2px 0;
}

#hauptlinks ul {
	list-style-type: none;
	list-style-position: outside;
	font-weight: normal;	
	margin: 0;
	padding: 0 0 1.1em 0;
	text-indent: 8px;
}
	
#hauptlinks li {
	margin: 0;
	padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#hauptlinks a:hover{
	color: white;
	background-color: #FF9900;
	text-decoration: underline;
}

#hauptlinks img {
	border: 0;
}

#hauptlinks .aktiv {
	background-color: #FDA91A;
	font-weight: bold;
}

#hauptlinks .aktiv_eins {
	background-color: #FDA91A;
	font-weight: bold;
	margin: 0;
	text-indent: 8px;
}

#hauptlinks .aktiv_eins_eins {
	font-weight: bold;
	margin: 0;
	text-indent: 8px;
}

#hauptlinks .passiv_eins {
	margin: 0;
	font-weight: normal;
	text-indent: 8px;
}

#hauptlinks .aktiv_zwei {
	background-color: #FDA91A;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	text-indent: 15px;
}

#hauptlinks .aktiv_zwei_zwei {
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	text-indent: 15px;
}

#hauptlinks .passiv_zwei {
	font-weight: normal;
	font-size: 8pt;
	margin: 0;
	text-indent: 15px;	
}

#hauptlinks .aktiv_drei {
	background-color: #FDA91A;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	text-indent: 22px;
}

#hauptlinks .passiv_drei {
	font-weight: normal;
	font-size: 8pt;
	margin: 0;
	text-indent: 22px;	
}

#nebenlinks ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 1.1em 0;
}

#nebenlinks li {
	margin: 0;
	padding: 0.1ex 0;
}

#nebenlinks .aktiv {
	font-weight: bold;
}

#nebenlinks .passiv_eins {
	margin: 0;
	font-weight: normal;
	text-indent: 8px;
	font-size: 8pt;
}

#nebenlinks .aktiv_eins {
	margin: 0;
	font-weight: bold;
	text-indent: 8px;
	font-size: 8pt;
	background-color: #FDA91A;
}


#nebenlinks a:visited {
	color: #666666;
}

#nebenlinks a:hover{
	color: white;
	background-color: #FF9900;
	text-decoration: underline;
}


/***********************************************/
/* Layout des Hauptextes			           */
/***********************************************/

#haupttext {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.2em;
  margin: 0 0 0 11em;
  padding: 0.5mm 5mm 5mm 5mm;
}

#haupttext a {
	text-decoration: underline;
	color: #325484;
}

#haupttext a:visited {
	color: #666666;
}

#haupttext a:hover {
	text-decoration: none;
	color:#FCBC30;
}

#haupttext a:link {
	text-decoration: underline;
	color: #325484;
}

#haupttext h1 {
  color: white;
  background-color: #325484;
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 20px;
  padding: 0.5ex 0 0.5ex 1ex;
}

#haupttext h2 {
	color: #325484;
	background-color: #FDA91A;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 10;
	padding: 0.5ex 0 0.5ex 1ex;
	border: 1px solid #325484;
}

#haupttext h3 {
  margin: 0 0 0 1ex;
  padding: 0;
  font-size: 11pt;
}

#haupttext h4 {
  margin: 0 0 0 1ex;
  padding: 3px 3px 3px 0;
  font-size: 10pt;
}

#haupttext h5 {
  margin: 0;
  padding: 0;
  font-size: 10pt;
}

#haupttext p {
  font-size: 10pt;
  margin: 2px 1ex 5px;
  padding: 0;
}

#haupttext table {
  margin: 3px 0 10px 1ex;
  padding: 0;
  background-color: black;
  border: 0;
}

#haupttext td {
	font-size: 10pt;
	margin: 0;
	padding: 3px;
	background-color: white;
	vertical-align: top;
}

#haupttext .hintergrund_dunkelorange {
	background-color: #FDA91A;
}

#haupttext .hintergrund_hellorange {
	background-color: #FCBC30;
}

/********************************/
/* Format der Leistungstabellen */
/********************************/

#leistungen table {
	border: 0;
	margin: 1ex 0 3px 1ex;
	padding: 0;
	text-align: left;
}

#leistungen td {
	padding: 0;
	margin: 0;
}

#leistungen p {	
	padding: 2px;
	margin: 2px 2px 0 2px;
}

#leistungen h1 {
	font-size: 10pt;
	background: #6699CC;
	padding: 2px;
	margin: 0;
}

#leistungen ul {
	margin: 0;
	padding: 0 0 5px 10px;
	list-style-position: inside;
}

#leistungen li {
	margin: 0;
	padding: 2px;
}

#leistungen img {
	margin: 2px;
	padding: 0;
}

/***********************************************/
/* Formularformatierung				           */
/***********************************************/

#form table {
  margin: 1ex 0 0 1ex;
  padding: 0;
  background-color: black;
  border: 0;
}

#form td {
	font-size: 10pt;
	margin: 0;
	padding: 3px;
	background-color: white;
}

#form .rechts .erforderlich {
	color: #FF0000;
	font-weight: bold;
}

#form .rechts {
	text-align: right;
}

#form .erforderlich {
	font-weight: bold;
	color: #FF0000;
	}

/***********************************************/
/* Kontaktangaben für den Seitendruck          */
/***********************************************/

#fuss {
	display: none;
}
