/* CSS Document */

body, div, h1, h2, h3, h4, p, table, td, th, form, ul, ol, li{
	margin:0;padding:0;
}
body{
	color:#000;
	background-color: #A59A73;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90.1%;
}

h1{
	font-size:2.4em;
	margin-bottom:2em;
	text-align: right;
	position: absolute;
	top:-130px;
	right:0;
	color:#5A5573;
	z-index:10;
	line-height:3em;
}
h2, h3{
	color:#2C4CA7;
	
}
h2{
	font-size:1.2em;
	margin-top:1.8em;
	margin-bottom:0.6em;
}
h3{
	font-size:1em;
	margin-top:1.2em;
	margin-bottom:0.6em;
}
p{	margin-bottom:0.6em;}
p.schmal{	margin-bottom: 0;}
a{	text-decoration:none; font-weight: bold;}
a:link, a:visited{	color:#5A5573;}
a:hover, a:active{	color:#fff;}
a img{	border:none;}
table{	border-collapse: collapse;margin-top:0.5em;margin-bottom:0.8em;}
table.zertifizierung{	width:600px;	margin-top:0;}
th, td{	vertical-align:top; text-align:left; padding:2px 20px 2px 0;white-space: nowrap;}
table.zertifizierung td, table.zertifizierung th{	padding-right:10px;}
table.uebersicht{	font-size:0.9em;}
table.uebersicht th, table.uebersicht td{
	width:25%;
	border:1px solid #A59A73;
	padding:4px 6px;
 white-space: normal;
}
td.zentriert{	text-align: center;}
th{	color:#2C4CA7;}
th.uhrzeit, td.uhrzeit{	white-space: nowrap;font-weight:normal; color:#000;}
th.karten{width: 240px;}
th.datum,td.datum{width:100px;text-align:right}
th.normal{font-weight:normal;color:#000}
/* ################ KOPF #################### */

#kopf{
	width: 900px;
	margin: 1em auto 0 auto;
	text-align: left;
	color: #2C4CA7;
	background-color: #D6CBA5;
	background-color: #D2CAAF;
	border: 10px solid #EDEFDC;
	padding-top: 16px;
	padding-bottom: 10px;
	background-image: url(../bilder/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.6em;
		height:140px;
}
#kopf p{margin:0 0 0 120px; }
#kopf p span{	font-size:0.8em;display:block; margin-top:1em;}
/* ################ NAVIGATION #################### */

ul#navigation{
	width:920px;
	margin: 2px auto 0 auto; 
	padding-top:8px;
	padding-bottom:8px;
	text-align: left;
	color:#6382D6;
	background-color: #5A5573;
	/*border-right:10px solid #EDEFDC;
	border-left:10px solid #EDEFDC;*/
	border-bottom:1px dotted #EDEFDC;
	border-top:none;
	list-style-type: none;
}
ul#navigation li{
	display: inline;
	margin-left:50px;

}
ul#navigation a{
	text-decoration: none;font-weight:normal;
}
ul#navigation a:link,ul#navigation a:visited {
	color:#fff;
}
ul#navigation a:hover,ul#navigation a:active {
	color: #6382D6;
}
ul#navigation li.impressum{
	font-size:0.8em;
	font-style: italic;
}
/* ################ INHALT #################### */

#inhalt{
	position:relative;
	width: 900px;
	margin: 4px auto 0 auto;
	text-align: left;
	color: #000;
	background-color: #D2CAAF;
	border: 10px solid #EDEFDC;
	border-top:none;
	padding-top:30px;
	padding-bottom:20px;
	line-height:1.3em;
}
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt p, #inhalt table, #inhalt form, #inhalt ul{
	margin-left:40px;
	margin-right:40px;
}
#inhalt ul{	padding-left:14px;	margin-bottom:1em;}
#inhalt ol{	margin-left:70px;}
#inhalt table p, #inhalt table ul{	margin:0 0 0.8em 0;}
#inhalt #fliesstext{	width:600px;}

#inhalt #zusatz{
	position: absolute;
	top:40px;
	right:40px;
	width:230px;
	height:300px;
	text-align: right;
	font-size: 0.8em;
	line-height:1.2em;
	color:#333;
}
#inhalt #zusatz p{	margin: 0 0 0.8em 0;}
#inhalt #zusatz strong{	color:#5A5573;}
/*  ######### FLYER ############ */

#flyer{
	width:180px;
	position:absolute;
	bottom:20px;
	right:30px;
	text-align:right;
}
#inhalt #flyer p{
	margin: 0;
	font-size:0.8em;
}
#inhalt #flyer a{
	font-weight: normal;
}
/* ################ Fuss #################### */

#fuss{
	width: 900px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
	background-color: #A59A73;
	padding-top: 16px;
	font-size: 0.8em;
	height:20px;
}
#fuss a:link, #fuss a:visited{color:#fff;}
#fuss a:hover, #fuss a:active {	color: #6382D6;}
#fuss ul{	list-style-type:none;}
#fuss li{display:inline; margin-left:4em}
/*  ######### Formular ############ */
#inhalt form p{
	margin-left:0;
}
 label{
	margin-top: 0.3em;
 }
label.links{
	float:left;
	text-align:right;
	width:140px;
	margin-right: 1em;
	margin-top: 0.3em;
}
select{
	margin-bottom:0.5em;
}
input[type=text]{
	float:left;
	width:20em;
	margin-bottom: 0.5em;
}
input{
	width:20em;
}
input.check{
	float: left;
	width: auto;
	clear: both;
	border:none;
	margin:  0 0.3em 0.1em  150px; 
}
input.rechts {
	float: left;
	width: auto;
	clear: both;
	margin:  0 0.3em 0.1em  158px; 
	background-color: #fff;
	border: 1px solid #A59A73;
	text-align:center;
}

input[type=submit].rechts {
	margin:  0.5em 0 0  154px; 
}
form br {
 clear: both;
}
/* ################ SONSTIGES #################### */
.abstandO{	margin-top:2em;}
.abstandOK{	margin-top:1em;}
#inhalt .kleiner{	font-size:0.9em;}
.rechtsB{	text-align: right;}
.umbruch{	clear:both;}
.floatLi{	float:left;width:150px;margin-right:4em;}
.floatLi2{	float:left;width:73px;margin-right:1em;margin-top:-0.5em;}
img.dvse{	vertical-align: middle;}