/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: transparent;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family: Century Gothic, Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#252e3d; 
	font-weight: normal;
}

body.main
{
	background: #e5e4e5; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:16px;
	line-height: 28px; 
	font-weight:bold; 
	text-align:left; 
	color:#f20033;
	border-bottom: 1px solid #f20033;
	margin-bottom: 20px; 
}

h2 
{
	font-size:12px;
	text-align:left; 
	color:#f20033;
	margin-bottom:10px;
}

hr 
{
	color:#f20033;
	height: 1px;
    border-top: 1px solid;
	border-bottom: 0;
    border-left: 0;
    border-right: 0;
	margin-bottom:  7px;
    padding-top: 12px;
    margin-top:  12px;
	padding-bottom: 7px;
	}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#343333;
	text-decoration:underline;
	font-weight: inherit;
}

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:Century Gothic, Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:955px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background:url("../images/top.jpg");
	width:955px;
	height:318px;
	margin:0px auto;
}

#navi_top {
	margin: 0px auto;
	width: 955px;
	
}

	#navi_top a
	{	
		text-align: right;
		color: #1d1d1e;
		text-decoration: none;
		font-size: 11px;
	}
	
	#navi_top a:hover {
		text-decoration: underline;
}
	
	#navi_top p
	{	
		margin-right:70px;
		padding-top:108px;
		text-align:right;
	}

#middle
{
	background: url("../images/middle.jpg") top left repeat-y; 
	width:955px;
	min-height: 300px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top: 8px;
	padding-left: 65px;
	width: 182px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
	}
	
	#navigation ul
	{
		width:182px;
		list-style:none;
		padding:0px;
		margin:0px;
		
	}


	#navigation ul li a
	{	
		padding:8px 35px 8px 35px ;
		color: #252e3d;
		border-bottom: 1px solid #fff;
	}
	
	
	#navigation ul li a:hover
	{
		background:transparent;
		color:#f20033;	
	}
	
	#navigation ul ul li a
	{	
		padding:8px 50px;
		color: #252e3d;
	}
	
	
	#navigation ul ul li a:hover
	{
		background:transparent;
		color:#f20033;		
	}
	

#content
{
	float:none;
	padding-top:1px;
	padding-bottom:30px;
	margin-left: 270px;
	width: 580px;
}

#bottom
{
	background: url("../images/bottom.jpg") top left; 
	width:955px;
	height:83px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#6d7d89;
	}
	#bottom p
	{	
		font-size: 10px;
		font-weight:normal;
		color: #6d7d89;
		margin-right:70px;
		padding-top:22px;
		text-align:right;
	}

/* page creation by wgmedia.de */
#wgmedia
{
	width:955px;
	margin:0px auto;
	background-color:transparent;
	text-align:center;
	font-size: 10px;
	padding-top:10px;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#d1d6e9;
	}



/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-right:10px;
	padding-top:10px;
	text-align:left;	
}

table.lightbox img
{
	border:1px solid #f20033;
	padding:3px;	
}


