/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: transparent; 
}

/* Default-Werte setzen */
body, p, div, td
{
	
	font-family:Arial, Helvetica; 
	font-size: 12px;
	line-height: 18px; 
	color:#4f321d; 
	font-weight: normal;
}

body.main
{
	background: #fce5c5;
	text-align:left;
	margin:0px;
}


div
{
	text-align:left; 
}

h1 
{
	font-size:18px; 
	font-weight:bold; 
	text-align:left; 
	color:#4f321d;
	margin-bottom:15px;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left;
	color:#4f321d; 
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#4f321d;
	text-decoration: underline;
	font-weight: normal;
}

table
{
	width: 550px;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:11px; 
	font-family: Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{	
	width:955px;
	margin: 0px auto;
	padding:0px;
}
#top 
{
	background: url("../images/top.jpg") no-repeat;
	width:816px;
	height:379px;
	margin:0px auto;
}

#middle
{
	background: url("../images/body.jpg") repeat-y;
	min-height:350px;
	margin:0 auto;
	width: 816px;
	height: auto;
}

#navigation
{	
	list-style: none;
	min-height: 350px;
	width: 180px;
  	height:auto;	
	float: left;
	padding-top: 50px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 24px;
}

#navigation a
	{	
	color:#694d25;
	}

#navigation ul {
	list-style: none;
	width: 180px;
}

#navigation ul li a {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; 
	color: #694d25;
}

#navigation ul li a:hover
	{
	text-decoration: underline;
	}

#navigation ul ul li a {
	font-size: 12px;
	font-weight: normal;
}

#navigation ul ul li a:hover
	{
	text-decoration: underline;
	}
	
#content
{	
	float:none;
	min-height:350px;
	margin-left: 220px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	height:auto;
	width:550px;
}

#bottom
{
	background: url(../images/bottom.jpg) no-repeat;
	width:816px;
	height:43px;
	margin:0 auto;
}

#bottom a {
	text-decoration: none;
	color: #4f321d;
	font-size: 11px;
}

#bottom p
	{
		font-weight:normal;
		color: #4f321d;
		margin-right:32px;
		margin-top:0px;
		padding-top:25px;
		text-align:right;
	}
/* page creation by wgmedia.de */
#wgmedia
{
	width:816px;
	text-align:center;
	background-color:transparent;
	padding-top: 10px;
	margin: 0px auto;
	font-size: 10px;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#f8b460;
	}



/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
	border:0;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:3px solid #fff;	
}


