/*Global*/

html{
	background:url("../img/wallpaper.jpg") no-repeat #000 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 10px 0 0 0;
}

body{
	width: 1010px;
	margin:auto;
}

#base{
	background:url("../img/bg.png") repeat-y;
	float: left;
	width: 100%;
}

p,li{
	font-size:12px;
}

embed{
	width: 540px;
	height:450px;
	float:left;
	background:none;
}


a{
	outline:none;	
	text-decoration:none;
	color:#6f0000;
}

img{
	border:none;	
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	color:#6f0000;
	margin:0;
	padding:5px 10px 15px 10px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:15px 10px 10px 10px;
	line-height:normal;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6f0000;
	margin:0;
	padding:15px 5px 10px 10px;
	line-height:normal;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	margin:0 5px 0 10px;
	padding:0;
	line-height:24px;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#6f0000;
	margin:0;
	padding:5px 0 5px 0;
}


p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#000000;
	margin:0;
	padding:0px 10px 0px 10px;
}

p a{
	color: #6f0000;
	text-decoration:underline;
}

/*Header*/

#logo a{
	width: 1010px;
	height: 120px;
	float: left;
	background:url("../img/logo.gif") no-repeat;
}

#logo a span{
	display:none;
}

#ticker{
	width: 1010px;
	height:20px;
	float:left;
	color: #ffffff;
	background: #000000;
}

/*#ticker p{
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	text-align:center;
}*/

/*Linke Seite und Navigation*/

#left{
	width:188px;
	float:left;
}

#left ol{
	width:178px;
	float:left;
	border: #6f0000 2px solid;
	margin: 15px 0 15px 20px;
	padding: 27px 0 10px 0;
	list-style:none;
	background:url("../img/navi.gif") no-repeat #FFF;
}

#left li{
	float:left;
	width:170px;
	margin:0px 0 0 0;
	padding:5px 0 3px 10px;
}

#left li .sub{
	font-weight:bold;
}

#left li .active{
	font-weight:bold;
}

#left li a{
	color:#6f0000;
	font-weight:normal;
	font-size:13px;
}

#left li a:hover{
	font-weight:bold;
}

#left ol li ol{
	border:#0FF 0px solid;
	float:left;
	margin:0;
	padding:0px 0 0 0;
	width:145px;
	background:none;
}

#left li li{
	border:#ssssss 2px solid;
	float:left;
	margin:0;
	padding:5px 0 0 0px;
	list-style-image:url("../img/pfeile.gif");
	list-style-position:inside;
}

#left li li .sub{
	font-weight:bold;
}

#left li li .active{
	font-weight:bold;
}

#left li li li{
	border: #F00 0px solid;
	float:left;
	margin:0;
	padding:5px 0 0 15px;
	background:none;
	list-style-image:url("../img/pfeile.gif");
	list-style-position:inside;
}

#left li li li a:hover{
	font-weight:bold;
}


#left li li li .sub{
	font-weight:bold;
}

#left li li li .active{
	font-weight:bold;
}

#teaser_left{
	margin: 0px 0 1px 22px;
	padding: 0 0 0 0;
	float: left;
	width: 180px;
}

/*Content*/

#content{
	width: 545px;
	float:left;
	margin: 15px 0px 0px 20px;
	padding: 10px 0 10px 5px;
	background:#FFF;
	min-height:775px;
}

.ie6 #content{
	overflow:hidden;
}

.ie6 #left{
	overflow:hidden;
	display:inline;
	width:188px;
}

.ie6 #left ol{
	margin-left:12px;
	display:inline;
	width:172px;
	overflow:hidden;
}

.ie6 #right{
	display:inline;
}

.ie6 #teaser_left{
	overflow:hidden;
	display:inline;
}

#teaser1{
	width: 545px;
	height:294px;
	border: #6f0000 2px solid;
	margin: 5px 5px 10px 5px;
}

#teaser2{
	width: 545px;
	height: 100%;
	margin: 5px 5px 10px 5px;
	
}

#teaser2left{
	width: 263px;
	height: 200px;
	border: #6f0000 2px solid;
	margin: 0px 0px 0 0px;
	float:left;
}

#teaser2right{
	width: 263px;
	height: 200px;
	border: #6f0000 2px solid;
	margin: 0px 0px 0 0px;
	float:right;
}

/*Rechte Spalte*/

#right{
	width:227px;
	float:right;
	margin:0px 20px 0px 0px;
}



#kalender{
	width:205px;
	height:170px;
	float:left;
	border:#6f0000 2px solid;
	margin: 15px 0 15px 0;
	background:#FFF;
}

#suche{
	width:222px;
	height:70px;
	float:left;
	border:#6f0000 2px solid;
	margin: 0 0 15px 0;
	background:#FFF;
}
/*
#suchebg{
	background:url("../img/suche.gif") no-repeat #FFF;
	width:222;
	height:100%;
}*/

#news{
	width:205px;
	height:200px;
	float:left;
	border:#6f0000 2px solid;
	margin: 0 0 15px 0;
	background:#FFF;
}

/*Footer*/

#footer{
	background:#6f0000;
	width:1010px;
	float:left;
	height:24px;
	margin:0;
	padding:0;
}

#footer li{
	font-size:12px;
	font-weight:normal;
	float:left;
	margin:5px 0 0 20px;
	padding:0 0 0 0;
	list-style: none;
}

#footer li a{
	color:#ffffff;
}

#footer li a:hover{
	text-decoration:underline;
}


/* SysExt > Sitemap */

#content .csc-sitemap ul{
	list-style: disc;
	color: #6f0000;
	margin:0px 0 5px 30px;
	padding:0;
}

#content .csc-sitemap li a{
	font-weight:bold;
	font-size:13px;
	color:#6f0000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}

#content .csc-sitemap li a:hover{
	text-decoration:underline;
}

#content .csc-sitemap ul li ul{
	list-style: circle;
	color: #6f0000;
}

#content .csc-sitemap li li a{
	font-weight:normal;
	font-size:13px;
	color:#6f0000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

#content .csc-sitemap li li a:hover{
	text-decoration:underline;
}


/* SysExt > MailForm */
#mailform .csc-mailform-field input,#mailform .csc-mailform-field textarea,#start{
	width:270px;
	padding:2px;
	margin:0 50px 15px 0;
	border:1px solid #6f0000;
	float:right;
}

#mailform .csc-mailform-field select{
	width:288px;
	float:right;
	padding:1px;
}

#mailform #mailformformtype_mail{
	width:90px;
	text-align:left;
	margin:0 50px 0 0;
	border:2px solid #6f0000;
	float:right;
	background:url("../img/button.gif") no-repeat;
	background-position:right;
	color: #000000;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	cursor:pointer;
}

#content .csc-mailform-field{
	width:100%;
	float:left;
	margin:0 0 0 0;
}

#mailform .csc-mailform-radio
{
	border:#0F0 1px solid;
}

#content form div{
	width:100%;
	float:left;
	margin:0 0 0 0;
}

#content form{
	font-size:13px;
	margin:0;
	padding:0;
	border:0px #F00 solid;
}

#content form fieldset{
	border:0px #F00 solid;
}

#content form label{
	width:160px;
	float:left;
}

/* FCE > Zwei Spalten */
.zweispalten .left{
	width:251px;
	margin-right:0px;
	float:left;
	padding-left:10px;
}

#content .zweispalten .right{
	width:251px;
	margin-left:18px;
	float:left;
}

#content .zweispalten{
	width:545px;
	float:left;
	margin:0 0 20px;
}

#content .zweispalten p,
#content .zweispalten h2,
#content .zweispalten ol,
#content .zweispalten ul{
	width:100%;
	margin:0;
	padding:0;
}

#content .zweispalten h3
{
	padding: 5px 0 10px 0;
}

#base .noR .zweispalten{
	width:680px;
}

#base .noR .zweispalten .left{
	width:325px;
	margin-right:25px;
	float:left;
}

#base .noR .zweispalten .right{
	width:330px;
	margin-left:0px;
	float:left;
}


fieldset{
	border:none;
	margin: 22px 0 0 0;
}

legend,#right label{
	display:none;	
}

#right #tx-indexedsearch-searchbox-sword{
	border:2px solid #6f0000;
	height:15px;
	width:165px;
	margin:2px 0 2px 0;
}

#right #sucheimg{
	margin-bottom:-5px;
	margin-left:-5px;
}

.ie7 #right #sucheimg{
	margin-bottom:1px;	
}

.ie7 #right #tx-indexedsearch-searchbox-sword{
	margin:5px 0;	
}

.ie7 #left li li{
	float:left;
	display:block;
	padding-left:17px;
	list-style-type:none;
	list-style-position:outside;
	list-style:none;
	background:url("../img/pfeile.gif") no-repeat;
}

.ie8 #right .tx-indexedsearch-form{
	padding:5px;	
}

#right #suche{
	height:55px;	
	width:222px;
	background:url("../img/suche2.gif") no-repeat #FFF;
}

#ticker a{
	color:#fff;
}

#ticker{
	font-size:12px;
	padding-top:3px;
	font-weight: bold;
}

/* Suche */

#content .tx-indexedsearch{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 10px 0 10px;
}

#content .tx-indexedsearch form{
	margin:0px;
	padding:0px;
	border:0px #0F0 solid;
}

#content .tx-indexedsearch-searchbox-sword{
	border:1px #6f0000 solid;
	margin:0 20px 0 8px;
	width: 200px;
	padding-left:5px;
}

#content .tx-indexedsearch-browsebox p{
	margin:0;
	padding:0;
}

#content .tx-indexedsearch-browsebox a{
	color:#6f0000;
}

.tx-indexedsearch-whatis{
	margin-top:10px;
}

.tx-indexedsearch-noresults{ 
	margin-top:15px;
	padding:0;
	font-weight: bold;
	color: #6f0000;
	font-size:14px;
}



#teaser{
	border-bottom:2px solid #680000;
	float:left;
	font-size:12px;
	width:227px;
	padding:24px 0 0 0;

	background:url("../img/news.gif") no-repeat #fff;
}

#teaser div{
	padding:8px 10px 10px 10px;
	border-left:2px solid #680000;
	border-right:2px solid #680000;
	width:203px;
	float:left;
	background:url("../img/news_dotted.gif") no-repeat bottom left;
}

#teaser .teaser_2{
	background:none;	
}

#teaser div a{
	font-weight:bold;
	text-decoration:underline;
}

.alignLeft img{
	float:left;
	margin:4px 5px 5px 0;
}

.alignRight img{
	float:right;
	margin:4px 0 5px 5px;
}

.kuenstler_termin{
	width:525px;
	float:left;
	border-bottom:2px solid #6F0000;
	margin:0 10px 10px 10px;
	padding:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

.kuenstler_termin h3{
	padding:3px 0 0 0;	
}

.kuenstler_termin p{
	padding:5px 0 5px 0;	
}

.alignLeft h3,.alignLeft p{
	padding:3px 0 0 10px;	
}

.kuenstler_termin dt{
	clear:both;
	width:80px;
	float:left;
}

.kuenstler_termin dd{
	width:150px;
	float:left;
}

.alignLeft dl{
	margin-left:10px;	
}

.alignLeft .spalte_1{
	float:left;
	width:100px;
}

.alignLeft .spalte_2{
	width:370px;
	float:left;
}


.alignRight .spalte_1{
	float:right;
	width:100px;
}

.alignRight .spalte_2{
	width:370px;
	float:left;
}


/* Drop Down Fix */
.kuenstler_select{
	width: 250px;
}