/* 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:Avant Garde, Century Gothic, Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#6d6d6d; 
	font-weight: normal;
}

body.main
{
	background: #fff url(../images/bg.png) top left repeat-x; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:30px; 
	font-weight:bold; 
	text-align:left; 
	color:#b6cbd6;
	margin-bottom: 15px;
}

h2 
{
	font-size: 18px; 
	line-height: 28px;
	text-align:left; 
	color:#b6cbd6;
	margin-bottom:15px;
}

h3 
{
	font-size: 16px; 
	line-height: 24px;
	font-weight:bold;
	font-style: italic; 
	text-align:left; 
	color:#cccccc;
	margin-bottom:10px;
}


p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#6d6d6d;
	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:Avant Garde, Century Gothic, Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:1050px;
	margin:0px auto;
	padding:0px;
}
#top 
{
	background:url("../images/top.jpg");
	width:1050px;
	height:318px;
	margin:0px auto;
}

#middle
{
	background: url("../images/page.png") top left repeat-y; 
	width:1050px;
	min-height: 400px;
	margin-top:8px;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:275px;
	padding-left: 120px;
}

	#navigation a
	{
		color: #4a4a4a;
		width:auto;
		display:block;
		text-decoration:none;
	}
	
	#navigation ul
	{
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		color: #4a4a4a;	
	}
	
	
	#navigation ul li a:hover
	{
		color:#FFF;	
	}
	
	#navigation ul ul li a
	{	
		color:#4a4a4a;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#FFF;		
	}
	

#content
{
	float:none;
	padding-top:30px;
	padding-bottom:30px;
	margin-left: 140px;
	width: 800px;
	min-height: 350px;
	height: auto;
}

#bottom
{
	background: url("../images/page.png") top left repeat-y;  
	width:1050px;
	margin:0px auto;
	padding-bottom: 10px;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#6d6d6d;
	}
	#bottom p
	{	
		font-size: 10px;
		font-weight:normal;
		color: #6d6d6d;
		margin-right:90px;
		
		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:1px solid #888888;
	padding:3px;	
}


