/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #FFFFFF;
}

html
{
	height:100%;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:Verdana,Arial; 
	font-size:10pt; 
	color:#222222; 
	font-weight: normal;
}

body.main
{
	background: #EEEEEE; 
	margin:0px;
	height:100%;
	background: url("../images/body.jpg") top left repeat-x; 
}


div
{
	text-align:left;
}

h1 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#151345;
	margin-top:0px;
	margin-bottom:20px;
	border-bottom: 1px dotted #151345;
}

h2 
{
	font-size:10pt; 
	font-weight:bold; 
	text-align:left; 
	color:#151345;
	margin-top:10px;
	margin-bottom:5px;
}

h4
{
	text-align:right;
	color:#555555;
	font-size:8pt; 
	font-weight:normal; 
	padding:0px;
	margin:8px 8px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#222222;
	text-decoration:underline;
	font-weight:bold;
}

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:9pt; 
	font-family:Verdana,Arial;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	background: url("../images/middle.jpg") top left repeat-y; 
	width:900px;
	min-height:100%;
	margin:0px;
	padding:0px;
}
#top 
{
	background:url("../images/top.jpg");
	width:900px;
	height:150px;
	margin:0px;
}

#middle
{
	width:900px;
	min-height:500px;
	margin:0px;
}

#navigation
{
	float:left;
	margin-top:-28px;
	margin-left:00px;
	width: 188px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:bold;
		font-size:8pt;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}

	#navigation ul li a
	{
		background:transparent;	
		padding:5px 10px;
		color:#151345;
		border-bottom:1px solid #FFF;		
	}

	#navigation ul ul
	{	
		border-top:1px solid #151345;		
		border-bottom:1px solid #151345;		
	}

	#navigation ul li a:hover
	{
		background:#151345;
		color:#FFF;	
	}
	
	#navigation ul ul li a
	{
		border:0px;	
		border-left:5px solid #151345;		
		background:#FFF;	
		padding:3px 10px;
		color:#151345;
		font-weight:normal;
	}
	
	
	#navigation ul ul li a:hover
	{
		background:#151345;
		color:#FFF;	
	}
	
#aktuell
{
	margin-top:50px;
	float:left;
}

#content
{
	float:none;
	padding-top:10px;
	padding-bottom:10px;
	margin-left: 210px;
	width: 675px;
}



#bottom
{
	background: url("../images/bottom.jpg") top left; 
	width:895px;
	height:57px;
	margin:0px;
}
	#bottom a
	{
		text-decoration:none;
		color:#FFFFFF;
	}
	#bottom p
	{
		font-weight:normal;
		font-size:8pt;
		color: #FFFFFF;
		margin-right:10px;
		margin-top:0px;
		padding-top:14px;
		text-align:right;
	}



/* 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;	
}

