html {
	height: 100%;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

body {
	background: #FFFFFF;
	color: #424A31;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

hr {
	text-align: left;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	background-color: #BFC8AB; /* Mozilla 1.4 */
	color: #BFC8AB; /* IE 6 */
	border: #BFC8AB; /* Opera 7.11 */
	height: 1px; /* im Opera für die Anzeige, im Mozilla für einheitliche Höhe nötig */
}

.weiter {
	clear: both;
}

/* Schrift */

.caps {
	font-variant: small-caps;
	font-size: 12px;
}

h1 {
	color: #A6BB0F;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	color: #A6BB0F;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: #BFC8AB 1px solid;
}

.mittel {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #424A31;
	font-weight: bold;
	font-variant: small-caps;
}

.gelb {
	color: #EDEFDC;
}

.rot {
	font-size: 16px;
	color: #F6B60D;
}

.text_rechts {
	display: inline;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 5px;
	text-align: right;
	float: right;
}

/* Links */

a {
	color: #424A31;
	font-weight : bold;
	text-decoration : underline;
}

a:link, visited, active  {
	text-decoration : underline;
}

a:hover  {
	color: #424A31;
	text-decoration : none;
}

/* Navigation */

#nav {
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0px; 
	background-image: url(../images/layout/nav_verlauf.gif);
	text-align: left;
	height: 21px;
	width: 740px;
	border-bottom: #2A402C 1px solid;
}

#nav li a {
	color: #5A6446;
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
}

#nav li a:link, visited, active  {
	text-decoration : none;
}

#nav li a:hover  {
	text-decoration : none;
	color: #F6F7EF;
}

#nav li {
	display: inline;
	float: left;
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	border-right: #879572 1px solid;
}

#nav ul {
	display: inline;
	padding: 10px 0px 0px 0px;
}

/* Sub-Navigation */

#subnav {
	margin: 0px; 
	padding: 0px;
	background-image: url(../images/layout/bg.gif);
	height: 18px;
	text-align: right;
}

#subnav li a {
	color: #5A6446;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration : none;
}

#subnav li a:link, visited, active  {
	text-decoration : none;
}

#subnav li a:hover  {
	text-decoration : underline;
}

#subnav li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
	list-style-image: none;
}

#subnav ul {
	display: inline;
	padding: 0px 10px 0px 0px;
}

/* Bild und Banner */

#bild_banner {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	height: 203px;
	width: 513px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

#bannerbereich {
	display: inline;
	float: left;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	height: 203px;
	width: 227px;
	background-color: #A7AD50;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

/* Contentbereich */

#all {
	margin: auto;
	width: 745px;
	z-index: 2;
	text-align: left;
}

#all_content {
	background-image: url(../images/layout/bg_content.gif);
	width: 745px;
	float: left;
	text-align: left;
}

#spaltecontent {
	display: inline;
	float: left;
	padding: 15px 10px 10px 10px;
	text-align: left;
	width: 492px;
	line-height: 14px;
}

#spalterechts {
	display: inline;
	float: right;
	text-align: left;
	padding: 15px 5px 5px 5px;
	margin: 0px 3px 0px 0px;
	width: 220px;
	line-height: 15px;
}

.bild_partner {
	border: #2A402C 1px solid;
	display: inline;
}

.bild_rechts {
	display: inline;
	margin: 0px 0px 0px 5px ;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: right;
}

.bild_links {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	border: #2A402C 1px solid;
}
 
/* Kontaktformular */

label.formular {
	float: left;
	text-align:right;
	margin: 0px;
	vertical-align: top;
	width: 150px;
	padding: 0px;
}

input.felder  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	background-color: #E0E3C2;
	border-right: 0px solid; 
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-bottom: #BFC8AB 1px solid;
	width: 280px;
	color: #424A31;
}

input.kontakt:focus{background-color:#660000;color:#ffffff}

textarea  {
	font-size : 12px;
	font-family : Arial,Helvetica,sans-serif;
	background-color: #E0E3C2;
	border-right: 0px solid; 
	border-top: 0px solid;
	border-left: 0px solid; 
	border-bottom: #BFC8AB 1px solid;
	height: 100px;
	width: 280px;
	color: #424A31;
}

input.button  {
	font-size : 12px;
	font-weight: bold;
	color: #424A31;
	background-color: #E0E3C2;
	border: 3px double #BFC8AB;
	width: 160px;
} 