/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #FFFFFF;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family: Verdana, Arial, Helvetica; 
	font-size:10px;
	line-height: 1.5em; 
	color:#222222; 
	font-weight: normal;
}

body.main
{
	background: #2e2e2e; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:16px; 
	font-weight:bold; 
	text-align:left; 
	color:#330704;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#330704;
	margin-bottom:5px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#002851;
	text-decoration:none;
}

a:hover
{
	color:#222222;
	text-decoration:underline;
}

table
{
	width: 100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}

#left
	{
	border-left:1px solid #000;
	}

img 
{
	border:0px;
}

input, select, button, textarea 
{
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica;
	padding: 2px;
    border: 1px solid #002851;
    margin: 3px;
	}
	
	input:hover, textarea:hover {

	color: #222222;
	border: 1px solid #002851;

}
	
form 
{
	display: inline;
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica;
}

/* Divs einstellen */
#page 
{
	padding:0px;
	vertical align: center;
	margin: -300px 0 0 -450px;  
	position:absolute; 
	top: 50%; 
	left: 50%; 
	width:900px;
	height:600px;
	background:url("../images/page.png") top left repeat-y;
	
	
}
#top 
{
	background:url("../images/top.png") top left no-repeat;
	width:900px;
	height:180px;
	margin:0px auto;
}

#top img {
	margin:0;
	padding:60px 0 0 280px;
}

#middle
{
	background:url("../images/content.png") top left repeat-y;
	width:900px;
	height: 420px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:30px;
	padding-left:60px;
	width: 190px;
}

	#navigation a
	{
		width:auto;
		display:block;
		font-size:12px;
		line-height: 2em;
		text-decoration:none;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
	height:30px;
	padding:8px 15px 0 40px;
	color:#002851;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
	}
	
	.current
	{	
		background:#cacaca;
	}
	
	#navigation ul li a:hover
	{
		text-decoration : underline;	
	}
	
	#navigation ul li a.current
	{
		background:#cacaca;
	}
	
	#navigation ul ul li a
	{	
		border:0px;
		padding:8px 15px 0 40px;
		color:#002851;
		font-weight:normal;
		font-size: 11px;
	}
	
	
	#navigation ul ul li a:hover
	{
		text-decoration : underline;	
	}
	
	#navigation ul ul li a.current
	{
		background:#cacaca;
	}

#content
{
	float:none;
	margin-left: 280px;
	width: 620px;
	height:390px;
	overflow:auto;
}

.innercontent
{
	margin-right: 15px;
}

#bottom
{
	background:url("../images/page.png") top left repeat-y;
	width:900px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 9px;
		text-decoration:none;
		font-weight:normal;
		color:#002851;
	}
	#bottom p
	{	
		font-size: 9px;
		font-weight:bold;
		color: #002851;
		padding:10px 20px 9px 0;
		text-align:right;
	}


/* Kontakt-Formular */
table.kontaktformular
{
	width: 320px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-right:10px;
	padding-bottom:10px;
	text-align:left;	
}

table.lightbox img
{
	border:1px solid #888888;
	padding:3px;	
}


