/* Top Elements */


body, html {	
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #000;	
	margin: 0;
	background: #929292 url(files/bodybg.jpg) repeat-x;
	height:100%;
}



.mainwrapper {
	min-height:100%;
	width: 990px;
	margin: 0 auto;	
}


.headerbox {height: 100px; width: 990px;}
.contentbox {}

.clearer {clear:both; height:50px; }

/* footer */
.footerbox {
	clear: both;	
	width: 990px;
	height:40px;
	margin:-40px auto auto auto;
	text-align: center;
	XXbackground: #000;
	border-top: 1px solid #C12609;
}

.footerbox p {color:#666; margin-top:10px;}


.spaltetitel {
	height: 40px;
	width: 220px;
	margin: 0px 10px 0 10px;
	background-color: #009966;
}

.spaltebild {
	height: 200px;
	width: 220px;
	margin: 0px 10px 0 10px;
	background-color: #993333;
}

.spalteinhalt{
	width: 220px;
	margin: 0px 10px 0 10px;
	background-color: #CCCCCC;
}