  /* CSS Document */
body {
   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; 
	background-image: url(../pix/layout/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #614a0d;
}

td {
	font-family: Arial,Helvetica;
	font-size: 11px;
	line-height: 13px;
	color: #614a0d;
	text-align: justify;
}


/* Darstellen einer transparenten PNG-Grafik */
img, div { 
	behavior: url(iepngfix.htc) 
}

.headline {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.bold {
	font-weight: bold;
}

.impressum {
	font-size: 10px;
}

.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;	
}

