*{
	padding:0;
	margin:0;
	border:0;
}
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #082B5A;
	letter-spacing: 0.01em;
}
#box{
z-index: 2;
	position: absolute;
	width: 940px;
	top: 50%;
	left: 50%;
	margin-left: -470px;
	margin-top: -266px;
	border: thin solid #FFFFFF;
} 
#logo{
	position:relative;
	height:151px;
	display:block;
} 
#wrapper{
	background-color: #FFFFFF;
	height: 349px;
	width:940px;

} 
#nav{
	position:relative;
	width:280px;
	height: 289px;
	float:left;
	background-image: url(images/Navi.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 60px;
	text-align: left;
	letter-spacing: 0.03em;
}
#inhalt{
	position:relative;
	float:right;
	width:570px;
	height: 299px;
	overflow: auto;
	text-align: left;
	margin-top: 30px;
	padding-right: 20px;
}
 
#adresse{
	position:relative;
	height:41px;
	width:940px;
	display:block;
	background-color: #FFFFFF;
	clear:both;
	text-align: center;
	border-top: thin solid #1376E3;
	padding-top: 6px;
}
#berge{
	z-index: 1;
	position: absolute;
	border: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 323px;
	background-image: url(images/Berge.jpg);

} 
.aktiv{
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.h1{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

a.navi:link, a.navi:visited {
	color: #6AC7FF;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 0.04em;
}
a.navi:hover, a.navi:active, a.navi:focus {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 0.04em;
}
a.innen:link, a.innen:visited {
	color: #0E285A;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 0.04em;
	font-weight: bold;
}
a.innen:hover, a.innen:active, a.innen:focus {
	color: #1376E3;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 0.04em;
	font-weight: bold;
}
span.pflichtfeld {
   font-size: 12px;
   color: #FF0000;
  }
span.hilfetext {
   font-size: 10px;
   font-style: Oblique;
  }
tr:nth-child(even) {
   background-color: #6AC7FF;;
  }
table{
width: 100%;
   background-color: #6AC7FF;
   font-size: 12px;
	padding: 3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius : 7px;
	border: thin solid #1376E3;
   }
td{
   padding: 6;
   }
tr:nth-child(odd) {
   background-color: #6AC7FF;
   border-color: #082B5A;
  }
  .tour{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #051937;
	letter-spacing: 0.01em;
	padding: 3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius : 4px;
	border: thin solid #1376E3;
  }
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#left{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
a.navi:active { }
