/* 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: Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#333333; 
	font-weight: normal;
}

body.main
{
	background: #e5c7c9 url("../images/bg.png") top left repeat-x;
	background-attachment:fixed;
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:18px; 
	font-weight:bold;
	font-family: Arial, Helvetica; 
	text-align:left; 
	color:#630000;
	margin-bottom:10px;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#630000;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#630000;
	text-decoration:none;
}

a:hover
{
	color:#333333;
	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:Arial, Helvetica;
	padding: 2px;
    border: 1px solid #630000;
    margin: 3px;
}

	input:hover, textarea:hover {

	color: #333333;
	border: 1px solid #630000;

}

form 
{
	display: inline;
}

/* Divs einstellen */

#page 
{
	padding:0px;
	margin:0px auto;
	vertical align: center;
	width:955px;
	height:712px;
	z-index:1;
}



#top 
{
	background:url("../images/top.png") top left no-repeat;
	width:955px;
	height:125px;
	margin:0px auto;
}


#middle
{
	width:955px;
	margin:0px auto;
	height: 587px;
}

#fader
{
	text-align:center;
	margin:0px auto;
	height:587px; 
	width:955px;
	z-index:-1;
	}
	
#navigation
{
	float:left;
	font-size:14px;
	margin-top:-510px;
	width: 200px;
	margin-left:40px;
	z-index:100;
	position:relative;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:normal;
	}
	
	#navigation ul
	{
		width:auto;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		padding:6px 10px 6px 0px ;
		color:#8c5454;
	}
	
	.current
	{	
		color:#630000;
		font-weight:bold;
	}
	
	#navigation ul li a:hover
	{
		color:#630000;
	}
	
	#navigation ul li a.current
	{
		color:#630000;
		font-weight:bold;
	}
	
	#navigation ul ul li a
	{	
		padding:0px 10px 0px 30px;
		color:#8c5454;
		font-size:12px;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#630000;
	}
	
	#navigation ul ul li a.current
	{
		color:#630000;
		font-weight:bold;	
	}

#content
{
	float:none;
	margin-top:-480px;
	margin-left: 300px;
	width: 600px;
	height:420px;
	overflow:scroll;
	z-index:300;
}

.innercontent
{
	margin-right: 15px;
}



#bottom
{
	font-family:Arial, Helvetica; 
	width:955px;
	height:30px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#fff;
	}
	
	#bottom p
	{
		font-weight:normal;
		font-size:10px;
		color: #fff;
		padding-top:5px;
		padding-bottom:10px;
		text-align:center;
	}
	
/* Kontakt-Formular */
table.kontaktformular
{
	width: 350px;
}

table.kontaktformular td
{
	padding:5px;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding-bottom:10px;
	padding-right:10px;
	text-align:left;	
}

table.lightbox img
{
	border:1px solid #630000;	
	padding:4px;
}


