body {
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	background-image: url(../img/site_bg.gif);
}

hr{
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
height:1px;
background-color: #f50073;
}

h1{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

p{
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #f50073; }
a:active { color: #f50073; }

#container{
	z-index: 1;
	display: block;
	background-image: url(../img/stripe.gif);
	background-repeat: repeat-x;
}

#logo{
	z-index: 10;
	position: relative;
	display: block;
	padding-top: 139px;
	background-image: url(../img/site_logo.gif);
	background-repeat: no-repeat;
	height: 600px;
}


#nav{
	z-index: 20;
	position: relative;
	left: 152px;
	width: 537px;
	height: 21px;
}

#nav a {
	float: left;
}

#subnav{
	z-index: 20;
	position: relative;
	left: 152px;

	width: 537px;
	height: 16px;
}

#subnav a{
	float: left;
}

#contentStart{
	position: relative;
	left: 152px;
	z-index: 20;
	width: 537px;
	height: 430px;
}

#content{
	position: relative;
	left: 152px;
	z-index: 20;
	width: 537px;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 50px;
	padding-left: 2px;
}

/* formatierung fuer movies */

td.movieTitle{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #caca82;
}

td.movieTermin{
	font-size: 11px;
	font-weight: nomal;
	background-color: #caca82;
}

/* formatierung fuer programm */

#content .progDay{
display: block;
padding-top: 30px;
}


#content .progDayTitle{
display: block;
border: 1px solid #caca82;
margin-bottom: 3px;
font-weight: bold;
text-transform: uppercase;
}

#content .progEntry1{
display: block;
}

#content .progEntry2{
display: block;
background-color: #caca82;
}

td.progTime {
width: 80px;
height: 16px;
background-color: transparent;

}
td.progTitle {
height: 16px;
font-weight: normal;
vertical-align: middle;
}


td.progTitle a, td.progTitle a:link, td.progTitle a:visited {
color: #000;
font-weight: bold;
text-decoration: none;
}
td.progTitle a:hover{
color: #f50073;
font-weight: bold;
text-decoration: none;
}

/* footer */

#footer{
z-index: 20;
display: block;
background-color: #caca82;
height: 14px;
padding-left: 152px;
}

#footer a, #footer a:link, #footer a:visited{
color: #000;
text-decoration: none;
}

#footer a:hover, #footer a:active{
color: #f50073;
text-decoration: none;
}

/* sponsoren logos */

.sponsoren_programm{
	text-align: right;
	border: 0;
	margin: 0;
	padding: 0;
}

/*
div{
	border: 1px solid #800;
}
*/