/*www.kunstauto.de*/
/*autorin: claudia simon www.kultur-propaganda.de*/
/*FIXIERTE BEREICHE*/

body {  	margin: 0;  	border: 0;  	padding: 0;  	height: 100%;   	max-height: 100%;   	background: transparent;   	font-family: courier, "courier new", mono; 
	color: #333333;  	font-size: 0.8em;  	overflow: hidden;   	}
			/*FIXIERTE BEREICHE*/
			/*KOPFZEILE*/
#kopf {  	position: absolute;   	top: 0;   	left: 0;
  	width: 100%;   	height: 51px;   	overflow: hidden;
	text-align: center; 
	background-color: transparent;	}
			/*INHALT*/
#inhalt {  	position: fixed;   	top: 51px;  	left: 0;  	bottom: 1px;   	right: 0;   	overflow: auto; 	text-align: center;
	background: transparent;
	}
			/* IE */* html body {   padding: 51px 0 1px 0;    }* html #inhalt {   height: 100%;    width: 100%;    }
			/*FUSSZEILE*/
#fuss {  	position: absolute;   	bottom: 0;   	left: 0;  	width: 100%;   	height: 1px;   	overflow: hidden;   	text-align: center;   	background: white;  	}
			/*ENDE FIXIERTE BEREICHE*/


