html,body {
	height: 100%;
}

body {
	background-image:url(../bilder/bg_body1.gif);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
}
img, div {margin:0;padding:0;}

   html, body {height: 100%;}
   body {margin: 0; padding: 0;}
   #wrapper {width: 43em; margin: auto auto; min-height: 100%; position: relative;}
   * html #wrapper {height: 100%;} /* IE Hack fÃ¼r 100 % HÃ¶he */

#inhalt {
	background-image: url(../bilder/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 100%;
	position: relative;
} 
* html #inhalt {height: 100%;} /* IE Hack für 100 % Höhe */

#links {
	width:195px;
	margin: 0;
	padding:0;
	float:left;
}
#mitte {
	float:left;
	width:517px;
	padding:0;
	margin:0;
	background-color:#FFF;
	margin-bottom: 32px;
}
#mitte #header {
	width:515px;
	border: 1px solid #fff;
}
#mitte .spacer {
	margin: 15px 15px 60px 15px;
}
#mitte #rootline {

}
#rechts {
	float:left;
	width: 215px;
	margin:0;
	padding:0;
}
#rechts .spacer {
	margin: 50px 0 0 20px;
}
#links #menuOben {
	padding: 4px 0 0 0;
	width:195px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../bilder/bg_body.gif);
	background-repeat:repeat;
}
#links #logo {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#links #suche {
	background-image: url(../bilder/bg_search.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
#links #suche form#sprungMenu {
	padding:13px;
}
#unten {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 929px;
	height:32px;
	background-image:url(../bilder/bg_unten.gif);
	background-repeat:no-repeat;
}
* html #unten {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */

#unten .untenLinks {
	width: 195px;
	text-align:center;
	padding: 5px 0 0 0;
}
#unten .untenRechts {
	float:right;
	margin: 10px 30px;
	width:80px;
}
#rootline {
	margin: 3px 0 0 5px;
}
