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

html,body
{
	padding:			0;
	margin:				0;
	height:				100%;	
}

body
{
	background:			#D9D9D9 url(../f4s_bilder/body_bg.gif) top left repeat-x;
	text-align:			center;
}

#fit4style
{
	width:				950px;
	min-height:			100%;
	margin-left:		auto;
	margin-right:		auto;
	border-left:		#747474 10px solid;
	border-right:		#671314 20px solid;
	background:			#C6C6C6 url(../f4s_bilder/fit4style_bg.gif) top left repeat-x;
	text-align:			left;
	overflow:			hidden;
}

#fit4style #kopf
{
	width:				950px;
}

#fit4style #kopf #kopf_links
{
	float:				left;
	width:				408px;
	height:				153px;
	background:			url(../f4s_bilder/fit4style_kopf_links.jpg) top left;
}

#fit4style #kopf #kopf_links a
{
	display:			block;
	text-decoration:	none;
	width:				380px;
	height:				150px;
}

#fit4style #kopf #kopf_rechts
{
	float:				left;
	width:				542px;
	height:				153px;
	background:			url(../f4s_bilder/fit4style_kopf_rechts.jpg) top left;
}

#fit4style #mitte
{
	width:				950px;
	padding-bottom:		2em;
	overflow:			hidden;
}

#fit4style #mitte #mitte_links
{
	float:				left;
	width:				127px;
	height:				424px;
	background:			url(../f4s_bilder/fit4style_mitte_links.jpg) top left no-repeat;
}


#fit4style #mitte #mitte_rechts
{
	float:				left;
	width:				823px;
}


#fit4style_fuss
{
	width:				950px;
	height:				25px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			-25px;
	border-left:		#747474 10px solid;
	border-right:		#671314 20px solid;

	position:			relative;
	background-color:	#747474;
	clear:				both;
	text-align:			center;
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}