@charset "UTF-8";
/* CSS Document */

body {
	margin:				0;
	background-image:	url(../images/design/content_background.jpg);
	background-repeat:	repeat-y;
	background-position:center;
}

#background {
	position:			absolute;
	top:				0;
	left:				0;
	width:				100%;
	height:				210px;
	background-image:	url(../images/design/background.jpg);
	background-repeat:	repeat-x;
}

#design {
	position:			absolute;
	top:				0;
	left:				50%;
	width:				1000px;
	margin:				0 0 0 -500.5px;
}

#header {
	width:				714px;
	height:				150px;
	background-image:	url(../images/design/header.jpg);
	background-repeat:	no-repeat;
	float:				left;
}

#suchfunktion {
	width:				266px;
	height:				105px;
	padding:			45px 20px 0 0;
	background-image:	url(../images/design/suchfunktion.jpg);
	background-repeat:	no-repeat;
	text-align:			right;
	float:				left;
}

#suchfunktion input, #suchfunktion select {
	margin:				0 0 10px 0;
	padding:			2px;
	background-color:	#d3d8dc;
	border:				none;
}

#navigation {
	width:				1000px;
	height:				30px;
	clear:				left;
}

.navigation {
	margin:				0 1px 0 0;
	float:				left;
}

#subnavigation {
	width:				1000px;
	height:				25px;
	padding:			5px 0 0 0;
	background-color:	#EDEFF1;
	text-align:			center;
}

#spalte_links {
	width:				170px;
	float:				left;
	background-image:	url(../images/design/gewerbeverein_news.jpg);
	background-repeat:	no-repeat;
	background-position:0 0;
	padding:			92px 15px 15px 15px;
	font-size:			11px;
}

#spalte_mitte {
	width:				560px;
	padding:			45px 20px;
	float:				left;
}

#spalte_mitte #ueberschrift {
	margin:				0 0 15px 0;
	padding:			0 0 11px 0;
	border-bottom:		1px solid #555;
	font-size:			16px;
	letter-spacing:		1px;
}

#spalte_rechts {
	width:				170px;
	float:				left;
	background-image:	url(../images/design/bretzenheimer_kurier.jpg);
	background-repeat:	no-repeat;
	background-position:0 0;
	padding:			92px 15px 15px 15px;
	font-size:			11px;
}

#footer {
	width:				1000px;
	height:				24px;
	padding:			6px 0 0 0;
	background-color:	#8C9AA9;
	font-size:			11px;
	color:				#FFF;
	text-align:			center;
	clear:				left;
}

#footer a {
	color:				#FFF;	
}