/* -------------------------------- CSS - Design  ------------------------------------------------ */

body {
	background-image:url("img/hintergrund.jpg");
	background-repeat:repeat-x;
	background-color: #c9d6e4;
	font-family: verdana, sans-serif;
	color: #383838;
	font-size: 18px;
	min-height: 1024px;
	max-height: 1024px;
	font-family: Palatino Linotype;
}

a{
	color: #404041;
	font-weight: bold;
	text-decoration: none;
}

h1{
	padding-top: 8px;
	text-align:center;
	text-decoration:underline;
	font-size: 24px;
	font-weight: bolder;
}

h2{
	text-align:center;
	text-decoration:underline;
	font-size: 20px;
	font-weight: bolder;
}

h3{
	font-size: 18px;
	font-weight: bolder;
}

em{
	font-style:normal;
	font-weight: bolder;
	font-size: 22px;
	text-decoration: none;
}

strong{
	font: inherit;
	text-decoration: none;
}

#main {
	background-color:#F7941D;  
	margin: auto;
	max-width: 800px;
	min-width: 800px;
	border: 2px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	border-top: none;
}

#header {
	background-image:url("img/header_large.jpg");
	background-repeat:no-repeat;
	height: 313px;
	border-top: 2px solid;
	border-radius:10px;
	-moz-border-radius:10px;
}

#header2 {
	background-color: white;
	border-top: 2px solid;
	text-align: center;
	font-size: 26px;
	height: 170px;
	font-weight: bold;
}

#datum {
	margin-top: 0px;
	color: #F7941D;
	font-size: 50px;
}

#ort {
	margin-top: -45px;
	font-size: 30px;
}

#navi {
	font-weight: bold;
	text-align: center;
	background-color: white;
	border-bottom: 2px solid;
	border-top: 2px solid;
}

.navi_float:focus, .navi_end:focus {
	text-decoration:underline !important;
}

.navi_float:hover, .navi_end:hover {
	background-color: #F7941D !important;
}

.navi_link{
	vertical-align: middle;
}


.navi_float, .navi_end{
	border-right: 2px solid;
	height: 30px;	
	width: 157px;
	float: left;
}

.navi_end{
	width: 158px;
	border: none;
}

.clear {
	width: 0px;
	height:0px;
	background-color:red;
	border:none;
	clear: both;
}

.welcome {
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.center_text, .wunsch{
	text-align: center;
}

.default{
	font-weight: normal;
	color: white;
}

.default_a{
	font-weight: normal;
}

.img_center{
	border: 1px solid;
	display: block;
	margin:auto;
}

.kleingedrucktes{
	font-weight: normal;
	font-size: 12px;
}

.videos iframe {
	margin-left: 55px;
}

.untertitel {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Palatino Linotype;
	font-style: italic;
	color: white;
}

#content {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	color: white;
	text-align: center;
	border-top: 1px solid;
}

#impressum {
	text-align:center;
}

#anfahrt {
	padding-bottom: 20px;
}

#gesamt_freitag {
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: 1px;
}

#gesamt_samstag {
	padding-bottom: 8px;
	border-bottom: 1px;
}

#gesamt_sonntag {
	padding-bottom: 8px;
	border-bottom: 1px;
}

#datenschutz{
	padding-top: 8px;
}

#ticket_link {
	text-decoration: underline;
}