/*** Aufbau ***/
body {
margin: 0;
padding: 0;
background: #bbd8e0;
}
.trenner {
clear:both;
height:10px;
}
/** Anzeige **/
#anzeigefeld{
width: ;
min-height: 100px;
float: left;
background-color: #bbd8e0;
}
#anzeige {
width: 650px;
min-height: 450px;
}
#anzeige_mitte {
width: 450px;
min-height: 585px;
float: left;
padding: 10px;
padding-top: 85px;
background: url(../images/icon_kalender.jpg) no-repeat #fff;
}
#anzeige_mitte_info {
width: 450px;
min-height: 620px;
float: left;
padding: 10px;
background-color: #fff;
}
#anzeige_rechts {
width: 170px;
min-height: 450px;
float: left;
margin-left: 10px;
}
#footer{
width: 650px;
height: 250px;
background-color: #fff;
text-align: center;
}
.trenner {
clear:both;
height:10px;
}

.weiter {
width: 70px;
height: 17px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
padding-top: 3px;
padding-left: 5px;
text-decoration: none;
background-image: url(../images/weiter.jpg);
}
.weiter:hover {
background-image: url(../images/weiter-hover.jpg);
text-decoration: none;
}
.weiter a:link, .weiter a:visited{
color: #fff;
}
.galeriebild{
	width: 400px;
	height: 128px;
	padding: 5px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cccdce;
	border-right: 1px solid #cccdce;
	}
.galeriebild a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0167ab;
	padding-left: 0px;
	text-decoration: none;
	float: left;
	display: inline;
	margin-right: 5px;
}

.galeriebild p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #424242;
	margin: 0;
	padding: 0;
	line-height: 13px;
}

/** Footer **/
#footer{
width: 650px;
height: 250px;
background-color: ;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #bbd8e1;
}
.angabe{
width:35px;
float:left;
font-size:10px;
text-align:center;
margin:0 auto;
}
.zeit{
width:35px;
float:left;
text-align:center;
font-size:16px;
font-weight:bold;
margin:0 auto;
}