/* CSS Document */
@font-face {
 font-family: AmericanaLT;
 src: url("../fonts/AmericanaLT.eot") /* EOT file for IE */
}
@font-face {
 font-family: AmericanaLT;
 src: url("../fonts/AmericanaLT.ttf") /* TTF file for CSS3 browsers */
}


body {
margin:auto;
background-color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
color: #9f8530;
font-size: 13px;
}


HTML, body {
height: 100%;
}


/* mailFormPlus */

.validation-advice{
	color: red;
}

#divformular_kontakt {
float: right; 
width: 280px; 
margin: 0px 0px 0px 0px;
color: #c6841b;
}

h3 {
color: #c6841b;
margin: 0px 0px 5px 0px;
}

table td{
border-bottom: 1px solid #cccccc;
}

table th{
border-bottom: 0px solid #cccccc;
background-color: #9f8530;
color: #FFFFFF;
}

#links_bilder table td{
font-size: 11px;
border-bottom: 1px solid #cccccc;
}

.mailFormPlus_kontakt input {
width: 250px; 
border: 1px solid #c6841b;
}

.mailFormPlus_kontakt input.input_klein {
width: 50px; 
border: 1px solid #c6841b;
}

.mailFormPlus_kontakt textarea {
width: 250px;
height: 70px; 
border: 1px solid #c6841b;
}

.mailFormPlus_kontakt .radio {
width: 20px;
}

.mailFormPlus_kontakt .senden {
width: 80px;
}


.mailFormPlus_kontakt label {
color: #c6841b;
width: 150px; 
border: 0px solid #FF0000;
}

/*  STARTSEITE   */

#mitte {
position: absolute;
left: 50%;
top: 50%;
width: 886px; /* Breite des Elements */
height: 560px; /* Höhe des Elements */
margin-left: -443px; /* Breite des Elements geteilt durch zwei! */
margin-top: -280px; /* Höhe des Elements geteilt durch zwei! */
background-image: url(/fileadmin/templates/images/startseite_kopf.gif);
background-repeat: no-repeat;
}

#mitte a {
	text-decoration: none;
	
	}
	
#mitte h1 {
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	position:absolute;
	top: 158px;
	left: 48px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	}


#start_bilder {
	width: 146px;
	height: 283px;
	float: left;
	border: 1px solid #f0ddb1;
	padding: 5px;
	margin: 208px 23px 0px 0px;
	}
	
	
#start_bilder img{
	display: block;
	border: none;
	}
	
#start_bilder_link {
	width: 143px;
	height:: 34px;
	background-color: #9f8530;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: right;
	padding: 5px 3px 5px 0px;
	}
	
	#start_bilder_link a{
	color: #FFF;

	}
	
	
#start_footer {
	width: 886px;
	height: 20px;
	background-color: #ece7d6;
	color: #737373;
	text-align: center;
	height: 24px;
	padding: 10px 0px 0px 0px;
	
	}
	
#start_footer a{

	color: #737373;

	
	}
	
	
	
/*  STARTSEITE   */


#wrap {
	margin: 0px auto 0px auto;
	width: 954px;
	position: relative;
	top: 0px;
	left: 0px;
	} 
	
#header {
	width: 954px;
	height: 316px;
	background-image:url(/fileadmin/templates/images/header_hg.gif);
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	position:fixed;
	z-index: 5;
	background-color:#FFF;
	}
	
#header_bilder {
	width: 716px;
	height: 216px;
	float: right;
	}

	

#inhalt {
	margin: 0px 0px 0px 0px;
	width: 716px;
	width: 712px;
	position: absolute;
	top: 316px;
	right: 0px;
	color: #c7b887;
	color: #9f8530;
	padding: 0px 0px 50px 0px;
	}
	
	
#inhalt h2 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #9f8530;
	}
	
#links_bilder {
	margin: 316px 0px 0px 0px;
	width: 224px;
	width: 232px;
	height: 236px;
	border: 0px solid #333;
	position: fixed;
	}
	
#links_bilder p{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	


	
a {
	text-decoration: underline;
	color: #c6841b;
	}
	
a:hover {
	text-decoration: none;	
	}
	
h1 {
	margin: 0px 0px 0px 0px;
	font-size: 26px;
	font-weight: normal;
	position:absolute;
	top: 235px;
	left: 410px;
	color: #FFF;
	}
	

	

	
	
/* NAVI  */
	
#ulNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 170px;
	height: 241px;
	position:absolute;
	top: 8px;
	left: 27px;
}

#ulNav li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	display: table;
	width: 170px;
}



/*wirkt nur auf ie 6
* html #ulNav li{
  width: 80px;
}*/

#ulNav li a{
	margin: 0px 0px 1px 0px;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	display:block;
	font-size: 16px;
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
	width: 170px;
}

#ulNav li a:hover {
text-decoration: none;
background-color: #c9ac4a;
/*background-image:url(/fileadmin/templates/images/navpunkt.gif);
background-repeat: no-repeat;
background-position: 0px 5px;*/
}

#ulNav #liNavAktiv{
text-decoration: none;
background-color: #c9ac4a;
/*background-image:url(/fileadmin/templates/images/navpunkt.gif);
background-repeat: no-repeat;
background-position: 0px 5px;*/
	}


/* SUBNAVI  */
	
#ulNav li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#ulNav li ul li{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	display: table;

}



/*wirkt nur auf ie 6
* html #ulNav li{
  width: 80px;
}*/

#ulNav li ul li a{
	margin: 0px 0px 1px 0px;
	padding: 1px 0px 1px 20px;
	text-decoration:none;
	display:block;
	font-size: 13px;
	color:#FFF;
	text-decoration: none;
	font-weight:normal;
	width: 160px;
}

#ulNav li ul li a:hover {
text-decoration: none;
background-image:none;
background-color: #a78618;
}

#ulNav li ul li#liSubNavAktiv{
text-decoration: none;
background-color: #a78618;
	}

