body {
	margin:0;
	padding: 0;
	background: #000000;
	text-align:center;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	text-align:left;
	width: 1000px;
}

/* HEADER CSS CODES */

	#header {
		background: url(Bilder/header.gif);
		height: 55px;
		padding:0;
	}
		
		#logo {
			background: url(Bilder/logo.gif);
			width:155px;
			height:55px;
		}
		
		#spacer_01 {
			width: 602px;
			height: 55px;
		}
		
		/* SUCHE CSS CODES */
		
		#suche {
			width: 243px;
			height:55px;
			padding:0;
		}
		
			#suche_head {
				width: 243px;
				height: 21px;
				background: url(Bilder/suche_head.gif);
				padding:0;
			}
			
				#suche_text {
					font-size:11px;
					color: #eb2d2e;
					font-family: Arial, Verdana;
				}
				
				a#suche_advanced {
					margin-left: 116px;
					font-size:11px;
					color: #edeeee;
					font-family: Arial, Verdana;
					text-decoration: none;
				}
			
			#suche_body {
				width: 243px;
				height: 34px;
			}
				#suche_eingabe {
				
				}
	#header_mitte {
		width: 1000px;
		height: 100px;
		background: url(Bilder/header_mitte.jpg);
	}
	
	#leiste {
		width: 1000px;
		height: 20px;
		background: url(Bilder/leiste.gif);
	}
	
	/* LINKE SPALTE */
	
	#left_col {
		width: 180px;
		background: #151414;
		vertical-align: top;
	}
	
		.boxen_head {
			display:block;
			width: 180px;
			height: 20px;
			background: url(Bilder/bhead.gif);
			color: #FFFFFF;
			font-size: 11px;
			font-weight:bold;
			font-family: Arial, Verdana;
		}
			.bhead_subject {
				padding-top: 3px;
				padding-left: 5px;
			}
		
		.boxen_body {
			width: 180px;
			background: #1d1d1d;
		}
		
			.bbody_inhalt {
				padding: 3px;
			}
		
		a.button {
			display:block;
			width: 170px;
			padding-left: 10px;
			height: 18px;
			line-height: 18px;
			text-decoration: none;
			background: url(Bilder/button.gif);
			color: #FFFFFF;
			font-size: 11px;
			font-family: Arial, Verdana;
		}
		a.button:hover {
			display:block;
			width: 170px;
			padding-left: 10px;
			height: 18px;
			background: url(Bilder/button_hover.gif);
			color: #FFFFFF;
			font-size: 11px;
			text-decoration:none;
			font-family: Arial, Verdana;
		}
	/* MITTLERE SPALTE */
	
	#content {
		width: 638px;
		background: #151414;
		vertical-align: top;
	}
	
		#content_head {
			background: url(Bilder/bhead.gif);
			width: 638px;
			height: 20px;
		}
		
			.chead_hmenu {
				color: #FFFFFF;
				font-size: 11px;
				font-weight:bold;
				font-family: Arial, Verdana;
				padding-left: 5px;
			}
			
		#content_inhalt {
			width: 638px;
			background: #1d1d1d;
		}
		
			.padding_con {
				padding: 5px;
			}
	/* RECHTE SPALTE */
	
	#right_col {
		width:180px;
		background: #151414;
		vertical-align: top;
	}
	
	.trenner {
		width: 1px;
		background: #000000;
	}
	
	#footer {
		width: 1000px;
		height: 55px;
		background: url(Bilder/footer.gif);
	}
		#footer_cr {
			width: 99px;
			height: 55px;
			background: url(Bilder/footer_cr.gif);
		}