html
{
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	height: 100%;
	color: #3E3E3E;
	text-align: center;
}


body 
{
	font-size: 0.83em;
	margin: 0;
	padding: 30px 0 7px 0;
	background: #ffffff url(background.jpg) top left repeat-x;
}

/****************************************************************************************/

.clearfix:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }


/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/****************************************************************************************/

a
{
	color: #688B00;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
	color: #688B00;
}

p { margin-bottom: 5px; line-height: 150%; }


h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #3E3E3E;
	font-size: 1.1em;
}

img { padding: 1px; border: 1px solid #688B00; margin: 0 auto; }


.normal	{ text-decoration:none; color: #3E3E3E; } 
.special1 	{ text-decoration:none; color: #336699; font-weight: bold; } 	
.special2 	{ text-decoration:none; color: #990033;  font-weight: bold; } 	
.special3 	{ text-decoration:none; color: #336699; } 			
.special4 	{ text-decoration:none; color: #990033; }


a.normal, a:hover .normal, a:visited .normal	 	{ text-decoration:none; color: #3E3E3E; } 	
a.special1, a:hover .special1, a:visited.special1 	{ text-decoration:none; color: #336699; font-weight: bold; } 	
a.special2, a:hover .special2, a:visited .special2 	{ text-decoration:none; color: #990033;  font-weight: bold; } 	
a.special3, a:hover .special3, a:visited .special3 	{ text-decoration:none; color: #336699; } 			
a.special4, a:hover .special4, a:visited .special4 	{ text-decoration:none; color: #990033; }


/****************************************************************************************/

#container
{
	margin: 0 auto 0 auto;
	width: 864px;
	padding: 5px;
	border: 0px solid #567300;
	text-align: left; background: #ffffff;
		

}

/****************************************************************************************/

#header 
{
	background: #688B00;
	margin: 0 auto;
}

#header a 
{
	color: #fff;
	display: block;
	line-height: 60px;
	font-size: 20px;
	text-decoration: none;
	padding-left: 10px;
}

#header a:hover, #header a:visited
{
	
	color: #FFF;
}

#banner 
{
	background: #ffffff url(banner2.jpg) no-repeat;
	height: 130px;
	width: 864px;
	margin: 0 auto;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/****************************************************************************************/

#page 
{
	padding: 20px; 
	background: rgb(229,237,200) url(bottom.jpg) bottom left repeat-x; 
}

#mainback 
{ 
	background: #fff url(left.jpg) top left repeat-y; 
}

#main 
{ 
	border: 3px solid #fff;  
}

/*********************/

#sidebar 
{
	float: left; 
	width: 199px;
	border-right: 1px solid #ffffff;
}

#sidebar ul 
{
	margin: 0; 
	padding: 0;
}

#sidebar ul li 
{
	background: #81AC00;
	color: #FFF;
	line-height: 35px;
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}

#sidebar ul li a 
{
	color: #FFF;
	display:block;
	line-height: 35px;
	padding-left: 7px;
	text-decoration: none;
}

#sidebar ul li a:hover
{
	
	color: #553;
}

#sidebar ul li ul li 
{
	background: rgb(207, 224,159);	
	color: #553;
	display: block;
	line-height: 12px;
}

#sidebar ul li ul li a 
{
	color: #553;
	text-decoration: underline;
	padding-left: 12px;
}

#sidebar ul li ul li a:hover 
{ 
	text-decoration: none; 
	color: #553;
}

/*********************/

#content
{
	float: left;  
	background: #ffffff;
}

.contentbox
{ 
	width: 598px; 
	padding: 0 10px 15px 10px; 
}

.contentbox h1
{
	color: #ffffff;	
	background: #81AC00; 
	font-weight: normal; 
	font-size: 20px; 
	margin: 0 -10px 15px -10px; 
	padding: 0 0 0 10px; 
	line-height: 35px;
}

.contentbox p
{
	padding: 0 0 15px 0;
	margin: 0;
}

/****************************************************************************************/

#footer 
{
	background: #688B00;
	color: #FFF;
	padding: 10px 0 7px 0;
	border-top: 3px solid #ffffff;
	text-align: center;
}

#footer a, footer a:visited 
{ 
	text-decoration: none; 
	color: #ffffff; 
}

#footer ul 
{ 
	margin: 5px auto 0 auto; 
}

#footer li 
{ 
	list-style: none; 
	display: inline; 
	margin: 0; 
	padding: 0 10px 0 10px; 
}


/****************************************************************************************/

#counter
{
	text-align: center;
}

#stdcounter {  }
#stdcounter img { border: 0; }

#phpmv2 { }
#phpmv2 a, #phpmv2 a:hover, #phpmv2 a:visited { color: #fff; text-decoration: none; font-size: 9px; line-height: 9px; margin: 0 auto; }
#phpmv2 p {  font-size: 9px; line-height: 9px; margin: 0 auto; padding: 0; display: none; }
#phpmv2 img { width: 1px; height: 1px; margin: 0; padding: 0; border: 0; }

/****************************************************************************************/
/****************************************************************************************/



.wrapper
{ }
.inwrapperleft { float: left; }
.inwrapperright { float: right; }

.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w50 { width: 49%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }

.textcenter { text-align: center; }




/****************************************************************************************/
/* Wrapper Spaziergänge */

#fuehrung { }
#impressionen { width: 35%; float: left; }
#infos { width: 65%; float: right; padding: 15px 0 10px 0; }
#infos h3 { margin: 15px 0 7px 0; }

/****************************************************************************************/
/* Tabelle Spaziergänge-Infos */

#fuehrungsinfo 		{ text-align: left;  }
#fuehrungsinfo .spalte1 { width: 40%; vertical-align: top; padding: 0 0 10px 0; }
#fuehrungsinfo .spalte2 { width: 60%; vertical-align: top; padding: 0 0 10px 0; }



/****************************************************************************************/


/****************************************************************************************/
/* Tabelle Zur Person */

#zurperson 		{ text-align: left; margin-bottom: 10px; }
#zurperson .spalte1 	{ width: 20%; text-align: center; vertical-align: top; padding: 0 15px 10px 0; }
#zurperson .spalte2 	{ width: 80%; vertical-align: top; padding: 0 0 10px 0; }

/****************************************************************************************/





/****************************************************************************************/
/* Gästebuch */

#gaestebuch 
{ 
	width: 95%;
	margin: 5px auto 10px 0;
	height: 570px; 
	border: none;
}

/****************************************************************************************/

/****************************************************************************************/
/* Kontaktformular */

#formular	{ width:90%; margin: 0 auto; }

.ebene		{ padding: 2px 0; }

.label  	{ display:block; padding:3px 0 2px 0; }

.submit		{ margin:15px auto 0 auto; text-align: center; }

.feld		{ background:#eee; border:1px solid #ccc; width:100%; }

/****************************************************************************************/

/****************************************************************************************/
/* Tabelle Impressum */

#impressum 		{ text-align: left; margin-top: 15px; }
#impressum .spalte1 	{ width: 30%; vertical-align: top; padding: 0 0 10px 0; }
#impressum .spalte2 	{ width: 70%; vertical-align: top; padding: 0 0 10px 0; }



/****************************************************************************************/
