/* Schrift definieren */



body,table,td,tr{
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}



body{
margin: auto;
margin-top: 10px;
background-color: #482d1a;
background-image:url(../images/background.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}





h1 {
   text-indent: -5000px;
   background:url(../images/Haupttitel.png) no-repeat;
   width: 800px;
   height: 209px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px;
   margin-top: 20px;
}
   
.Navi {
	background-image:url(../images/backg.png);
	color: #482d1a;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top:5px;
	font-size: 16px;
	font-weight: bold;
	
}

.NLink {
	color: #482d1a;
	font-size: 16px;
}

.Navi #current{
	color:#e9dfd6 ;
}


.NLink a:link, .NLink a:visited {
	text-decoration: none;
	color: #482d1a;	
}

.NLink a:hover, .NLink a:focus {
	text-decoration: underline;
}

.Navi a:link, .Navi a:visited {
	text-decoration: none;
	color: #482d1a;
	
}

.Navi a:hover, .Navi a:focus {
	text-decoration: underline;
}


h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}


.Hauptteil {
		width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}

.Fliesstext {
	font-size: 16px;
	color: #482d1a;
	background-image:url(../images/backg.png);
	text-align: left;
	float: left;
	clear: left;
	width: 550px;
	padding: 5px;
	margin-bottom: 10px;
}

.info_fliesstext {
	font-size: 16px;
	color: #482d1a;
	background-image:url(../images/backg.png);
	text-align: left;
	float: left;
	clear: left;
	width: 790px;
	padding: 5px;
	margin-bottom: 10px;
}

.info_fliesstext a:link, .info_fliesstext a:visited {
	text-decoration: none;
	color: #e9dfd6;
	
}

.info_fliesstext a:hover, .info_fliesstext a:focus {
	text-decoration: underline;
	color: #482d1a;
}


.News {
	font-size: 16px;
	color: #482d1a;
	background-image:url(../images/backg.png);
	padding: 5px;
	text-align: left;
	float: right;
	clear: right;
	width: 220px;
}

.Footer {
	clear:both;
	text-align:center;
	font-size: 9px;
	color: #482d1a;
	background-image:url(../images/backg.png);
}

.Infobox {
	clear: left;
	background-image:url(../images/backg.png);
	margin-top: 20px;
	font-size: 16px;
	color: #482d1a;
	background-image:url(../images/backg.png);
	padding: 5px;
	text-align: left;
}

.Footer2 {
	clear: left;
	background-image:url(../images/backg.png);
	margin-top: 20px;
	padding: 0px;
}


.floatright {
	margin: 10px 10px 10px 10px;
	
}

.containingbox p { margin-top: 0;}
