/* 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:#222222; 
	font-weight: normal;
}

body.main
{
	background: #e2a469 url("../images/bg.png") bottom left repeat-x;
	background-attachment:fixed;
	text-align:center;
	margin:0px;
}


div
{
	text-align:left;
}

h1 
{
	font-size:18px; 
	font-weight:bold; 
	text-align:left; 
	color:#913c00;
}

h2 
{
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color:#913c00;
}

p
{
	margin: 0px; /* zwingend!!! */
	padding: 0px; /* zwingend!!! */
}

a
{
	color:#913c00;
	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;
}


img 
{
	border:8px solid #fff;
}

input, select, button, textarea 
{
	font-size:11px; 
	font-family:Arial, Helvetica;
	padding: 2px;
    border: 1px solid #913c00;
    margin: 3px;
}

	input:hover, textarea:hover {

	color: #222222;
	border: 1px solid #913c00;

}

form 
{
	display: inline;
}

/* Divs einstellen */
#page 
{
	width:950px;
	margin:0px auto;
	padding:0px;
}

#top 
{
	background:url("../images/top.jpg") top left no-repeat;
	width:950px;
	height:271px;
	margin:0px auto;
}


#middle
{
	background: url("../images/middle.png") top left repeat-y;
	width:950px;
	min-height: 350px;
	margin:0px auto;
	height: auto;
}

#navigation
{
	float:left;
	padding-top:20px;
	padding-left: 10px;
	width: 230px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		font-weight:normal;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}


	#navigation ul li a
	{	
		padding:6px 15px 6px 15px ;
		color:#222222;	
		border-bottom:1px solid #d4d4d4;
	}
	
	.current
	{	
		color:#913c00;
		font-weight:bold;
	}
	
	#navigation ul li a:hover
	{
		color:#913c00;	
	}
	
	#navigation ul li a.current
	{
		color:#913c00;
		font-weight:bold;	
	}
	
	#navigation ul ul li a
	{	
		padding:6px 15px 6px 40px;
		color:#222222;
	}
	
	
	#navigation ul ul li a:hover
	{
		color:#913c00;		
	}
	
	#navigation ul ul li a.current
	{
		color:#913c00;
		font-weight:bold;	
	}

#content
{
	float:none;
	padding-top:15px;
	padding-bottom:15px;
	margin-left: 280px;
	width: 645px;
	height:auto;
}

#bottom
{
	background: url("../images/bottom.png") top left; 
	width:950px;
	height:113px;
	margin:0px auto;
	padding-top:1px;
}
	#bottom a
	{	
		font-size: 10px;
		text-decoration:none;
		font-weight:normal;
		color:#5a5a5a;
	}
	
	#bottom table
	{
		width:900px;
		margin-left:25px;
		margin-top:35px;
	}
	
	#bottom table td
	{
		vertical-align:bottom;
		font-size:11px;
		color: #84562e;
		}
	
/* 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 #84562e;	
	padding:4px;
}

