/*
Farben hier festlegen
*/
body, p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	margin-left:10px;
	margin-right:10px;
}
body {
	background-color: #D9DFEB
}
.body {
	position: absolute;
	margin: auto;
	margin-top:8px;
	margin-bottom: 0px;
	border: 9px solid #FFFFFF;
	width: 960px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	z-index: 1
}
.head {
	position: relative;
	width: 960px;
	height: 72px;
	background-color:#FFFFFF;
	z-index: 2
}
.content {
	position: relative;
	float: right;
	background-color: #F5F5F5;
	border-left: 2px solid #FFFFFF;
	border-bottom: 0px;
	width: 803px;
	min-height: 408px;
	z-index: 2
}
.navi {
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	width: 150px;
	/*border-bottom: 2px solid #FFFFFF;*/
	background-color: #D9DFEB/*#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: #FFFFFF;
	background-color: #575f6f;
	text-decoration:none;
}

.werbeblock {
	width:98%;
	background-color:#FFFFFF;
	margin-left:2px;
}
.werbeblock A, .werbeblock A:LINK, .werbeblock A:ACTIVE, .werbeblock A:VISITED, .werbeblock A:HOVER {
	background-color:#FFFFFF;
}

.tagesprogr {
	position: relative;
	float: left;
	left: 5px;
	top: 5px;
	width: 400px;
	height: 280px;
	background: #EEEEEE;
	z-index: 2
}
.quickview {
	position: relative;
	float: left;
	width: 127px;
	height: 180px;
	margin:28px 2px 0px 3px;
	background-color: #EEEEEE/*#FF0000*/;
	z-index: 2
}
.nextevent {
	float: right;
	position:relative;
	right: 5px;
	top: 5px;
	width: 380px;
	height: 280px;
	background-color: #EEEEEE/*#F4F44F*/;
	z-index: 2
}
.animation{
	float: right;
	position: relative;
	margin-top: 20px;
	right: 5px;
	height: 180px;
	width: 270px;
	top: 8px;
	background-color: #D9DFEB/*#EEEEEE*/;
	z-index: 2
}
.inhalt{
	position: relative;
	top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	background-color: #D9DFEB
}
div.bg_grey{
	background-color:#CCCCCC;
	height: 100%;
	width: 100%;
}
.bottom{ /* nach unten aussrichten */
	position: relative;
	margin: auto;
	bottom: 1%;
	height: auto;
	width: auto
}
/* Schriften und Formatierungen -------------------------------------------------------------------*/
table{
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
}
p.noMargin{
	margin: 0px
}
h1{
	font-size: 18px;
}
h2{
	font-size: 15px;
	font-weight: bold
}
h3{
	font-size: 14px;
}
h4{
	font-size: 14px;
	margin: 0px;
	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
}


