body          
{
	margin: 10px;
	background-color: #FFFfce;
	font: 12px Arial;
	padding: 30px;
	height: auto; 
	}

/* Überschriften und Abssatz */
h1            
{ 
margin: 0 0 10px 0;
color: #333;
padding-bottom: 3px;
font-size: 30px
}
h1 span           
{ 
border-bottom: 2px dotted #333
}
h2            
{ 
margin: 15px 0 0 0;
color: #FF6600;
font-size: 18px
}
.h2-kontakt            
{
	margin: 15px 0 0 0;
	color: #426C18;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p       
{ 
margin: 0 0 10px 0;
color: #000;
text-align: justify;
line-height: 150%;
font-size: 14px 
}

/* allgemeine Links im fortlaufenden Text */
a:link, a:active, a:visited
{
text-decoration: underline;
color: #000
}
a:hover
{
	text-decoration: none;
	color: #426C18;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Homepagename Titel */
#titel        
{
	background-color: #FFFfce;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 36px;
	color: #426C18;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #060;
	margin-bottom: 15px;
	height: auto;
	width: 880px;
}

/* Inhalt formatieren  */
#inhalt       
{
	border: 5px solid #060;

	position:relative
	background-color: #FFFFCE;
	color: #426C18;
	text-align: justify;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 900px;
	height: auto;
}
#area      
{
	background-color: #FFFfce;
	border: 0px solid #426C18;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #426C18;
	
}
/*  Hauptnavigation horizontale */
.nav          
{
	margin-top: 0px;
	width: 890px;
	table-layout: fixed;
	font-size: 14px;
	background-color: #FFFfce;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #426C18;
	border-right-color: #426C18;
	border-bottom-color: #426C18;
	border-left-color: #426C18;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align:center
}
.nav a:link, .nav a:active, .nav a:visited
{
	display: block;
	line-height: 26px;
	text-decoration: none;
	border: 2px solid #426C18;
	background-color: #fff;
	text-align: center
}
.nav a:hover
{
	text-decoration: none;
	border: 2px solid #6f3006;
	color: #666
}
div#logo {
	height: auto;
	color: #FFFfce;
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	clear: left;
	text-align: left;
	width: 35%; /* optionale Weitenangabe */
	}
	div.clear {
clear:both;
}

.floatlogo{
	float:left;
	width: 60px; /* optionale Weitenangabe */
	margin-bottom: 15px;
	margin-left: 50px;
	margin-top: 15px;
	}
#logo-text{
	padding-bottom: 20px;
	padding-top: 20px;
	height: 120px;
	color: #FFFfce;
	}
.floatlogo-text{
	float:right;
	width: 80%; /* optionale Weitenangabe */
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #426C18;
	font-weight: bold;
	}
#bild {
	display:block;
	border: 0px solid #ccc;
	height: 280px;
	margin-top: 3px;
	margin-right: 3;
	margin-bottom: 3px;
	margin-left: 5;
	float: left;
	clear: left;
	width: 25%; /* optionale Weitenangabe */
	text-align:center;
	padding: 3px;
}
 
div.clear {
clear:both;
}
#text {
	display:block;
	border: 0px solid #ccc;
	height: 280px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: -10;
	padding-top: 14px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float:right;
	clear: right;
	width: 67%; /* optionale Weitenangabe */
	color: #426C18;
	font-size:12px
	
}

/* Footer */
#fuss         
{
	background-color: #FFFFCE;
	text-align: center;
	font-size: 14px;
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #426C18;
	width: 100%;
	clear:both;
	padding-top: 25px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #426C18;
	border-right-color: #426C18;
	border-bottom-color: #426C18;
	border-left-color: #426C18;
	margin: 0px;
}
.footer {
	position: absolute;
bottom: 0;
	}
.block {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #426C18;
	font-size: 14px;
}
.adresse{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #426C18;
	font-style: normal;
	}
#inhalt #area .dsR2 tr .block.dsR1 .h2-kontakt .h2-kontakt .block {
	font-size: 16px;
}
