/* 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:#333333; 
	font-weight: normal;
}

body.main
{
	background: #e5e4e5; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:14px;
	line-height: 24px; 
	font-weight:bold; 
	text-align:left; 
	color:#2c1fa3;
	border-bottom: 1px solid #2c1fa3;
	margin-bottom: 20px;
}

h2 
{
	font-size:14px; 
	font-weight:normal; 
	text-align:left; 
	color:#2c1fa3;
	margin-bottom:20px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#333333;
	text-decoration:underline;
}

a:hover
{
	color: #2c1fa3;
	}

table
{
	width: 580px;
	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:186px;
	margin:0px auto;
}

#navi_top {
	margin: 0px auto;
	width: 955px;
	
}

	#navi_top a
	{	
		text-align: right;
		color: #798296;
		text-decoration: none;
		font-size: 11px;
	}
	
	#navi_top a:hover {
		text-decoration: none;
		color: #2c1fa3;
}
	
	#navi_top p
	{	
		margin-right:75px;
		padding-top:12px;
		text-align:right;
	}

#middle
{
	background: url("../images/middle.jpg") top left repeat-y; 
	width:955px;
	margin:0px auto;
	min-height: 416px;
	height: auto;
}

#navigation
{
	background: url("../images/nav.jpg") no-repeat; 
	float:left;
	padding-top:40px;
	padding-left: 65px;
	width: 197px;
	min-height: 416px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:bold;
		font-size: 14px;
	}
	
	#navigation ul
	{
		width:197px;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		padding:8px 35px 8px 35px ;
		color:#29249f;
		border-bottom: 1px solid #fff;	
	}
	
	
	#navigation ul li a:hover
	{
		color:#333;	
	}
	
	#navigation ul ul li a
	{	
		padding:8px 50px;
		color:#29249f;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#333;		
	}
	

#content
{
	float:none;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 290px;
	width: 600px;
}

#bottom
{
	background: url("../images/bottom.jpg") top left no-repeat; 
	width:955px;
	height:45px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#ffffff;
	}
	#bottom p
	{	
		font-size: 10px;
		font-weight:normal;
		color: #FFFFFF;
		margin-right:75px;
		padding-top:15px;
		text-align:right;
	}

/* page creation by wgmedia.de */
#wgmedia
{
	width:900px;
	margin:0px auto;
	background-color:transparent;
	text-align:center;
	font-size: 9px;
}
	#wgmedia a
	{
		text-decoration:none;
		font-weight:normal;
		color:#8ea0c2;
	}



/* 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;	
}


