html, body {  	width: 100%;
				height: 100%;
				margin: 0;
				border: 0;
				padding: 0;
				font-family:Verdana;
				font-size:12px;
}
body {		  	background-color: #fff;
				/*overflow: hidden;   Scrollbalken im Fenster unterbinden */
}
img{			border-style:hidden; border-width: 0px;}
a:link{ 		color:#000; text-decoration:none; }
a:visited{ 		color:#000; text-decoration:none; }
a:hover{   		color:#C03; text-decoration:none; }
a:active{  		color:#000; text-decoration:none;}

input, textarea{ 	background-color: #FFF;
				border-style: solid;
				border-color:#C9C; 
				border-width:1px;
				-moz-border-radius: 7px;
				vertical-align: bottom;

}

form{			margin-top: 100px; }
td{				vertical-align:top;}
h1{				color:#6CC; margin-bottom: 40px;font-size:18px;}

.stand{			color:#6CC;}
.komi{			color:#C03;}
.zaehler td{		font-size: 10px; border: solid 1px grey;}
.runter{		vertical-align:bottom;}				
.monat{	 		color:#939; font-weight:bolder; text-align:left;}
.datum{	 		text-align:justify; width:240px;}
.ort{			padding-left:10px;}
.ortname{ 		size:12px; font-weight:bolder;}
.entfaellt{ 	text-decoration:line-through;}
.kleiner{ 		size:8px; color:#C03;}
.entfaellt{ 	text-decoration:line-through;}
.impr{			margin-left: 50px; margin-top: 100px; margin-bottom: 150px; width: 600px;}
.danke{			margin-left: 50px; margin-top: 120px; margin-bottom: 150px; width: 600px;}
.formular{		margin-top:50px;}
.frage{			font-weight: bold; color: #939;}
.antwort{		width: 600px; margin-bottom: 20px; margin-top: -5px;}

#mitte {
				position: absolute;
				top: 150px;			/* Abstand zum oberen Fensterrand */
				left: 20px;	 		/* Abstand zum linken Fensterrand */
				bottom: 80px;		/* Abstand zum unteren Fensterrand */
				right: 0px;		/* Abstand zum rechten Fensterrand */
				overflow: auto;		/* Scrollbalken, falls notwendig */
				background-color: #fff;
/* nur für IE: */
				width: expression((document.body.clientWidth - 300) + "px");
/* left-Wert + right-Wert = 300 */
				height: expression((document.body.clientHeight - 200) + "px");
/* top-Wert + bottom-Wert = 200 */
}
#mitte .inhaltDiv {
				margin: 20px;		/* Abstand des Inhalts zum Blockrand */
}

#oben {			position: absolute;
				top: 0;				/* Abstand zum oberen Fensterrand */
				left: 0;			/* Abstand zum linken Fensterrand */
				right: 0;			/* Abstand zum rechten Fensterrand */
				height: 150px;		/* Blockhöhe */
				padding: 0;			/* Interpretation Boxmodell! */
				background-color: #fff;
				/*overflow: hidden;		/* Scrollbalken unterbinden */
/* nur für IE: */
				width: expression(document.body.clientWidth + "px");
/* left-Wert + right-Wert = 0 */
}
#oben .inhaltDiv{
				margin-top: 20px;
				margin-left: 20px;
}

#rechts {	  	position: absolute;
				top: 150px;			/* Abstand zum oberen Fensterrand */
				height: 350px;
				right: 20px;			/* Abstand zum rechten Fensterrand */
				bottom: 0;			/* Abstand zum unteren Fensterrand */
				width: 120px;		/* Blockbreite */
				padding: 0;			/* Interpretation Boxmodell! */
				background-color: #fff;
				overflow: hidden;	/* Scrollbalken, unterbinden */
/* nur für IE: */
				height: expression((document.body.clientHeight - 150) + "px");
/* top-Wert + bottom-Wert = 150 */
}

#rechts .inhaltDiv {
				margin: 10px;		/* Abstand des Inhalts zum Blockrand */
}

#unten {	  		position: absolute;
				left: 0px;				/* Abstand zum linken Fensterrand */
				bottom: 0 !important;	/* Abstand zum unteren Fensterrand */
				bottom: -1px;			/* nur für IE */
				right: 0;				/* Abstand zum rechten Fensterrand */
				height: 90px;			/* Blockhöhe */
				padding: 0;				/* Interpretation Boxmodell! */
				background-color: #fff;
				background-image:url(images/dot_footi.gif);
				background-repeat:repeat-x;
				background-position:bottom;
				overflow: hidden;		/* Scrollbalken unterbinden */
/* nur für IE: */
				width: expression((document.body.clientWidth - 200) + "px");
/* left-Wert + right-Wert = 200 */
}

#unten .inhaltDiv {
				padding-top: 70px;
				margin-left: 15px;
}
