*{
	padding: 0;
	margin: 0;
	border: 0;
}

body,html{
	height: 100%;
	font-size: 14px; 
	font-family: Myriad, Arial, Verdana, sans-serif;
	color: #ffffff;
	background-color: #999999;
	background-image: url(/zubehoer/hintergrund.jpg);
	background-repeat: repeat-x;
}

#box{
	width: 870px;
	padding: 0;
	margin: auto;
	background-image: url(/zubehoer/hintergrund_inhalt.jpg);
	background-repeat: repeat-y;
	min-height: 100%; /* Fuer moderne Browser */
    height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
	overflow: auto;
}

*html #box{  
 /* CSS-Hack für IE6 und kleiner */  
 width: 890px;
 overflow: visible;
} 

#header {
	height: 427px;
}

#spalte_links {
	width: 270px;	
	min-height: 370px;
	float: left;
	margin: 0 0 30px 0;
	background-image: url(/zubehoer/menue.jpg);
	background-repeat:no-repeat;
	padding: 0;	
}

* html #spalte_links {
	margin: -3px 0 30px 0px;
	background-position:top;
	height: 100%;
}

#spalte_rechts {
	float: left;
	width: 600px;
	min-height: 400px;
	padding: 0;
	margin: 0 0 30px 0;
 	background-image: url(/zubehoer/inhalt.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

* html #spalte_rechts {
	background-position:top;
	margin: -3px 0 80px -0px;
	vertical-align:top;
}



#inhalt {
	margin: 10px 35px 0 15px;
	padding:0;
}


#footer{
	position: fixed;
	clear: both;
	bottom: 0;
	margin-bottom: 0;
	margin-left:0;
	height: 29px;
	width: 100%;
	background: url(/zubehoer/hintergrund_footer.jpg);
	background-repeat:repeat-x;
	text-align: center;	
	line-height: 29px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
