/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #8797b1;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family: Century Gothic, Arial, Helvetica; 
	font-size:9pt;
	line-height:12pt; 
	color:#fff; 
	font-weight: normal;
}

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


div
{
	text-align:left;
}

h1 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#fff;
	margin-bottom:30px;
}

h2 
{
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	color:#fff;
	margin-bottom:10px;
}

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

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

a:hover
{
	color:#fff;
	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:9pt; 
	font-family:Century Gothic, Arial, Helvetica;
}

form 
{
	display: inline;
}

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

#middle
{
	background: url("../images/middle.png") top left repeat-y;
	min-height:400px; 
	width:955px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:58px;
	padding-left:100px;
	width:150px;
}

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


	#navigation ul li a
	{	
		padding:6px 0px 6px 0px ;
		color:#002f56;	
	}
	
	
	#navigation ul li a:hover
	{
		text-decoration:underline;	
	}
	
	#navigation ul ul li a
	{	
		padding:6px 15px;
		color:#002f56;
	}
	
	
	#navigation ul ul li a:hover
	{
		text-decoration:underline;	
	}
	

#content
{
	float:none;
	padding-top:5px;
	padding-bottom:30px;
	margin-left:300px;
	width: 580px;
}

#bottom
{
	background:url("../images/page.png") top left no-repeat;
	width:955px;
	height:170px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size:7.5pt;
		text-decoration:none;
		font-weight:normal;
		color:#616162;
	}
	#bottom p
	{	
		width:300px;
		padding-top:128px;
		font-size:7.5pt;
		line-height:14pt;
		font-weight:normal;
		color:#616162;
		text-align:center;
	}


/* 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;	
}

