/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
body {
	text-align: center;
	margin-top: 5px;
	font: 90% Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	height: 1px;
}
.clear-rechts {
	clear: right;
}

#positioner {
	width: 98%;
	text-align: left;
	margin: 0px auto;
}


#outer-container {
	border-left: 200px solid #81a7ca;
	border-right: 200px solid #f8f9fa;
}
#inner-container {
margin-left: -200px;
margin-right: -200px;
}

#left {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#middle {
	background: #fff;
	position: static;
	margin-left: 210px;
	margin-right: 210px;
	min-height: 400px;
	padding: 0px 10px 10px;
	margin-top: 0px;
}
#right {
	width: 200px;
	float: right;
	margin-top: 5px;
	padding: 0px;
}



	/**/	
		
div#footer
		{
	clear: both;
	background: #81A7CA;
	color: #fff;
	font-size: 100%;
	margin: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		}
		
#footer p {
	border-top: 1px solid #536485;
	border-right-color: #536485;
	border-bottom-color: #536485;
	border-left-color: #536485;
	background: #81A7CA;
	padding-right: 10px;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 5px;
	 }

#footer .impressum { float: right; }


#footer a
{ color:#333; 
}



/* Headerformatierung*/

#header {
	height:160px;
	background:#81a7ca;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	margin-bottom: 25px;
}
#startseite #positioner #header_druck { display: none; }


#header .logo-links {
	text-align: center;
	margin: 5px 10px;
	float: left;
	height: 150px;
	width: 200px;
}

#header .logo-rechts {
	text-align: center;
	margin: 5px 10px;
	float: right;
	height: 150px;
	width: 200px;
}
#header h1
{
	color: #FFCC00;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 20px;
	text-align: center;
	font: bold 2em "Times New Roman", Times, serif;
}




/******Header Navigation Schnellzugriff ******/

#nav {
	float:left;
	width:99%;
	margin:0;
	padding:5px 1% 5px 0px;
	background:#536485;
	color: #333;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	border-top: 1px solid #536485;
	border-bottom: 1px solid #536485;
}

#nav li {
	font-size:1.0em;
	list-style:none;
	display:inline;
	padding:5px 2px;
}

#nav li a {
	margin:0px 2px 0px 0px;
	padding:3px;
	color:#f8f9fa;
	text-decoration:none;
	font-weight: bold;
	border: 1px solid #93a6bd;
}

#nav li a:hover {
	background:#93a6bd;
	color:#fff;
}


#menue {
	padding-left: 0px;
	margin-left: 5px;
	padding-right: 0px;
	left: -10px;
	margin-top: 5px;
	width: 200px;
	font: 90% Arial, Helvetica, sans-serif;
}
#menue ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#menue li {
display: block;
margin-bottom: 2px;
}
#menue li a, #menue li a:link, #menue li a:visited{
	text-decoration: none;
	display: block;
	color: #f8f9fa;
	width: 150px;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	background: #536485;
	font-weight: bold;
}
 

#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #fff;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background: #81a7ca;
}
#right #rightmenue,
#right #zb {
	margin-right: 5px;
	margin-left: 10px;
	list-style: none;
	font-size: 75%;
	padding-left: 10px;
}
#right #rightmenue ul,
#right #zb ul
 { list-style: none; }

#right #rightmenue li a:link,
#right #rightmenue li a:visited,
#right #zb li a:link, 
#right #zb li a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	padding: 3px 3px 3px 6px;
	margin-bottom: 5px;
	background: #CCCCCC;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
}
#right h2 {
	font-size: 100%;
	color: #CC0000;
	font-weight: bold;
	margin-left: 5px;
}
#right #aktuelles {
	margin-left: 10px;
	list-style: none;
}


#aktuelles li {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 90%;
}



#programm #rightmenue img,
#aktulles #right a img  { border-style: none; }
#programm #rightmenue .programm ul{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#programm  #rightmenue .programm li {
	padding-top: 4px;
	padding-bottom: 4px;
}
#programm  #right #rightmenue .programm .cl {
	background: #FF0000;
	padding-left: 5px;
	color: #FFFFFF;
}
#programm  #right #rightmenue .programm .ct { background: #00FF00; }
#programm #right #rightmenue .programm .rd { background: #00CCFF; }
#programm #right #rightmenue .programm .sd { background: #FFFF00; }

#right #aktuelles li a:link,
#right #aktuelles li a:visted {
	text-decoration: none;
	background: url(images/grey_pfeil.gif) no-repeat left center;
	padding-left: 15px;
}


#middle a:link, #middle a:visited {
	color: #536485;
	font-weight: bold;
	text-decoration: none;
}

#lang img {
	border-style: none;
	vertical-align: top;
	float: right;
}





#middle h1 {
	font: bold 150% Arial, Helvetica, sans-serif;
	color: #536485;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #536485;
	padding: 5px;
	text-align: center;
}
#middle h2 {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #003366;
	margin-top: 15px;
	margin-bottom: 4px;
}
#middle h3 {
	font: bold 110% Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#middle p { margin: 10px 5px 5px; }

#middle dl {
	font-size: 90%;
	margin-top: 20px;
	margin-bottom: 5px;
}
#middle dt {
	margin-top: 10px;
	margin-bottom: 3px;
	font: bold 110% Arial, Helvetica, sans-serif;
}
.thickbox img { margin-right: 10px; }
#grussworte #middle img {
	padding: 10px;
	float: left;
}
#grussworte #middle .logo { float: right; }


table.programmtabelle,
{
	width: 95%;
	margin: 3px 3px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.programmtabelle th
{
	background: #f8f9fa;
	padding: 2px 2px 2px 4px;
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
	width: auto;
}
.programmtabelle { width: 99%; }

.programmtabelle .rechts
{
	text-align: right;
	padding-right: 5px;
	width: 5%;
	background: #f8f9fa;
	border-bottom: 1px solid #333;
}

.programmtabelle .registration
{
	background: #FFCC99;
	text-align: center;
	font-weight: bold;
}

.programmtabelle td
{
	font-size: 80%;
}

.programmtabelle caption
{
	font-weight: bold;
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

.programmtabelle .sd
{
	font-weight: bold;
	background: #FFFF00;
	padding-left: 3px;
	text-align: right;
}

.programmtabelle .sd-leader
{
	background: #FFFF00;
	padding-left: 3px;
	text-align: center;
}

.programmtabelle .rd
{
	font-weight: bold;
	background: #00CCFF;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
}

.programmtabelle .rd-leader
{
	background: #00CCFF;
	padding-left: 3px;
	text-align: center;
}

.programmtabelle .cl
{
	font-weight: bold;
	background: #FF0000;
	padding-left: 3px;
	text-align: left;
}

.programmtabelle .cl-leader
{
	background: #F00;
	padding-left: 3px;
	text-align: center;
}

.programmtabelle .ct
{
	font-weight: bold;
	background: #00FF00;
	padding-left: 3px;
	text-align: left;
}

.programmtabelle .ct-leader
{
	background: #00FF00;
	padding-left: 3px;
	text-align: center;
}
.programmtabelle .time
{
	width: 15%;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	background: #f8f9fa;
	padding: 2px 2px 2px 4px;
	border-bottom: 1px solid #333333;
}

.programmtabelle .halle
{
	width: 30%;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}

.programmtabelle .afterparty
{
	background: #808000;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.programmtabelle .spalte
{
	background: #fff;
	width: 3%;
}

.english
{
	color: #3B2793;
	font-style: italic;
}
#information  table {
	width: 80%;
	/*	margin: 0px auto;*/
	padding: 0px;
	margin: 0px;
}
#information  th {
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 0px;
	width: 30%;
}
#information  td {
	padding-top: 4px;
	border-style: none;
}


#map {
	width:95%;
	height:500px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#window {
	width: 200px;
	font-size: 80%;
}



.parken {
	font-size: 80%;
	padding: 1px;
	border: 1px solid #000;
	margin-right: 5px;
}

#middle .top {
	text-align: right;
	background: url(../images/nachoben.gif) no-repeat right center;
	margin-right: 10px;
	padding-right: 20px;
	font-size: 80%;
}


#anmeldung #middle table {
	width: 80%;
	table-layout:fixed;
	border-collapse: collapse;
	font-size: 80%;
	margin-bottom: 2em;
}

#anmeldung  #middle .tabelle2 td {
	border-bottom: 1px solid #333;
	padding-top: 5px;
	vertical-align: middle;
	padding-bottom: 5px;
}

#anmeldung  #middle .tabelle2 th {
	background: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 110%;
	text-align: center;

}.inputField { width: 200px; }
.anzahlField { width: 25px; }
#anmeldung  #middle .tablle4 { width: 80%; }
#anmeldung #middle .tablle4 th {
	text-align: left;
	vertical-align: top;
	width: 25%;
}
#hotelliste #middle table {
	font-size: 90%;
	margin: 0px auto;
	width: 99%;
	table-layout:fixed;
	border-collapse:collapse;
	padding-bottom: 2em;
	border-bottom: 1px solid #333;
}

#hotelliste .grey ,
#mfz .eins
{ background: #dcdcdc; }

#hotelliste  #middle th,
 {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
}
#hotelliste  #middle td {
	padding: 3px;
	vertical-align: top;
}
#hotelliste .entfernung { text-align: center; }
#uebernachtung  #middle ul,
#aktuelles #middle ul {
	list-style: none;
	margin-left: 2em;
}
#uebernachtung  li,
#aktuelles li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#middle .bild-rechts {
	float: right;
	width: 200px;
	padding: 10px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	text-align: center;
}

#middle .bild-rechts .thickbox a:link,
#middle .bild-rechts .thickbox a:visited{
	color: #333;
	text-decoration: none;
}
#middle .bild-rechts .thickbox img {
	border: none;
	padding: 2px;
}
#mfz  table { width: 95%; }
#mfz  th { text-align: left; }
#mfz  fieldset legend {
	font-size: 1em;
	font-weight: bold;
	background: #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
}

