/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #FFFFFF;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family: Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#000000; 
	font-weight: normal;
}

body.main
{
	background: #FFFFFF; 
	text-align:left;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#000000;
	margin-top:0px;
	margin-bottom:15px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#000000;
	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:789px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background: url("../images/top.png") bottom no-repeat;
	width:789px;
	height:125px;
	margin:0px auto;
}

#middle
{
	width:789px;
	min-height:300px;
	}

#navigation
{
	float:left;
	margin-top:80px;
	margin-left: 359px;
	width: 430px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{
		border:0;
		background: transparent;
		color:black;	
	}
	
	
	#navigation ul li a:hover
	{
		background: transparent;
		color:#000000;	
	}
	
	#navigation ul ul li a
	{	
		padding-top: 4px;
		background: transparent;
		color: #000000;	
	}
	
	
	#navigation ul ul li a:hover
	{
		
		background:transparent;
		color: inherit;	
	}
	

#content
{
	float:none;
	padding-top:80px;
	padding-left: 7px;
	padding-bottom:30px;
	width: 770px;
	min-height: 300px;
	height:auto;
	overflow:hidden;
}

#bottom
{
	background: url("../images/bottom.png") right no-repeat;
	width:789px;
	height:43px;
}
	#bottom a
	{
		text-decoration:none;
		font-weight:normal;
		color:#000000;
		font-size: 12px;
	}
	#bottom p
	{
		font-weight:normal;
		color: #000000;
		margin-right:18px;
		padding-top: 29px;
		text-align:right;
	}	
	

/* page creation by wgmedia.de */
#wgmedia
{
	width:789px;
	margin:0px auto;
	font-size:10px;
	padding:10px;
	text-align:center;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#c0c0c0;
	}



/* 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:0px;	
}

