/*
Farben hier festlegen
*/
body, p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	margin-left:10px;
	margin-right:10px;
}
body {
	background-color: #F4F44F/*#E7E752/*#E1E1D2/*#F4F44F/*#F2F276 #F0F0A3 #FFFF33*/
}
.body {
	position: absolute;
	margin: auto;
	margin-top:0px;
	margin-bottom: 0px;
	border: 9px solid #FFFFFF;
	width: 960px;
	top: 3px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;	
	background-color: #F4F44F /*#FBFB40*/; 
	z-index: 1
}
.head {
	position: relative;
	width: 960px;
	height: 72px;
	background-color:#FFFFFF;
	z-index: 2
}
.content {
	position: relative;
	float: right;
	background-color: #FCFCD7/*#F9F992/*#33ffff/*#F2F276*/;
	border-left: 4px solid #FFFFFF;
	padding-left: 5px; 
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*Wenn padding-Maße verändert werden, muss width dementsprechend mitverändert werden, 
	wegen Breite insgesamt bei .body*/
	width: 798px;
	min-height: 485px;
	z-index: 2
}
.navi {
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	width: 150px;
	/*border-bottom: 2px solid #FFFFFF;*/
	background-color: #F4F44F/*#F2F276#bdcbe8*/;
	z-index: 2
}
.navi A:LINK, .navi A:VISITED, .navi A:ACTIVE {
	display: block;
	padding-left: 6px;
	padding-right: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000
}
.navi A:HOVER {
	color: #000000;
	background-color: #FFFF33;
	text-decoration:none;
}
.next_event {
	position: relative;
	float: left;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 520px;
	height: 280px;
	background: #FCFCD7;
	border: 0px solid #ffffff;
	z-index: 2
}
.tagesprogr {
	float: right;
	position: relative;
	margin: 0px;
	top: 0px;
	/*left: 10px;*/
	right: 0px;
	width: 365px;
	height: 203px;
	background: #FCFCD7/*#EEEEEE*/;
	border-left: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
	z-index: 2
}

.event_list {
	float: left;
	position: relative;
	top: 5px;
	left: 0px;
	width: 426px;
	height: 203px;
	background-color: #FCFCD7;
	/*border-color:#FFFFFF;
	border-style: solid;
	border-width: 2px;
	border-right-width: 0px;*/
	/*background-color: #EEEEEE;*/
	z-index: 2
}
.animation{
	float: right;
	position: relative;
	margin: 0px;
	top: 3px;
	/*left: 10px;*/
	right: 0px;
	width: 270px;
	height: 280px/*151px*/;
	background: transparent;
	z-index: 2
}
.quickview {
	position: relative;
	float: left;
	width: 130px;
	height: 184px;
	margin:20px 2px 0px 3px;
	background-color: #EEEEEE;
	z-index: 2
}
.bottom{ /* nach unten aussrichten */
	position: relative;
	bottom: 0px;
	height: auto;
	width: auto
}

div.iframe_body{
 	height: 100%;
	width: 100%;
 	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F9F992
 }
div.bg_grey{
	background-color:#CCCCCC;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 15px;
	font-weight: bold
}
h3{
	font-size: 14px;
}
h4{
	font-size: 14px;
	font-weight: bold
}
h5{
	font-size: 14px;
	font-weight:lighter
}
h6{
	font-size: 12px;
	font-weight: bold
}
table{
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000
}

a:link, a:active, a:visited {
	text-decoration:none;
	color: #575f6f
}

a:hover {
	text-decoration:underline
}



