@charset "UTF-8";
/* CSS Document */
body{
	background-color: #e1ded3;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

a{
	color: #000;
}

h1 {
	line-height: normal;
	font-size:24px
}

h2 {
	line-height: normal;
	font-size:13px
}

a img{ 
	border: none; 
}

#main{
	width: 866px;
	height: 585px;
	margin: 0 auto;
	background: url(../images/bg_main.gif) no-repeat top left;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 0px;
	margin-top: 0px;
}

#navi{
	float: left;
	width: 116px;
	margin-top: 130px;
	padding: 0;
}

#navi img{
	border: none;
}

#navi ul{
	margin: 0px;
	padding: 0px;
}

#navi li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav_foto{
	margin-top: 15px;
}

#content{
	width: 590px;	/* -padding! */
	height: 380px;	/* -padding! */
	overflow: auto;
	float: left;
	margin-top: 130px;
	background-color: #f08e4c;
	padding: 20px;
	border: 1px solid #000;
}

#spalte_links{
	width: 260px; /* margin-right: 15px - sonst 295px */
	height: 370px;
	margin-right: 15px;
	float: left;
}

#spalte_rechts{
	width: 295px;
	height: 370px;
	float: right;
}

.bild_rechts{
	margin-top: 50px;
	float: right;
}

table{
	margin-top: 15px;
	background-color: #FDE499;

}

/* nur IE7 */
*+html table{
 width: 574px;
}

table th{
	height: 30px;
	border-bottom: 1px solid #000;
}

table td{
	border-bottom: 1px solid #000;
}

table th, table td{
	text-align: left;
}

.gb td{
	border: none;
}

#galerie img{
	margin: 15px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;
}

#formular{
	margin-top: 15px;
	background-color: #FDE499;
	padding: 10px;
}


#footer{
	height: 15px;
	font-size: 11px;
}

#footer a{
	color: #000;
	text-decoration: none;
}

#sponsoren{
	border: none;
}

#sponsoren td{
	border: none;
	background-color: #F08E4D;
}

#foto_nav{
	margin: 0;
	padding: 0;
}

#foto_nav li{
	display: inline;
	margin: 0;
	padding: 0;
}

#impressum{
	float: right;
	margin-bottom: 0;
	margin-top: 560px;
	margin-right: 15px;
}