/* 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:Verdana, Arial, Helvetica; 
	font-size: 12px;
	line-height: 18px; 
	color:#000; 
	font-weight: normal;
}

body.main
{
	background: #000;
	text-align:left;
	margin: 0px auto;
}


div
{
	text-align:left; 
}

h1 
{
	font-size:16px; 
	font-weight:bold; 
	text-align:center; 
	color:#000;
	margin-bottom:20px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}


table
{
	width: 550px;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:12px; 
	font-family: Century Gothic, Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{	background: url(../images/middle.jpg) top repeat-y;
	width:907px;
	margin: 0 auto;
	padding: 0px;
	height: auto;
}

#top 
{
	height:0px;
	margin:0;
}

#middle
{
	background: url(../images/top.jpg) top no-repeat;
	margin-top:0;
	width: 907px;
	
	height: auto !important;
}

#navigation
{	
	width: 220px;
  	height: auto;	
	float: left;
	margin-top: 0;
	padding-top: 350px;
}

	#navigation a
	{	
		
	    font-family: SFMoviePoster;
		font-size: 12px;
		line-height: 24px;
		display:block;
		text-decoration:none;
		font-weight:bold;
		color: #000000;
	}
	
	#navigation ul
	{
		list-style:none;
		margin:0px auto;
	}


	#navigation ul li a
	{	
		color: black;
	}
	
	
	#navigation ul li a:hover
	{
		color: black;
	}
	
	#navigation ul ul li a
	{	
		padding:0px;
		color: black;
		font-size:11px;
	}
	
	
	#navigation ul ul li a:hover
	{
		color: black;	
	}

	
#content
{	
	float:none;
	min-height:600px;
	margin-left: 230px;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 70px;
	padding-bottom: 50px;
	height:auto;
	width:550px;
}

#bottom
{
	color: #fff;
	width:200px;
	margin-top: 50px;
	margin-left: 30px;
	padding-bottom:8px;
}

#bottom a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

/* page creation by wgmedia.de */
#wgmedia
{
	text-align:left;
	font-size: 11px;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#fff;
	}



/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
	border:0;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:2px solid #ae8f6c;	
}


