/*Allgemein*/
body {
	background-color: #000000;
	background-image: url(../img/layout/background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

body, img, p, tr, td {
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0; /*??? evt. Probleme*/
}

.none {
	display: none;
}

.spacer1 {
	margin: 0;
	padding: 0;
	height: 18px;
}

.clear {
	clear: both;
}

/*Style/Positionierung*/
#background {
	width: 920px;
	
	position: absolute;
	left: 50%;
	margin-left: -460px;
}

#logobereich {
	width: 920px;
	height: 79px;
}

#logo {
	height: 50px;
	width: 255px;
	
	position: absolute;
	left: 272px;
	top: 0px;
}

#headbereich {
	width: 920px;
	height: 175px;

}

#bg_nav {
	height: 170px;
	width: 170px;
	background-color: #beb2ac;

	position: absolute;
	left: 97px;
}

#head_img {
	height: 170px;
	width: 552px;

	position: absolute;
	left: 272px;
}

#contentbereich {
	width: 920px;	
	background: url(../img/layout/bg_subnav_content.gif);
}

#contentimg {
	width: 920px;	
}

#subnav_bereich {
	width: 170px;
	left: 97px;
	top: 254px;
	
	position: absolute;
}

#content {
	width: 488px;
	margin-left: 304px;
	
	top: 32;
}

#footer {
	width: 920px;;
	height: 85px;
	
	position: absolute;
}


/*Content*/
p {
	margin: 0;
	margin-bottom: 10px;
}

ul {
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #be2b18;
	font-size: 13px;
}

h2, h2 a {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #be2b18;
	font-size: 12px;
}

h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #be2b18;
	font-size: 11px;
}


.img_content {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.tab_hallen {
	background-color: #beb2ac;
	
	padding: 4px;
	margin: 4px;
	margin: 4px;
	margin-bottom: 8px;
}

img.imgclearbox {
	border: 4px solid #000000;
}

/*Links*/
a {
	color: #000000;
}

a:hover, h2 a {
	text-decoration: none;
}

a.no_underline {
	text-decoration:none;
}



/* Button Konzertticktes */
.ktickets {
	background-color: #be2b18;
	border-top: 15px solid #ebe9e4;
	padding: 6px;
	text-align: center;
}

.ktickets:hover {
	background-color: #5f2825;
}

.ktickets a {
	color: #ebe9e4;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/*Special Styles*/
/* Event Tool*/
#ausverkauft {
	position: absolute;
	left: 288px;
	margin-top: 30px;
}

/* Team Tool*/
.team {
	margin: 0;
	padding: 0;
	float: left;
	width: 110px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.team_img {
	margin: 0;
	padding: 10px;
	background-color: #fdf3ec;
}

.team_text {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagenav_news {
	position: absolute;
	top: 325px;
	margin-left: 183px;
}

.news_img {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	float: left;
}

/*Shortnav*/
a:hover.shortnav, a:focus.shortnav, a:link.shortnav, a:visited.shortnav {
	color: #FFFFFF;
	text-decoration: none;
}

/** Navigation **/
/* container style */
.nav_lvl1{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:  bold;
	color: #312315;

	list-style-type: none;
	padding: 0px; 
	margin: 0px;
	margin-top: 4px;
}

/* row style */
.nav_lvl1 li {
	padding: 0px; 
	margin: 0px;
	display: inline;
}

/* text style */
a.nav_lvl1_on, a.nav_lvl1_off {
	color: #312315;
}

.nav_lvl1_on {
	background-color: #e2ded9; 
	
	text-decoration: none; 
	padding-left: 16px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	display: block;
}

a.nav_lvl1_on:hover { 
	background-color: #e2ded9;
}

.nav_lvl1_off {
	text-decoration: none; 
	padding-left: 16px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	display: block;
}

a.nav_lvl1_off:hover { 
	background-color: #e2ded9; 
}

/** Subnavigation **/
/* container style */
.nav_lvl2{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:  bold;
	color: #000000;

	list-style-type: none; 
	padding: 0px; 
	margin: 0px;
	margin-top: 26px;
}

/* row style */
.nav_lvl2 li {
	padding: 0px; 
	margin: 0px;
	display: inline;
}

/* text style */
a.nav_lvl2_on, a.nav_lvl2_off {
	color: #000000;
}

.nav_lvl2_on {
	background-color: #e2ded9; 
	
	text-decoration: none; 
	padding-left: 16px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	display: block;
}

a.nav_lvl2_on:hover { 
	background-color: #e2ded9;
}

.nav_lvl2_off {
	text-decoration: none; 
	padding-left: 16px; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	display: block;
}

a.nav_lvl2_off:hover { 
	background-color: #e2ded9; 
}


/*Galerie*/
.galerie {
	margin: 0;
	padding: 0;
	border: 3px solid #0a6829;
	margin-right: 25px;
	margin-bottom: 25px;
}

/*Formular*/
input, textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	margin-bottom: 4px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0;	
}

.formtext {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

.formerror {
	margin:0;
	padding: 0;
	margin-left: 180px;
	margin-bottom: 10px;
	color: #CC0000;
	font-size: 10px;
}

.formfeld {
	width: 250px;
	margin-bottom: 10px;
}

.formfeld_s {
	width: 70px;
	margin-bottom: 10px;
}

.formcheck {
	width: 20px;
	height: 20px;
	padding-right: 8px;
	vertical-align: middle;
	border: 0
}

.formbutton {
	margin-left: 180px;
}

/*News*/
#first_news {
	width:296px !important; 
	width:320px; 
	float:left; 
	overflow:hidden; 
	background-color: #e0dbd6; 
	padding:12px; 
	margin-bottom: 20px;
}

h2#home_news {
	padding-top:0px;
}

img.news_home {
	float: left; 
	margin-right: 12px;
}

img#news_detail {
	float:left; 
	margin-right:20px; 
	margin-bottom:30px;
}

/* Home-Seite */
#speznav {
	width:150px; 
	height:auto; 
	overflow:hidden; 
	float:right;
}

ul#home {
	list-style-type:none;
}

a.konzerttickets {
	width:115px !important;
	width:150px;
	height:13px !important;
	height:22px;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:35px;
	display:block;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../img/startseite/icon_konzerttickets.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#be2b18;
	margin-bottom:6px;
}

a#newsletter {
	width:115px !important;
	width:150px;
	height:13px !important;
	height:22px;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:35px;
	display:block;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../img/startseite/icon_newsletter.png);
	background-repeat:no-repeat;
	background-position:left-top;
	background-color:#be2b18;
	margin-bottom:6px;
}


.events_list {
	width:110px; 
	height:262px !important; 
	height:267px; 
	padding-top:5px; 
	float:left; 
	background-color:#beb2ac; 
	margin-right:16px;
}


div#event_slide {
	width:510px; 
	height:300px;
	clear:both;
	position:relative;
}

#pfeil_links {
	position:absolute; 
	left:-25px; 
	top:107px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 1px;
	font-size: 14px;
	background-color: #beb2ac;
	color: #fff;
}

#pfeil_rechts {
	position:absolute; 
	right: 3px; 
	top:107px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 1px;
	font-size: 14px;
	background-color: #beb2ac;
	color: #fff;
}

div#halle_mieten {
	width:488px; 
	height:145px; 
	display:block; 
	background-image:url(../img/startseite/passende_location.png); 
	background-repeat:no-repeat; 
	position:relative;
}

div#halle_mieten_txt {
	width:96px; 
	height:132px; 
	position:absolute; 
	left:10px; 
	top:6px;
	background:none;
}

div#halle_mieten_txt p {
	line-height:14px;
}


/*Facebook*/
.fb-like-box {
	background-color:#FFFFFF;
}

.fan_box .connect_top {
	padding:3px 0px 0px 7px !important;
}

a.connect_widget_like_button {
	margin-right:0px !important;
}
