/* 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:#3f3f3f; 
	font-weight: normal;
}

body.main
{
	background: #4e5052 url("../images/top.png") top left repeat-x;
	background-attachment:fixed; 
	text-align:left;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:13px;
	font-weight:bold;
	text-align:left; 
	color:#1216b8;

}

h2 
{
	font-size:12px;
	text-align:left; 
	color:#1216b8;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#ed1c24;
	text-decoration:none;
}

a:hover
{
	color:#3f3f3f;
	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:Verdana, Arial, Helvetica;
	padding: 2px;
    border: 1px solid #1216b8;
    margin: 3px;
	}
	
	input:hover, textarea:hover {

	color: #58585a;
	border: 1px solid #1216b8;

}
	
form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	background:url("../images/page.png") top left repeat-y;
	width:955px;
	margin:0px auto;
}
#top 
{
	background:url("../images/top.jpg") top left no-repeat;
	height:234px;
	margin:0px auto;
}

#middle
{
	background:url("../images/middle.png") top left no-repeat;
	width:955px;
	min-height: 490px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:60px;
	width:192px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		padding:6px 0px 6px 15px;
		font-size:13px;
		color:#1216b8;
		border-bottom:1px solid #1216b8;
	}
	
	.current
	{	
		color:#3f3f3f;
	}
	
	#navigation ul li a:hover
	{
		color:#ed1c24;	
	}
	
	#navigation ul li a.current
	{
		color:#3f3f3f;
	}
	
	#navigation ul ul li a
	{	
		padding:4px 0px 4px 30px;
		color:#1216b8;
		font-size:12px;
		font-weight:normal;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#ed1c24;		
	}
	
	#navigation ul ul li a.current
	{
		color:#3f3f3f;	
	}

#breadcrumb p
{
	padding-top:10px;
	font-size: 10px;
	color: #c0c2ce;
	border-bottom:1px dotted #c0c2ce;
	margin-bottom:30px;
}

	#breadcrumb p a
	{	
		font-size: 10px;
		color: #c0c2ce;
	}


#content
{
	float:none;
	padding-top:1px;
	padding-bottom:30px;
	margin-left: 215px;
	width: 720px;
	padding-bottom:30px;
}

#bottom
{
	background:url("../images/bottom.png") top left no-repeat;
	width:955px;
	height:33px;
	margin:0px auto;
}

	#bottom p
	{	
		padding-top:10px;
		padding-left:15px;
		font-size: 10px;
		font-weight:normal;
		color: #55585d;
	}
	
	#bottom p a
	{	
		color: #55585d;
	}

/* Kontakt-Formular */
table.kontaktformular
{
	width: 400px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-right:15px;
	padding-bottom:15px;
	text-align:left;	
}

table.lightbox img
{
	border:0px;
	padding:0px;	
}


