body {
	background-color:#F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(assets/hintergrund.jpg);*/
}

#container {
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	width: 1024px;
	height: 100%;
	border: 1px solid #CCC;
}

#logo {
	background-color:#FFF;
	height: 172px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#top1 {
	float:left;
	height: 172px;
	width: 844px;

}

#container_mitte{
	float: left;
	width: 1024px;
	height: 100%;
	background-color: #FFF;
}

#navig{
	float: left;
	width: 200px;
	height: 331px;
	background-color:#FFF

}

#content {
	float: left;
	width: 824px;
	height: 100%;
	background-color:#FFF;

}

#content a:link {
	text-decoration:underline;
	font-weight:bold;
	color:#999;
}
#content a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #CCC;
}

#content a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #2841FC;

}

#content a:active {
	text-decoration:none;
	font-weight:bold;
	color: #CCC;
}


#content1 {
	float:left;
	width: 412px;
	height: 100%;
	background-color: #FFF;

}

#content1_picture {
	float:left;
	width: 100px;
	height: 240px;
	background-color: #FFF;

}

#content1_text {
	float:left;
	width: 302px;
	height: 240px;
	background-color: #FFF;
	padding-left:10px;

}



#content2 {
	float:left;
	width: 412px;
	height: 100%;
	background-color: #FFF;

}


#content2_picture {
	float:left;
	width: 100px;
	height: 240px;
	background-color: #FFF;

}

#content2_text {
	float:left;
	width: 302px;
	height: 240px;
	background-color: #FFF;
	padding-left:10px;

}



#content3 {
	float:left;
	width: 412px;
	height: 100%;
	background-color: #FFF;

}


#content3_picture {
	float:left;
	width: 100px;
	height: 240px;
	background-color: #FFF;

}

#content3_text {
	float:left;
	width: 302px;
	height: 240px;
	background-color: #FFF;
	padding-left:10px;

}

#content4 {
	float:left;
	width: 412px;
	height: 100%;
	background-color: #FFF;

}

#content4_picture {
	float:left;
	width: 100px;
	height: 240px;
	background-color: #FFF;

}

#content4_text {
	float:left;
	width: 302px;
	height: 240px;
	background-color: #FFF;
	padding-left:10px;

}

#contentDetails1 {
	float:left;
	width: 820px;
	height: 100%;
	background-color: #FFF;

}

#contentDetails1_picture {
	float:left;
	width: 220px;
	height: 100%;
	background-color: #FFF;

}

#contentDetails1_text {
	float:left;
	width: 560px;
	height: 100%px;
	background-color: #FFF;
	padding-left:0px;

}
-------
#contentDetails2 {
	float:left;
	width: 820px;
	height: 100%;
	background-color: #FFF;

}

#contentDetails2_picture {
	float:left;
	width: 116px;
	height: 100%;
	background-color: #FFF;

}

#contentDetails2_text {
	float:left;
	width: 700px;
	height: 100%px;
	background-color: #FFF;
}


------


#container_bottom{
	float: left;
	width: 1024px;
	height: 40px;
	background-color: #FFF;
}
.HeadlineAngebote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.AngeboteNormaltext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}



.AngeboteNormaltextLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 12px;
}
.HeadlineSite {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#anzeige {
	background-color:#F0F0F0;
	padding-top:10px;
	width:1024px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}

#flyer {
	float:left;
	background-color:#F0F0F0;
	margin-top: 10px;
	width:812px;
	height:250px;
	text-align:center;
	padding-top:20px;
	padding-bottom:5px;
	border: 1px solid #000;
}

#flyer h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#2D4B9B;
	text-align:center;
	font-weight:bold;
	
	}
	
#flyer h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2D4B9B;
	text-align:center;
	}	
	
/* Menü */

#navi {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 180px;
	border-bottom: 1px solid #000000;
	font-family: Arial, Tahoma, Verdana, Courier;
	font-size:14px;
	
}

#navi ul, #navi li{
	list-style-type: none;
	border-top: 1px solid #000000;
	padding: 5px 1px 5px 5px;

}
#navi li a {
	display: block;
}
#navi a:link, #navi a:visited {
	text-decoration: none;
	color: #000;
}

#navi #akt {
	color: #000;
	font-weight:bold;
}

#navi a:hover, #navi a:hover#akt {
	color: #000;
}
		
