/*www.pd-b.de - struktur*//*autorin: claudia simon*/
/*Grundlayout der Seite - gelber Balken oben und unten und flexibler Inhalt sowie Logo*/

/* LOGO */

#logo {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 53px;
	background: url(../images/einpixel.jpg) repeat-x; 
	}

#logo img {
	margin-left: 20px;
	}


/* FIXED */

body {  	margin: 0;  	border: 0;  	padding: 0;  	height: 100%;   	max-height: 100%;   	background: transparent;   	overflow: hidden;   	}

#kopf {
/*Farbe des Hintergrunds der Kopfzeile befindet sich im logo container*/  	position: absolute;   	top: 0;   	left: 0;
	width: 100%;  	height: 75px; 
	background: transparent;
	text-align: left; 
	}
#inhalt {  	position: fixed;   	top: 75px;  	left: 0;  	bottom: 40px;
	right: 0;
	text-align: left;
	overflow: auto;
	}

#fuss {  	position: absolute;   	bottom: 0;   	left: 0;  	width: 100%;   	height: 40px; 
	padding: 0 30px;  	overflow: hidden;   	background:  #f4e500;
  	}

/* IE */* html body {   padding: 75px 0 40px 0;    }

* html #kopf {
	height: 75px;
	}

* html #inhalt {
	height: 100%;
	width: 100%;
	}

* html #fuss {
	height: 40px;
	}

