import "starndard.css";
@charset "utf-8";

/* CSS Document */

.mildgruen {
	color: #CC9
} 
.blau {
	color: #09C
}
.oneColFixCtrHdr #container {
	width: auto;
	height:inherit
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #E7E7D6;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #E7E7D6;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-color: #E7E7D6;
	
}	
.oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #E7E7D6;
	height: 400px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E7E7D6;
	border-right-color: #E7E7D6;
	border-bottom-color: #999;
	border-left-color: #E7E7D6;
	
}
.oneColFixCtrHdr #mainContentflash {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #E7E7D6;
	height: 700px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E7E7D6;
	border-right-color: #E7E7D6;
	border-bottom-color: #E7E7D6;
	border-left-color: #E7E7D6;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #E7E7D6;
	
			
}


.tabellen_box #box{
	margin: 10px;
	padding: 10px;
	height: 250px;
	width: auto;
}
ul {
margin-top: 0px;
margin-bottom: 0px; 
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px; 
padding-left: 20px; 
line-height: 1.3em;
} 

.scrollArea {
width: 875px; 
height: 300px;
padding-left: 5px;
padding-right: 5px; 
border-color: #FFF;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
}
.scrollArea650 {
width: 650px; 
height: 300px;
padding-left: 5px;
padding-right: 5px; 
border-color: #FFF;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
}
.scrollArea350 {
width: 350px; 
height: 300px;
padding-left: 5px;
padding-right: 5px; 
border-color: #FFF;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
}

.scrollArea250h {
width: 650px; 
height: 200px;
padding-left: 5px;
padding-right: 5px; 
border-color: #FFF;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
}