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

#site {
	width:						1000px;
	margin:						0px auto;
	text-align:					center;
	background:					url(/fileadmin/templates/images/site_bkg.png) top no-repeat;
}



/* Top: Servicemenue */

#s-top {
	height:						35px;
	background:					url(/fileadmin/templates/images/site_center.png) repeat-y;
}


	#service-menue {
		width:					900px;
		height:					30px;
		margin:					0px 65px 0px 35px;
		padding-top:			5px;
		
		line-height:			30px;		
		font-size:				10px;
		color:					#666666;
		text-transform:			uppercase;
		text-align:				right;
	}




/* Center: Logo, Menue, Teaser, Content */

#s-center {
	background:					url(/fileadmin/templates/images/site_center.png) repeat-y;
	text-align:					left;
	padding-bottom:				40px;
}


	#logo-mainmenue {
		margin:					0 45px;
	}
	
	
	#mainmenue {
		padding:				0 0 0 550px;
		font-family:			Verdana, Geneva, sans-serif;
	}
	
	
	#teaser {
		width:					930px;
		height:					220px;
		margin:					20px 35px 0px 35px;
	}
	
	
	#content-wrapper {
		margin:					60px 70px 0px 70px;
	}
	
	
		#maincon {
			width:				100%;
		}
		
		#maincon-nav {
			margin:				35px 0 0 0;
			background:			url(/fileadmin/templates/images/maincon-nav_border.gif) top repeat-x;
		}
		
		
		#infocol {
			width:				255px;
			float:				right;
			padding-top:		45px;
		}
		

/* Bottom: */

#s-bottom {
	height:						60px;
	background:					url(/fileadmin/templates/images/site_bottom.png) bottom;
	font-size:					8px;
	color:						#999;
}

#s-bottom p {
	font-size:					10px;
}

#s-bottom a {
	color:						#999;
}