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

body{
	text-align:left;
	margin: 0px;
	background: url(../media/verteiler_bg.jpg) repeat-x top left #F4F4F4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	color:inherit;
	text-decoration:underline;
}

#wrapper{
	width:100%;
	height:100%;
	padding-top:50px;
	}

#content{
	width:950px;
	height:850px;
	margin:0px auto 50px;
	}

#kasten_links{
	float:left;
	width:350px;
	margin:15px 25px 0 0;
	}

#kasten_rechts{
	float:left;
	width:350px;
	margin:15px 0 0 0;
	}

#slider-links{
	width:348px;
	height:310px;
	padding:43px 0 0 8px;
	margin:30px 0 0 0;
	float:left;
	background: url(../media/images/verteiler_slider_bg_ehingen.png) no-repeat;
	}
	
#google-links{
	width:348px;
	height:412px;
	margin:5px 0 0 0;
	padding:22px 8px;
	float:left;
	background: url(../media/images/verteiler_google_bg.png) no-repeat;
	}
	
#mitte{
	width:162px;
	height:867px;
	float:left;
	margin:0 25px 0 0;
	}
	
#slider-rechts{
	width:348px;
	height:310px;
	padding:43px 0 0 8px;
	margin:30px 0 0 0;
	float:left;
	background: url(../media/images/verteiler_slider_bg_blaubeuren.png) no-repeat;
	}
	
#google-rechts{
	width:348px;
	height:348px;
	margin:5px 0 0 0;
	padding:22px 8px;
	float:left;
	background: url(../media/images/verteiler_google_bg.png) no-repeat;
	}
	
#weiter{
	width:337px;
	height:28px;
	padding-top:10px;
	margin: 20px 0 0 1px;
	background:#fff;
	text-align:center;
	font-size:24px;
	color:#fff;
	
	}

