/* 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: Frutiger, Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#000000; 
	font-weight: normal;
}

body.main
{
	background: #f1f1f1 url(../images/bg.png) top left repeat-x; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:17px; 
	font-weight:bold; 
	text-align:left; 
	color:#58585A;
}

h2 
{
	font-size:15px; 
	font-weight:bold; 
	text-align:left; 
	color:#58585A;
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#58585A;
	text-decoration:none;
}

a:hover
{
	color:#58585A;
	text-decoration:underline;
}

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:Frutiger, Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:955px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background:url("../images/top.jpg");
	width:955px;
	height:276px;
	margin:0px auto;
}

#navi_top {
	width: 955px;
	text-align: right;
	color: #58585A;
	font-size:9px;
	padding-top:1px;
}

#navi_top li {
	display: inline;
	list-style-type: none;
	padding-right:20px;
}

#navi_top li a {
	text-decoration: none;
	color: #58585A;
}

#navi_top li a:hover {
	text-decoration: underline;
}


#middle
{
	background: url("../images/middle.jpg") top left repeat-y; 
	width:955px;
	min-height: 400px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:13px;
	width: 161px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-size:11px;
	}
	
	#navigation ul
	{
		width:161px;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		padding:8px 5px 8px 18px ;
		color:#58585A;	
	}
	
	.current
	{	
		background:#ffd500;
	}
	
	#navigation ul li a:hover
	{
		background:#ffe666;
	}
	
	#navigation ul li a.current
	{
		background:#ffd500;
	}
	
	#navigation ul ul li a
	{	
		padding:8px 30px;
		color:#58585A;
	}
	
	
	#navigation ul ul li a:hover
	{
		background:#ffe666;
	}
	
	#navigation ul ul li a.current
	{
		background:#ffd500;
	}


#content
{
	float:none;
	padding-top:1px;
	padding-bottom:20px;
	margin-left:162px;
	width: 770px;
}

#bottom
{ 
	width:955px;
	height:30px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size:9px;
		text-decoration:none;
		font-weight:normal;
		color:#58585A;
	}
	#bottom p
	{	
		font-size:9px;
		font-weight:normal;
		color:#58585A;
		padding-top:8px;
		text-align:right;
	}


/* Kontakt-Formular */
table.kontaktformular
{
	width: 320px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:1px solid #58585A;
	padding:3px;	
}

