/* 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: Verdana, Arial, Helvetica; 
	font-size:11px;
	line-height: 18px; 
	color:#333333; 
	font-weight: normal;
}

body.main
{
	background: #ffffff url(../images/bg.png) top left repeat-x; 
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:12px;
	line-height:15px; 
	font-weight:bold; 
	text-align:left; 
	color:#333333;
}

h2 
{
	font-size:11px;
	line-height:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#333333;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#d6d6d6;
	text-decoration:none;
}

a:hover
{
	color:#333333;
	text-decoration:underline;
}

ul
{
	list-style:square;
	}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

	#left
	{
	border-left:1px dotted #adadad;
	}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica;
	padding: 2px;
    border: 1px solid #fcf302;
    margin: 3px;
}

form 
{
	display: inline;
}

.gelb{	background-color:#fff798;
	font-weight:bold;
	color:#666;}
	
.zeilen{
	color:#666666;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	font-size:11px;
	background-color:#efefef;}


/* Divs einstellen */
#page 
{	
	background: url("../images/middle.png") bottom left no-repeat;
	width:980px;
	margin:0px auto;
	padding:0px;
	
}
#top 
{
	background:url("../images/top.png");
	width:980px;
	height:377px;
	margin:0px auto;
	
}

#middle
{
	
	width:980px;
	min-height: 350px;
	margin:0px auto;
	padding-top:1px;
	height: auto;
}


#nav1
{
	
	width: 720px;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	height:30px;
	text-align: left;
	color: #808080;
	padding-top:30px;
	padding-left:262px;
}

	#nav1 a
	{
		width:auto;
		display:block;
		text-decoration:none;
		color:#808080;		
	}
	
	#nav1 ul
	{
		width:100%;
		text-align:left;
		list-style:none;
		padding:0px;
		margin:0px;
	}

	#nav1 ul li
	{
		float:left;
	}

	#nav1 ul li a
	{
		padding:3px 38px 3px 38px;
		color:#666666;
		border-right: 1px solid #fff;
	}
	
	
	#nav1 ul li a:hover
	{
		color:#333333;	
	}

	#nav1 ul li a.current
	{
		color:#333333;	
	}
	
#content
{
	margin-top:-20px;
	padding-bottom:20px;
	padding-left: 300px;
	width: 680px;
	min-height:350px;
	height:auto;
	z-index:1;
}

#nav2
{
	clear:both;
	float:left;
	margin-top:-10px;
	padding-left:15px;
	width: 210px;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	line-height:14px;
	z-index:2;
}

	#nav2 a
	{
		display:block;
		text-decoration:none;
		font-weight:normal;
	}
	
	#nav2 ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}

	#nav2 ul li a
	{
		border-bottom:1px dotted #adadad;
		padding:7px 10px 7px 10px ;
		color:#666666;
	}
	
	
	#nav2 ul li a:hover
	{
		color:#333333;
	}
	
	#nav2 ul li a.current
	{
		color:#333333;
	}


#bottom
{
	clear:both;
	width:980px;
	height:20px;
	margin:0px auto;
	text-align:right;	
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#b7b6b6;
	}
	#bottom p
	{	
		width: 680px;
		font-size: 10px;
		font-weight:normal;
		text-align:right;
		color: #b7b6b6;
		border-top:1px dotted #adadad;
		padding-top:10px;
		padding-bottom:5px;
		margin-left:300px;
	}

/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-right:10px;
	padding-bottom:10px;
	text-align:left;	
}

table.lightbox img
{
	border:1px solid #666;
	padding:5px;	
}

