/* 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: 14px;
	line-height: 18px; 
	color:#7d3713; 
	font-weight: normal;
}

body.main
{
	background: #8dbd23 url(../images/bg.png) top left repeat-x;
	text-align:left;
	margin:0px;
}


div
{
	text-align:left; 
}

h1 
{
	font-size:18px; 
	font-weight:bold; 
	text-align:left; 
	color:#7d3713;
	margin-top:15px;
	margin-bottom:15px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#7d3713;
	text-decoration: none;
	font-weight: bold;
}

table
{
	width: 625px;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:12px; 
	font-family: Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{	
	width:1024px;
	margin: 0px auto;
	padding:0px;
}
#top 
{
	background: url(../images/head.png) no-repeat;
	width:1024px;
	height:204px;
	margin:0px;
}

#middle
{
	background: url(../images/content-bg.png) repeat-y;
	min-height:400px;
	margin:0 auto;
	width: 1024px;
	height: auto !important;
	margin-bottom: 0;
}

#navigation
{	
	background: url(../images/menue.png) bottom no-repeat;
	background-position: bottom;
	min-height: 400px;
	width: 263px;
  	height:auto;	
	float: left;
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}

#navigation li {
	list-style-type: none;
}

#navigation li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px; 
	color: #9db16c;
}

#navigation ul ul li a {
	font-size: 14px;
	font-weight: bold;
}
	
#content
{	
	float:none;
	min-height:400px;
	margin-left: 263px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	height:auto;
	width:625px;
}

#bottom
{
	width:1024px;
	height:30px;
	margin:0 auto;
}

#bottom a {
	text-decoration: none;
	color: #000;
}

/* page creation by wgmedia.de */
#wgmedia
{
	width:1000px;
	text-align:right;
	padding-top: 10px;
	font-size: 10px;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#000;
	}



/* Kontakt-Formular */
table.kontaktformular
{
	width: 580px;
	border:0;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:3px solid #fff;	
}

