* {
	padding: 					0;
	margin: 					0;
}

body {
	background:			#FFFFFF;
	background-image: 	url(../images/bg_02.gif);
	background-position:0px 225px;
	background-repeat: 	no-repeat;
	padding: 			0;
	margin: 			0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
}

p {
	margin: 8px 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	display: inline;
}

ol {
	list-style-type: 		decimal;
	list-style-position:	outside;
	margin: 				8px 0px 8px 40px;
}
hr {
	border:			0;
	border-top:		1px solid #000033;
	height: 		0;
}

#titel {
	position: 	absolute;
	left:		50px;
	top:		25px;
}

#ecker {
	position: 	absolute;
	left:		445px;
	top:		42px;
	z-index:	110;
}

#topnavigation {
	position:	absolute;
	left:		50px;
	top:		67px;
	z-index:	105;
}

#transparentbackground {
	position:	absolute;
	left: 		50px;
	top:		95px;
	z-index:	100;
	width:		450px;
	height:		320px; 
	overflow: 	hidden;
	background:	transparent url(../images/alpha.png) repeat;
	visibility: hidden;
}

* html #transparentbackground {  /* nur fuer Internet Explorer */
	background: 	url(../images/alpha_ie.gif) repeat;
	filter: 		Alpha(Opacity=70, FinishOpacity=70, Style=0)
}

#inhalt {
	border:		#000000 solid 1px;
	position:	absolute;
	left: 		47px;
	top:		95px;
	z-index:	101;
	width:		451px;
	height:		340px; 
	z-index:	101;
	padding:	7px;
	line-height:18px;
	color:		#000033;
	overflow:	auto;
	background: #ffffff;
}

#bottomnavigation {
	position:	absolute;
	left:		50px;
	top:		458px;
	z-index:	120;
}

#partnernavigation {
	position:	absolute;
	left:		453px;
	top:		458px;
	z-index:	120;
}

.programmtabelle {
	width: 100%;
	border-top: 1px dotted #000033;
	border-bottom: 1px dotted #000033;
	line-height: 22px;
	padding: 11px 0 11px 0;
}

.stueck {
	font-weight: bold;
	text-align: right;
	width: 50%;
	padding: 0 15px 0 0;
	vertical-align: top;
}

.komponist {
}


/*  links  _______________________________________________________________________________*/

#inhalt a{
	text-decoration:none;
} 
#inhalt a:link{
	color:			#E71313;
	text-decoration:none;
} 
#inhalt a:visited {
	color:		#E71313;
}
#inhalt a:focus {
	color:		#000033;
	text-decoration:underline;
}
#inhalt a:hover {
	color:			#000033;
} 
#inhalt a:active{
	color:		#000033;
}