  /* CSS Document */
html {
  min-height:101%; /*Scrollbar immer anzeigen*/
}

body {
    min-height:101%; /*Scrollbar immer anzeigen*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000033;
/*  scrollbar-arrow-color: #614a0d; 
	scrollbar-face-color: #f7e4b1; 
	scrollbar-highlight-color: #cdb880; 
	scrollbar-3dlight-color: #f7e4b1; 
	scrollbar-shadow-color: #614a0d; 
	scrollbar-darkshadow-color: #f7e4b1; 
	scrollbar-track-color: #cdb880; 	*/
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:link 	   { color: #FFCC00; }
a:visited  { color: #FFCC33; }
a:hover    { color: #FFFFFF; }
a:active   { color: #FFFFFF; }

td {
	font-family: Arial,Helvetica;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	text-align: left;
}

dt {
	color: FFCC00;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
}
.headline {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FFCC00;
	padding-left: 10px;
}

.text {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 25px;
}

.bold {
	font-weight: bold;
}

.impressum {
	font-size: 10px;
}

div#center {
	height: 100%; 
	width: 760px; 
	margin: 0 auto 0 auto;
}

  
.ref_table {
	font-family: Arial, Helvetica;
	font-size: 9px;
	color: #614a0d;
	line-height: 11px;
	text-align: center;
	padding: 10 0 10 0;
}

.ref_text {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #614a0d;
	line-height: 14px;
	width: 500px;
	height: 104px;
}

/* iFrames*/
#iframe_con_li {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	width: 500px;  
	height: 299px;  
	background: #f7e4b1;
}

.abstand_iframe{
	padding: 10px;
	margin-left: 20px;
} 

.scrollbereich {
	overflow: auto;
	width: 465px;
	height: 270px;
}

.scrollbarabstand {
	padding-right: 20px;
}

#iframe_con_or {
	width: 205px;  
	height: 299px;  
	background: #f7e4b1;
}
 
.abstand_iframe_or{
	padding: 5px;
	margin-left: 5px;
} 

.scrollbereich_or {
	overflow: auto;
	width: 190px;
	height: 280px;
}

.scrollbarabstand_or {
	padding-right: 10px;
} 


/* Klassendefinitionen */
#time {
	position: absolute;
	left: 530px;
	top: 42px;
	width: 230px;
	height: 18px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/* Formular */
.rot {
	color: #FF0000;
	font-size: 14px;	
	font-weight: bold;
}

.formularbutton {
    color: #3b5352;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formularelement {
	color: #3b5352;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left : 0px;
}

.inForm { /* Absatz in Tabellen bei Formularen */
	margin-top: 1px;
	margin-left: 20px;
	margin-right: 5px;	
}


/* Menü */
.Navigation { position: absolute; top: 123px; width: 750px; height: 20px;  }

/* Horizontales Menue über Liste */
.Navigation ul { list-style-type: None; margin:  0; padding: 0; }
.Navigation li { color: #FFCC00; width: 70px; margin: 5px; /* Float erforderlich, damit die Elemente nebeneinander angezeigt werden */ float: left; font-size: 12px; text-align: center; }
.Navigation li a { text-decoration: none;	display: block; color:#FFCC00; width: 100%; }
.Navigation li a:hover { color: #000033; background-color: #98D2EA; }
/* aktuelle Seite */
.Navigation li.active { background-color: #98D2EA;	color: #000033; }
