html {
	height: 100%;
}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.header {
	height: 243px;
	background-image:url(Bilder/header_bg.jpg);
}

.leftbar {
	width: 200px;
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	background-image:url(Bilder/leftbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}

.maintable {
	height: 100%;
	width: 100%;
}

.maintd {
	background-image:url(Bilder/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}
	
.content {
	padding-left: 15px;
	padding-top: 15px;
}

.schattentable {
	width: 1000px;	
}

 .gilb  { background-color:#FFCC00; }
 .gruen { background-color:#0BB50B; }
 .grau  { background-color:#D6D6DE; }
 .gelb  { background-color:#CCFFCC; }
 .rot   { background-color:#FF4040; }
 
 td   { FONT-SIZE: 9pt }
 .min { FONT-SIZE: 7pt }
 .nor { FONT-SIZE:11pt }
 .big { FONT-SIZE:13pt }
 .max { FONT-SIZE:16pt }
 

 #all A:link    { COLOR: #283688; text-decoration: none; text-shadow: black; } 
 #all A:active  { COLOR: #283688; text-decoration: none; text-shadow: black; } 
 #all A:visited { COLOR: #283688; text-decoration: none; text-shadow: black; } 
 #all A:hover   { COLOR: red;     text-decoration: underline overline; } 

