/* 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: Century Gothic, Arial, Helvetica; 
	font-size:12px;
	line-height: 18px; 
	color:#1e1e1e; 
	font-weight: normal;
}

body.main
{
	background: #fdedca url("../images/body.jpg") top left repeat-x; 
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:16px; 
	font-weight:bold; 
	text-align:left; 
	color:#4d0801;
	padding-bottom:8px;
	border-bottom: 1px dashed #4d0801;
}

h2 
{
	font-size:14px; 
	font-weight:bold; 
	text-align:left; 
	color:#4d0801;
	margin-bottom:10px;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

hr
{	
	border-top: 1px dashed #4d0801;
	border-bottom:0px;
}

a
{
	color:#1e1e1e;
	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;
	padding:0px;
}
#top 
{
	background:url("../images/top.jpg") top left no-repeat;
	width:955px;
	height:331px;
	margin:0px auto;
}

#navi_top {
	margin:0px;
	padding:0px;
	width:925px;
	text-align: right;
	font-size: 10px;
}

#navi_top li {
	display: inline;
	list-style-type: none;
}

#navi_top li a {
	text-decoration: none;
	color: #1c1c1c;
}

#navi_top li a:hover {
	text-decoration: underline;
}

#middle
{
	background:#ead4b3 url("../images/middle.jpg") top left no-repeat; 
	width:955px;
	min-height: 400px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:250px;
	margin-left:325px;
	width: 600px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:normal;
		font-size:14px;
	}
	
	#navigation ul
	{
		
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		padding:10px 10px 10px 10px ;
		color:#590901;	
	}
	
	
	#navigation ul li a:hover
	{
		color:#590901;
		text-decoration:underline;	
	}
	
	#navigation ul ul li a
	{	
		padding:10px 10px;
		color:#590901;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#590901;
		text-decoration:underline;	
	}
	

#content
{
	float:none;
	padding-top:10px;
	padding-bottom:30px;
	margin-left: 335px;
	width: 580px;
}

#bottom
{
	background:#fdedca;
	border-top: 1px dashed #311f10;
	width:955px;
	height:28px;
	margin:0px auto;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#311f10;
	}
	
	#bottom table
	{	
		width: 885px;
		height: 28px;
		font-size: 10px;
		font-weight:normal;
		margin-left:35px;
	}

	#bottom table td
	{	
		vertical-align: middle;
		color: #311f10;
	}

/* 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 #311f10;
	padding:3px;	
}

