/* 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:#222222; 
	font-weight: normal;
}

body.main
{
	background: #222222; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#c20303;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#c20303;
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#444444;
	text-decoration:none;
}

a:hover
{
	color:#222222;
	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:Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:960px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background:url("../images/top.png");
	width:960px;
	height:300px;
	margin:0px auto;
}

#navigation
{
	float:left;
	padding-top:270px;
	padding-left:380px;
	width: 570px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:bold;
	}
	
	#navigation ul
	{
		list-style:none;
		padding:0px;
		margin:0px;
	}

	
	#navigation ul li a:hover
	{
		color:#da0505;	
	}
	
	#navigation ul ul li a
	{	
		color:#ffffff;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#da0505;		
	}
	

#middle
{
	background: #ffffff; 
	width:960px;
	height: 503px;
	margin:0px auto;
	height: auto;
}

#fader
{
	float:left;
	height:503px; 
	width:374px;
	}



#content
{	float:none;
	padding-top:30px;
	padding-left: 26px;
	padding-bottom:20px;
	width: 540px;
	height:453px;
}

.innercontent
{
	overflow:auto;
	padding-right:20px;
	padding-bottom:20px;
	}

#bottom
{
	background: url("../images/bottom.png") top left; 
	width:960px;
	height:218px;
	margin:0px auto;
	text-align:left;
}
	#bottom a
	{	
		text-decoration:none;
		color:#898787;
	}	
	
#navi_bottom {
	width: 580px;
	float: left;
	text-align:left;
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	margin-left:340px;
	padding-top:2px;
}

#navi_bottom li {
	display: inline;
	list-style-type: none;
}

#navi_bottom li a {
	text-decoration: none;
	color: #ffffff;
	padding: 0px 20px 0px 20px;
}

#navi_bottom li a:hover {
	color:#da0505;
}

	#bottom table
	{	
		clear:left;
		width: 900px;
		height: 160px;
		font-size: 10px;
		font-weight:normal;
		margin-left:30px;
	}

	#bottom table td
	{	
		vertical-align: bottom;
		color: #898787;
	}




/* Kontakt-Formular */
table.kontaktformular
{
	width: 320px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-right:15px;
	padding-bottom:15px;
	text-align:left;	
}

table.lightbox img
{
	border:0;	
}

