/* Tommy-Engel-CSS by Vera Zimperfeld*/



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	margin: 0;
	padding:0;
	background-color:#000;

}
	
	
#container_top {
	width: 634px;
	height:12px;
	background:url(bg_main_top.gif) top left no-repeat; 
}

#container_bottom {
	width: 634px;
	height:12px;
	background:url(bg_main_bottom.gif) top left no-repeat; 

}

#container {
	width: 634px;
	background-image:url(bg_main.gif);
	text-align:center;
	margin: auto;

}
	
#wrap_all {
	width: 600px;
	text-align:center;
	margin: auto;
		
}
	
#header {
	width: 600px;
	height: 83px;
	text-align:center;
}



#spacer {
	width: 600px;
	height: 9px;
}

#content_wrap {
	width: 600px;
	background-color:#fff;
	overflow:auto;

}


#headline{
	width:600px;
	height:27px;
	background-image:url(headline.gif);
	text-align:center;
}

#inhalt {
	width:600px;
	margin:1px 0 1px 0;
	background-color:#000000;
	text-align:center;
	overflow:auto;
}

#inhalt img {
	border: 1px solid #fff;
}

#inhalt_sub {
	width:600px;
	margin:1px 0 1px 0;
	background-color:#000000;
	text-align:center;
	overflow:auto;
}
