/**
Kartenwerk Css
****************************************/
* {
	margin:0px;
	padding:0px;
	line-height:0px;
}
html{
	height:100%;
	width:100%;
}
body{
	height:100%;
width:100%;
	margin-bottom:1px;
	background:url(/files/site_bg.jpg) center top no-repeat #FFFFFF;
	font-family:"Arial", "sans-serif";
}

ul{
	list-style-type:none;	
}
img{
	border:none;	
}
a{
	outline: 0;
	text-decoration:none;
}
:focus{
	outline:0;
}
.clearer{
	clear:both;
}
.flleft{
	float:left;	
	padding-right:20px;
}
.flright{
	float:right;
	padding-left:20px;	
}
/***************************************************************/
#sitewrapper{
	margin:auto;
	width:998px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#site{
	display:block;
	padding:0px 18px 0px 18px;	
	background:url(/files/content_bg.gif) -1px 570px no-repeat;
}
#head{
	height:395px;	
line-height:0px;
}
#head a:hover{
	text-decoration:underline;
}
#head h2 a:hover{
	text-decoration:none;
}

#logo{
	width:227px;
	margin-left:25px;
}

/*** Servicenav ***/
#servicenavi{
	position:absolute;
line-height:20px;
height:20px;
top:0px;
width:968px;
}

#servicenavi ul{
text-align:right;
}

#servicenavi ul li{
	display:inline;
	padding:0px 2px;
	font-size:12px;
line-height:20px;

}

#servicenavi ul li a{
	color:black;
	font-size:12px;
}
#servicenavi ul li a:hover{
	color:#c20009 ;
	text-decoration:underline;
}

#servicenavi ul li a.current{
	color:#c20009 ;
}

/*** Navigation ***/
#navi{
	height:42px;
	background:url(/files/nav_bg.gif) top center repeat-x #FFFFFF;
line-height:0px;
}

#navi ul.nav1st{
	background:url(/files/nav_start.gif) 0px 0px no-repeat;

}

#navi ul.nav1st li{
	height:42px;
	display:inline;
	padding:0px 28px 0px 30px;
	line-height:42px;
}

#navi ul.nav1st li.spacer{
	height:42px;
line-height:42px;
	width:6px;
	padding:0px 0px 0px 0px;
top:91px;
	position:absolute;
	background:url(/files/nav_spacer.gif) 0px 0px no-repeat;
}

#navi ul.nav1st li a{
	color:white;
	font-size:18px;
	text-transform:uppercase;
}
#navi ul.nav1st li.homelink{
	padding:0px 0px 0px 0px;
}
#navi ul.nav1st li.homelink a{
	padding:10px 38px;
	line-height:42px;
	height:42px;
}

#navi #event_list{
	background-image:none;
	position:absolute;
	z-index:20;
	width:968px;
	height:250px;
	margin-top:9px;
	background-color:#C30009;
	display:none;
}


#navi #event_list ul,
#content_event_list ul{
	margin-top:10px;
	display:inline;
	float:left;
}


#navi #event_list li h2,
#navi #orte_list li h2,
#content_event_list li h2{
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:white;
	border-bottom:1px white solid;
}
#content_event_list a{
	color:#C30009;
}
#navi #event_list li,
#content_event_list li{
	line-height:14px;
	padding:2px 10px;
	color:white;
}
#navi #event_list ul li a{
	color:#FFFFFF;
	font-size:12px;
}

#navi #orte_list{
	background-image:none;
	position:absolute;
	z-index:20;
	margin-top:9px;
	height:250px;
	background-color:#C30009;
	width:968px;
	display:none;
}
#navi #orte_list ul,
#content_orte_list ul{
	margin-top:4px;
	display:inline;
	float:left;
}


#navi #orte_list li,
#content_orte_list li{
	line-height:14px;
	padding:2px 10px;
	color:white;

}
#navi #orte_list li a{
	color:#FFFFFF;
	font-size:12px;
}
#content_orte_list a{
	color:#C30009;
}

/* PLZ Suche in der Navigation*/
#navi #orte_list fieldset{
	border:none;
}
#navi #orte_list #plzsuche{
	border:Solid 1px #AE0109;
	height:18px;
line-height:20px;
	font-size:14px;
	color:#AE0109;
}
#navi #orte_list #plzsearchsubmit{
	width:20px;
	position:absolute;
	margin-left:2px;
}

/*** Suchfeld ***/
#searchfield{
	position:absolute;
	top:92px;	
	left:50%;
	line-height:42px;
	margin-left:245px;
	width:230px;
	height:42px;
}
#searchfield fieldset{
	border:none;
	padding:0px;
	margin:0px;
}
#searchfield #searchsubmit{
	position:absolute;
	margin-top:8px;
	left:205px;
}
#searchfield #searchtext{
	left:0px;
line-height:20px;
	position:absolute;
	margin-top:8px;
	width:195px;

	border:Solid 1px #AE0109;
	height:23px;
	color:#AE0109;
	font-size:18px;
	padding-left:5px;
}

/*** Teaserbox ***/
#teaser{
	position:absolute;
	margin-top:10px;
	width:540px;
	height:250px;
	line-height:0px;
}
#teaser #tPrev{
	position:absolute;
	top:100px;
	z-index:10;
	cursor:pointer;
}
#teaser #tNext{
	position:absolute;
	top:100px;
	right:0px;
	z-index:10;
	cursor:pointer;
}
#teaser #teaserInfo{
	position:absolute;
	background-color:#FFFFFF;
	bottom:10px;
	left:12px;
	width:515px;
	height:62px;
	cursor:pointer;
}
#teaser #teaserInfo h1{
	line-height:24px;
	font-size:18px;
	margin-top:-20px;
	padding:10px;
}
#teaser #teaserInfo p{
	padding:10px 10px;
	font-size:14px;
	line-height:16px;
}
#teaser #infoBtn{
	position:absolute;
	bottom:15px;
	right:-7px;
	z-index:10;
}

#teaser #nextTeaserImage{
	position:absolute;
}
#teaser #teaserImage{
	position:absolute;
}


/*** Twitter Box***/
#twitter{
	margin-top:10px;
	float:right;
	width:410px;
	height:250px;
	background:url(/files/newsbox_home_bg.jpg) 0px 0px no-repeat;
	overflow:hidden;
}
#twitter #twitter_update_list{
	margin:15px;
}
#twitter li{
	list-style-type:none;
	margin-bottom:250px;
}
#twitter li span{

	color:white;
	font-size:24px;
	line-height:26px;
}
#twitter li  a{

	line-height:20px;
	font-size:12px;
	display:block;
	color:white;
	text-decoration:underline;
}
#twitter .follow_link{
	position:absolute;
	margin-left:305px;
	top:310px;
	width:100px;
	height:80px;
	display:block;
}
#twitter .follow_link:hover{
text-decoration:none;
}
#twitter .follow_link span{
	visibility:hidden;
}



#content{
	line-height:20px;
}


/******* Detailseite ****/
.left{
	margin-top:7px;
	width:720px;
	float:left;
}
.left h3{
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}

.left h1{
	font-size:14px;
	line-height:20px;
}
.left h2{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-bottom:10px;
}
.left p{
	font-size:12px;
	line-height:16px;
	margin-bottom:16px;
}
.left p span.orthalle{
	text-transform:uppercase;
}
.left a{
	color:#AE0109;
}
.left a:hover{
	text-decoration:underline;
}

.left img.eventimage{
	margin-top:10px;
	display:block;
	margin-bottom:8px;
border:Solid #C4C4C4 1px;
padding:2px;
}

.left #order_form{
	background:url(/files/order_form_bg.gif) 0px 0px no-repeat;
	height:351px;
	width:720px;
}

.left fieldset{
	position:absolute;
	margin:5px 10px 0px 10px;
	border:none;
}

.left #order_form label{
	padding-top:2px;
	line-height:18px;
	display:block;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.left #order_form input{
	width:350px;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	height:16px;
}
.left #order_form select{
	width:352px;
	font-family:arial;
	font-size:12px;
	line-height:20px;
}

.left #order_form input.order_stueckzahl{
	width:80px;
}
.left #order_form textarea{
	font-family:arial;
	font-size:12px;
	line-height:16px;
	width:350px;
	height:70px;
}
.left #order_form .order_submit{
	margin-top:10px;
	width:132px;
	display:block;
	height:20px;
}

.left #newsletter_text{
	margin-top:5px;
}
.left #newsletter_text h1{
	text-transform:uppercase;
}

.left #newsletter_form{
	background:url(/files/order_form_bg.gif) 0px 0px no-repeat;
	width:720px;
	height:370px;
}

.left #newsletter_form fieldset{
	position:relative;
	margin:5px 10px 0px 10px;
	padding:10px 5px;
	border:none;
}

.left #newsletter_form label{
	padding-top:2px;
	line-height:18px;
	display:block;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.left #newsletter_form input{
	width:350px;
	font-family:arial;
	font-size:12px;
	line-height:20px;
}
.left #newsletter_form input.newsletter_abmelden{
	display:block;
	width:100px;
	margin:8px 0px;
	float:left;
}
.left #newsletter_form input.newsletter_anmelden{
	display:block;
	width:100px;
	margin:8px 0px;
	float:left;
}


.right{
	margin-top:7px;
	float:right;
	width:235px;
}
.right img{
	margin-bottom:10px;
}
.right .laden{
	padding-bottom:3px;
}
.right .laden h1{
	text-transform:uppercase;
	line-height:12px;
	font-size:12px;
}
.right .laden p{
	font-size:12px;
	line-height:16px;
	line-height:20px;
	margin-top:6px;
}
.right .laden a{
	color:#000000;
}
.right .ladenimg{
	margin-top:-6px;
}
.right .googlemap {
	line-height:16px;
}


/******* Eventliste ****/
.eventelement{
	float:left;
	line-height:20px;
	padding:10px 8.5px 0px 0px;
	height:265px;
overflow:hidden;
}
.nopadding{
	padding:10px 0px 0px 0px;
}
.eventelement h1{
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	width:234px;
}
.eventelement h2{
	font-size:12px;
	line-height:14px;
	width:234px;

}
.eventelement .headsub{
height:60px;
}

.eventelement h3.datum{
	font-size:13px;
	font-weight:normal;
	line-height:14px;
	width:234px;
}
.eventelement p{
	padding-top:2px;
	font-size:12px;
	line-height:16px;
	width:234px;
height:50px;
overflow:hidden;
}
.eventelement img{
	width:228px;
	height:94px;
	line-height:0px;
border:Solid #C4C4C4 1px;
padding:2px;
margin-bottom:8px;
}
.eventelement a.infolink{
	position:absolute;
	margin-top:238px;
}
.eventelement a.infolink{
	display:block;
	width:230px;
	height:20px;
	background:url(/files/infotickets_btn.gif) 0px 0px no-repeat #FFFFFF;
}
.eventelement a.infolink:hover{
	background:url(/files/infotickets_btn_hover.gif) 0px 0px no-repeat #FFFFFF;
}
/****************************/

#content{
height:120px;
height:auto !important;
min-height:120px;
}

#content h1.search{
	margin-top:10px;
	font-size:16px;
	line-height:20px;
}
#content h1.search span{
	color:#C30009;
}
#content p.search{
	margin-top:10px;
	font-size:12px;
	line-height:20px;
}
ul#pag{

}
ul#pag li{
	display:block;
	width:26px;
	height:20px;
	float:left;
	background:url(/files/pagination_p.gif) 0px 0px no-repeat;
	line-height:20px;

}
ul#pag li a{
	font-size:12px;
	font-weight:bold;
	color:#C20009;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
}
ul#pag li.curPage{
	background:url(/files/pagination_a.gif) 0px 0px no-repeat;
}
ul#pag li.curPage a{
	color:#FFFFFF;
}
ul#pag li.prev{
	background:url(/files/pagination_prev.gif) 0px 0px no-repeat;
}
ul#pag li.next{
	background:url(/files/pagination_next.gif) 0px 0px no-repeat;
}
ul#pag li.desc{
	font-size:12px;
	font-weight:bold;
	color:#C20009;
	background-image:none;
	width:auto;
	padding:0px 8px 0px 2px;
}

#footer{
	margin-top:50px;
	width:998px;
	height:82px;
	margin-left:-18px;
	background:url(/files/footer_bg.gif) -1px 0px no-repeat;
}
#footer #pag{
	position:absolute;
	margin-top:22px;
	margin-left:15px;
}




