﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;
	background: #ffffff;
	background-image: url(images/header_balken.jpg);
	background-repeat: repeat-x;
}

/*---------------------- HEAD ----------------------*/
#balken {	
	float:left;
}

#header_neu {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 177px;
	width: 492px;
}


/*---------------------- HEAD ----------------------*/

/*---------------------- MENU ----------------------*/
#menulinks {
	float:left;
	padding:0px 0 0 0;
	width:970px;
	height:29px;
	margin-left: 20px;	
}


#menulinks a {
	width: 100px;
	height:29px;
   	background-image:url(images/btn_n.jpg);
	text-align:center;
	display:block;
	color:#ffffff;
	text-decoration:none;
	float:left;
	font-size:12px;
	line-height: 26px;
	margin-right:5px;	
  }
  
#menulinks a:hover {
	background-image:url(images/btn_mo.jpg);
	text-decoration:none;
	color:#ffffff;
}
#menulinks a.active {
	background-image:url(images/btn_mo.jpg);
	text-decoration:none;
	color:#ffffff;
}
/*---------------------- MENU ----------------------*/

/*---------------------- CONTENT ----------------------*/


#content {
	width:880px;
	float:left;
	background-color: #f5f5f4;
	border-color:#858584;
	border-style:solid;
	border-width:thin;
	margin-left: 20px;
}

#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	width: 800px;
	padding-left: 20px;
	padding-top: 20px;
}

#kreise {
	margin-top:50px;
	text-decoration: none;
	
	
}

.table1 {
	text-align:center;
	color:#000;
	text-decoration: none;
}

/*---------------------- CONTENT ----------------------*/


/*---------------------- FOOTER ----------------------*/

#footer {
	font-size: 11px;
	text-align: center;
	color:#878787;
	text-decoration:none;
	margin-top:100px;
}

#footer a{
	font-size: 11px;
	text-align: center;
	color:#878787;
	text-decoration:none;
	margin-top:100px;
}

#footer a:hover{
	font-size: 11px;
	text-align: center;
	color:#4b4b4b;
	text-decoration:none;
	margin-top:100px;
}

.ende {

}
.ende a{

}

/*---------------------- FOOTER ----------------------*/
