html, body{
height:100%;
}

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FFF url(../images/bg_shadow.gif) no-repeat center center;
	
	
}
a{
	font-size:10px;
	font-weight:bold;
	color:#4F5151;
	text-decoration:none;
}
a:hover{
	color:#AC1322;
	text-decoration:none;
}

input, select{
	font-size:10px;
	border:1px solid #AAA;
	margin:0;
}
input{
	padding:2px;
}
input.s10fettrot, input.error{
color:#fff;
background:#900;
}
.clearfloat{
clear:both;
}
a img{
	border: none;
}
a.submitBtn{
	display:block;
	border:1px solid #999;
	background:#EEE;
	width:100px;
	padding:5px;
	text-align:center;
	float:right;
}
a.submitBtn:hover{
	background:#DDD;
}
.s9fettgrau{
	font-weight:bold;
	color:#333;
	font-size:9px;
}
#container{
 	position:absolute;
	left:50%;
    top:50%;	
	margin-left:-400px;
    margin-top:-237px;
	width:800px;
	height:475px;
	

	
}
#head{
	width:800px;
	height:82px;
	background:transparent url(../images/header.gif) no-repeat;
}
#homeBtn{
	height:82px;
	width:100px;
	float:left;
}
#headNavi{
	float:left;

	width:690px;
}
#headNavi ul li.imprintList{
	float:right;
}
#rigthColumn{
	background:#E0E0E0;
	height:375px;
	width:97px;
	float:left;
	margin:0;
	padding:0;
}
#content{
	background:#F0F0F0 url(../images/bg_content.jpg) no-repeat right top;
	height:365px;
	width:703px;
	margin:0;
	padding:0;
	padding-top:10px;
	float:left;
}
#content ul{
	margin:0;
	padding:0;
	padding-left:5px;
	list-style:none;
	/* BUG \*/ 

	/* */
}
/* IE BUG */
html.*  #content ul{ 
	margin-left:5px;
}
#content ul li a{
	display:block;
	background:transparent url(../images/bullets/grey_10.gif) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:4px;
}
#content ul li a.act{
	background:transparent url(../images/bullets/red_10.gif) no-repeat 0px 2px !important;
}
#folderColor{
	background:transparent url(../images/act_folder_color.gif) no-repeat 0px 70px;
	height:365px;
	width:703px;
}
#folderColorRight{
	background:transparent url(../images/act_folder_color_r.gif) no-repeat 0px 80px;
	height:375px;
	width:97px;
}

#footer{
	clear:left;
	background:#FFF url(../images/bg_footer.jpg) no-repeat right top;
	height:15px;
	width:703px;
	padding-top:3px;
	font-size:9px;
	color:#666;
	padding-left:97px;
}
#footer a{
	font-size:9px;
	color:#666;
	font-weight:normal;
}
#footer a:hover{
text-decoration:underline;
}
#head{
}
#head ul{
	margin:0;
	margin-left:-40px;
	padding-top:57px;
	padding-left:49px;
	list-style:none;
}
#head ul li{
	float:left;
	margin-right:15px;
}
#head ul li a{
	font-size:10px;
	font-weight:bold;
	color:#4F5151;
	text-decoration:none;
}
#head ul li a:hover, #head ul li a.act{
	color:#AC1322;
	text-decoration:none;
}

.column{
	float:left;
	width:220px;
	margin-left:12px;
	border-left:1px solid #9A9C9C;
}
/* IE BUG */
html.*  .column{ 
	margin-left:6px;
}
.column h3{
	margin:0;
	margin:0 5px 5px 5px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.column h5{
	margin:0;
	margin-left:5px;
	font-size:10px;
	font-weight:bold;
	color:#333;
}
.column p{
	margin:0;
	margin-left:5px;
}
.progHead{
	height:70px;
}
.column img{
	margin-bottom:10px;
}
a.arrowRed{
	color:#AC1322;
	text-decoration:none;
	margin-left:5px;
	margin-bottom:5px;
	font-size:9px;

}
a.arrowBlack{
	color:#333;
	text-decoration:none;
	margin-left:5px;
	margin-bottom:5px;
	font-size:9px;

}
a.arrowGrey{
	color:#4F5151;
	text-decoration:none;
	margin-left:5px;
	margin-bottom:5px;
	font-size:9px;

}

a:hover.arrowGrey{	
	color:#AC1322;

}
a:hover.arrowRed{	
	color:#333;

}
#programmNavi{
	width:97px;
	padding-top:70px;
	height:260px;
}
#programmSubNavi{
	width:97px;
}
#programmNavi ul, #programmSubNavi ul{
	margin:0;
	margin-left:-40px;

	list-style:none;
}
#programmNavi ul li ul, #programmSubNavi ul{
	margin:0;
	margin-left:-40px;
	list-style:none;
}
#programmNavi ul li{
	margin-bottom:4px;
}
#programmNavi ul li.main{
	margin-bottom:4px;
	margin-top:10px;
}


#programmNavi ul li a, #programmSubNavi ul li a{
	display:block;
	text-align:right;
	text-decoration:none;
	font-size:10px;
	color:#333;
	font-weight:bold;
	padding:0;
	padding-right:15px;
	background:url(../images/bullets/grey_10.gif) no-repeat right center;
}
#programmNavi ul li ul li a{
	display:block;
	text-align:right;
	text-decoration:none;
	font-size:10px;
	color:#333;
	font-weight:normal;
	padding:0;
	padding-right:15px;
	background:none;
}
#programmNavi ul li ul li a:hover, #programmNavi ul li ul li a.act {
	color:#AC1322;
	background:none;
}
#programmNavi ul li a:hover, #programmSubNavi ul li a:hover, #programmNavi ul li a.act, #programmSubNavi ul li a.act{
	background:url(../images/bullets/red_10.gif) no-repeat right center;
	color:#AC1322;
}
/* IE BUG */
html.*  #programmNavi ul li, html.*  #programmSubNavi ul li{ 
	margin-bottom:-7px;
}
#bottomNaviStart, #bottomNaviDetail, #bottomNaviAktuelles{
	width:703px;
	float:left;
	margin-top:15px;
	text-align:center;

	
}
#bottomNaviAktuelles{
	margin-top:10px !important;
}

#bottomNaviDetail{	
	margin-top:10px !important;
	text-align:right;
	width:290px;
}
#bottomNaviStart span, #bottomNaviAktuelles span{
	float:left;
	padding:5px 5px 5px 5px;
	width:223px;

}

#bottomNaviStart span.spanLeft, #bottomNaviAktuelles span.spanLeft{
	width:290px;
	padding:5px 5px 5px 5px;
height:10px;
	border-left:1px solid #AC1322;

}
#bestellForm{
	margin-left:5px;
	margin-top:10px;
	float:left;
	background:#900;
	width:300px;
}
#bestellForm span{
	display:block;
	width:100px;
	padding-right:10px;
	padding-top:3px;
	text-align:right;
	float:left;
}
#bestellForm input{
	float:left;
}
.bestellFormItem{
	float:left;
	margin-bottom:10px;
	width:450px;
}
.s10fettrot{
	font-size:10px;
	font-weight:bold;
	color:#AC1322;
}
.s10fettrotkl{
	font-size:9px;
	font-weight:bold;
	color:#AC1322;
}
.s12fettrotkl{
	font-size:12px;
	font-weight:bold;
	color:#AC1322;
}


.tableDate{
	padding:0;
	margin:0;
	margin-left:3px;
	margin-top:10px;
	border:none;
	font-weight:bold;
	color:#333;
	font-size:9px;
}
.tableDate td, .tableDate tr{
	padding:0;
	margin:0;
}
.tableDate td a{
	color:#000;
	text-decoration:none;
	margin-right:5px;
	font-size:9px;
	
}
.tableDate td a:hover{
	color:#AC1322;
}
.progList{
	padding:2px;
	padding-left:5px;
	border-bottom:1px solid #FFF;
	width:650px;
	float:left;
}
.progHeadMonth{

margin-left:10px;
}
.progHeadMonth img{
	margin:0;
	padding:0;
}
.p_date, .p_time, .p_name, .p_prem, .p_soldout{
	display:block;
	float:left;
	margin-right:10px;
	font-size:10px;
	
}
.p_date, .p_time{
	width:60px;
}
.p_name{
	width:200px;
	text-transform:uppercase;
}
.p_prem{
	width:70px;
}
.p_soldout{
	width:205px;
}
.aktCont{
	padding:5px;
	height:300px;
	overflow:auto;
}
.aktCont ul li a{
padding-left:15px;
display:block;
background:url(../images/bullets/grey_7.gif) no-repeat;

}
#anmeldeFoerder{

	background:#DDD;
	border:1px solid #999;
	margin-left:5px;
}

.inAnmeldeFoerder{
margin-top:5px;
}
.inAnmeldeFoerder td{
padding:2px 5px 2px 5px;

}
.borderLeft{

	border-right:1px solid #999;

}

#anmeldeFoerder input {
	width:150px;

}
#anmeldeFoerder input .no {
	width:10px;

}
.noPaddingTable td{
	padding:0px 0px 10px 5px  !important;
	vertical-align:baseline;
}
#foerderInfo{
	border:1px solid #999;
	padding:5px;
	margin:3px;
	width:300px;
}
#foerderInfo h1{
	font-size:14px;
	margin:0;
	font-weight:bold;
}
#foerderInfo h3{
	font-size:10px;
	margin:0;
	margin-top:20px;
	font-weight:bold;
	background-color:#DDD;
	padding:2px;
}

ol.prog_detail_elements{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
}

ol.prog_detail_elements li{
margin-bottom:5px;
padding-left:12px;
}

ol.prog_detail_elements li.act{
	background:url(../images/bullets/arrow.gif) no-repeat left center;
}
ol.prog_detail_elements li.act a{
color:#900;
}

.teaser{
	height:70px;
}

table.detail_dates{
	margin-left:5px;
}
table.detail_dates th{
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#333;
	padding:10px 0 5px 0;
	text-transform:uppercase;
}
table.detail_dates td{
font-size:10px;
	padding:2px 0;
}
table.detail_dates td.date{
width:100px;
}

table.detail_dates td.hour{
width:120px;
}

table.detail_dates td.order{
width:180px;
}







#order_form{
margin-left:5px;
padding:5px;
border:1px solid #aaa;
}
#order_form hr{
color:#333;
height:1px;
border:none;
background:#333;
margin:10px 0;
}

#order_form fieldset{
margin-bottom:5px;
border:none;
padding:0;
clear:both;
}
#order_form fieldset label{
	color:#333;
	font-weight:bold;
	width:120px;
	margin-bottom:3px;
	display:block;
	float:left;
	margin-right:10px;
}
#order_form fieldset input, #order_form fieldset textarea{
	width:250px;
}
 #order_form fieldset textarea{
 height:35px;
 }
#order_form #lastname, #order_form #firstname, #order_form #zip, #order_form #city, #order_form #fon, #order_form #mail{
	width:120px;
}
#order_form #lastname, #order_form #zip, #order_form #fon{
margin-right:5px;
}

#order_form #zip{
	width:50px;
}
#order_form #city{
	width:190px;
}

#order_form fieldset.cb label{
	width:300px;
	float:left;
	margin-left:10px;
}
#order_form fieldset.cb input{
	width:auto;
	float:left;
	margin:3px;
}



.n_start_entry{
margin-bottom:10px;
}




.press_comment{
	border-bottom:1px solid #900;
	margin-left:5px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #9A9C9C;
}
.press_comment h5{
	margin:0;
}
.press_comment h4{
	margin:0;
	margin-bottom:3px;
	color:#111;
	font-size:12px;
}
.press_comment p{
	margin:0 !important;
}

.music_group{

	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #9A9C9C;
}
.music_group h5{
	font-size:12px;
	float:left;
	width:100px;
	margin-top:7px;
}
.music_group table{
	float:left;
	width:400px;
	margin:0;
}
.music_group table td{
	padding:0 !important;
	margin:0;
}
.music_group table td.player{
	width:30px;
}

.small{
font-size:9px !important;
}







