/* 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:#333333; 
	font-weight: normal;
}

body.main
{
	background: #ededed url(../images/bg.png) top left repeat-x; 
	text-align:left;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#127531;
	margin-bottom:20px;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#127531;
	margin-top:10px;
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:inherit;
	text-decoration:underline;
	font-weight:inherit;
}

table
{
	width: 100%;
	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:950px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background:url("../images/top.png");
	width:950px;
	height:198px;
	margin:0px auto;
}

#middle
{
	background: url("../images/page.png") top left repeat-y; 
	width:950px;
	min-height:450px;
	margin:0px auto;
}

#navigation
{
	float:left;
	padding-top:55px;
	padding-left: 70px;
	width: 210px;
	font-size: 12px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:bold;
		color: #333333;
	}
	
	#navigation ul
	{
		width:220px;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{
		background: transparent;	
		padding:5px 20px; 
		color: #333333;	
	}
	
	
	#navigation ul li a:hover
	{
		color:#127531;	
	}
	
	#navigation ul ul li a
	{
		background: transparent;	
		padding:5px 10px;
		color: #333333;
	}
	
	
	#navigation ul ul li a:hover
	{
		background: transparent;
		color: #127531;	
	}
	

#content
{
	float:none;
	padding-top:30px;
	padding-bottom:40px;
	margin-left: 330px;
	width: 520px;
}

#bottom
{
	background: url("../images/bottom.png") top left no-repeat; 
	width:950px;
	height:83px;
}
	#bottom a
	{
		text-decoration:none;
		font-weight:normal;
		color:#333333;
	}
	#bottom p
	{
		font-weight:normal;
		color: #333333;
		text-align:right;
		font-size: 10px;
		padding-top: 25px;
		padding-right: 60px;
	}

/* page creation by wgmedia.de */
#wgmedia
{
	width:950px;
	margin:0px auto;
	background-color:#ededed;
	text-align:center;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#d2d3d5;
		font-size: 10px;
	}



/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:3px solid #888888;	
}


