/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background:#ffeed1;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:Century Gothic, Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#272828; 
	font-weight: normal;
}

body.main
{
	background: #ffeed1; 
	text-align:left;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#620000;
	margin-bottom: 15px;
	padding-top:10px;
	}

h2 
{
	font-size: 13px; 
	line-height: 28px;
	text-align:left; 
	color:#620000;
	margin-bottom:15px;
}



p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#620000;
	text-decoration:none;
}

a:hover
{
	color: #620000;
	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:Century Gothic, Arial, Helvetica;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:955px;
	margin:0px auto;
}
#top 
{
	
	width:955px;
	height:249px;
	margin:0px auto;
}

#nav_top
{
	width: 955px;
	height: 19px;
	margin: 0px auto;
	}


#fader 
{
	width:955px;
	height:230px;
	margin:0px auto;

}

#middle
{
	background: url("../images/middle.jpg") top left repeat-y;
	margin:0px auto; 
	width:955px;
	min-height: 400px;
	height: auto;
}

#navigation
{
	background: url("../images/nav.jpg") top left no-repeat;
	float:left;
	margin: 0px auto;
	width: 955px;
	height:49px;
	padding-left:45px;
	
}

	#navigation a
	{
		color: #ffeed1;
		
		text-decoration:none;
	}
	
	#navigation ul
	{width:auto;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		color: #ffeed1;
		font-weight: bold;	
	}
	
	.current
	{	
		text-decoration: underline;	
	}
	
	#navigation ul li a:hover
	{
		text-decoration: underline;	
	}
	
	#navigation ul li a.current
	{
		text-decoration: underline;
	}
	
	#navigation ul ul li a
	{	
		color:#ffeed1;
	}
	
	
	#navigation ul ul li a:hover
	{
		text-decoration: underline;		
	}
	
	#navigation ul ul li a.current
	{
		text-decoration: underline;
	}

#content
{
	float:none;
	margin:0px auto;
	margin-top: 49px;
	padding-top:20px;
	padding-bottom:20px;
	width: 830px;
	height: auto;
}

#bottom
{
	background: url("../images/bottom.jpg") top left repeat-y;  
	width:955px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#ada390;
	}
	#bottom p
	{	
		padding-top: 20px;
		font-size: 10px;
		font-weight:normal;
		color: #ada390;
		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 #620000;
	padding:3px;	
}

