/* 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: "Trebuchet MS", Arial, Helvetica, sans-serif;  
	font-size:12px;
	line-height:18px;  
	color:#000; 
	font-weight:normal;
}
		
body.main
{
	background:#01083E url("../design/images/background-bg.jpg") top left repeat-x; 
	text-align:left;
	margin:0px;
}


div
{
	text-align:left;
}

h1 /* = Ueberschrift1 */
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left; 
	color:#F1D704;
	font-weight:normal;
	margin:0 0 12px 0;
	line-height:24px;
}

h2 /* = Ueberschrift2 */
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  
	font-size:20px;
	text-align:left; 
	color:#ccc;
	font-weight:normal;
	margin:0px 0 10px 0;
	line-height:22px;
}

h3 /* = vorformatierter Text */
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 18px;
	text-align: left;
	color: #0157A4;
	font-weight: normal;
	margin:0px 0 10px 0;
}

h4 /* = vorformatierter Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	margin:0px;
	font-size:16px;
	text-align:left; 
	color:#333;
	font-weight:normal;
	
}

h5 /* = vorformatierter Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	margin:0px;
	font-size:12px;
	text-align:left; 
	color:#555;
	background:#dddcdc;
	padding:15px;
	font-weight:normal;
}

h6 /* = Kleiner Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

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

/* Linie */
hr
	{
	background-color:#afaeae; /* Mozilla */
	color:#afaeae; /* IE*/
	border:#afaeae; /* Opera */
	height:1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

ul
{
	margin:0 0 0 -25px;
	}

a
{
	color:#A8120F;
	text-decoration:none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

table
{
	width:100%;
	border-spacing:0px; 
	border-collapse:collapse;
}

table, td 
{
	text-align:left;
	vertical-align:top;
}


iframe
{
	margin:0;
	padding:0;
	border:0;
}

img 
{
	border:0px;
}

input, select, textarea 
{
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
    border:1px solid #888;
    margin:3px;
}

	input:hover, textarea:hover {

	border:1px solid #888;
	}

form 
{
	display: inline;
}

/* Suchfunktion */
#search
{
	border:1px solid #d1d1d1;
	padding:7px;
	width:180px;
	margin:15px 25px 0 0;
	float:right;
	clear:right;
}
#suche
{
	margin:0;
}

.form-text
{
	font-size:10px;
	color:#333;
	width:140px;
	border:1px solid #d1d1d1;
	padding:4px;
}

#fader
{
	width:526px;
	height:223px;
	padding:77px 0 0 7px;
}

/* Fader */
  	ul#portfolio
	{
	margin:0;
	padding:0;
	list-style:none;
	}

	ul#portfolio li
	{
	margin:0;
	padding:0;
	list-style:none;
	}

/* Divs einstellen */
#page 
{
	width:100%;
	margin:0 auto;
}

#header_wrapper
{
	background:url("../design/images/header-wrap.jpg") top left repeat-x;
	height:86px;
	width:100%;
}
#header
{
	min-width:960px;
	height:86px;
	margin:0px auto;
}
#header_inner
{
	width:960px;
	height:86px;
	margin:0px auto;
}

/*.logo
{
	background:url("../design/images/logo.jpg") top center no-repeat;
	position:relative;
	float:right;
	width:401px;
	height:224px;
	margin-top:77px;
	z-index:99;
}*/

#content_wrap
{
	width:100%;
	height:auto;
}

#middle
{
	
	min-width:960px;
	margin:0px auto;
}
#middle_top
{
	background:url("../design/images/middle-top.png") top right no-repeat;
	width:960px;
	margin:0px auto;
	min-height:414px;
}

#content
{
	width:960px;
	margin:0px auto;
}
#content_inner
{
	width:940px;
	margin:0px auto;
	min-height:250px;
	padding: 0 10px 20px 10px;
	overflow:hidden;
}
	#content_inner h2 /* = Ueberschrift2 */
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  
		font-size:20px;
		text-align:left; 
		color:#fff;
		font-weight:normal;
		margin:0 0 10px 0;
		line-height:22px;
	}
	
	#content_inner p /* Absatz */
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  
		font-size:14px; 
		color:#fff;
		line-height:21px;
	}
	
	#content_inner ul
	{
		padding-left:0px;
		margin:0 0 0 30px;
		color:#F1D704;
		font-size:15px;
	}
	#content_inner ul li
	{
		padding:0 0 12px 0;
	}

#navigation
{
	float:left;
	margin-left:0px;
	width:960px;
	height:100px;
	position:fixed;
	top:0px;
	z-index:999;
	background:url("../design/images/header-wrap.jpg") top left repeat-x;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		clear:both;
	}
	
	#navigation ul
	{
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	#navigation li a.current
	{
		color:#76b31e;
		font-weight:bold;
		background:#0f2236;
	}

	/*1. Ebene */
	#navigation ul li a
	{
	padding:52px 15px 16px 15px;
	display:block;
	text-decoration:none;
	color:#010523;
	}
	
	/*aktiver Menüpunkt*/
	#navigation ul li.current a
	{
	color:#fff;
	font-weight:normal;
	background:#0f2236;
	}
	
	#navigation ul li a:hover
	{
		color:#fff;
		background:#0157A4;
	}
	
	/*2. Ebene */
	#navigation ul ul li a
	{
		padding:5px 0px 5px 10px;
		color:#515050;
		background:#253C5C;
		border:none;
	}
	
	#navigation ul ul li a:hover
	{
		color:#76b31e;
		background:#ababab;
	}
	
	#navigation ul ul li.current a
	{
	color: #fff;
	font-weight: normal;
	}

	/*3. Ebene Menü */
	#navigation ul ul ul li a
	{
		font-size:12px;
		padding:5px 0px 5px 10px;
		color:#515050;
	}
	
	#navigation ul ul ul li a:hover
	{
		color:#76b31e;
	}
	
	#navigation ul ul ul li.current a
	{
		color:#76b31e;
		font-weight:bold;
	}

#breadcrumbs
{
	margin-top:5px;
	}

#breadcrumbs p
{
	font-size:10px;
	color:#d0cfcf;
	padding:0 0 0 14px;
	}

#breadcrumbs a
{
	font-size:10px;
	color:#d0cfcf;
	text-decoration:none;
}	

#footer_wrap
{
	background:url("../design/images/footer-wrap.png") top left repeat-x;
	width:100%;
	margin: 0 auto;
	height:191px;
}

#footer
{
	min-width:960px;
	margin: 0 auto;
	height:191px;
}

#footer_inner
{
	clear:both;
	background:url("../design/images/footer-bg.png") top left no-repeat;
	width:960px;
	height:191px;
	margin:0px auto;
	
}
	#footer_inner a
	{
		text-decoration:none;
		font-weight:normal;
		color:#fff;
	}
	
	#footer_inner a:hover
	{
	color:#ccc;
	text-decoration:underline;
	}
	
	#footer_inner div
	{
		font-family: Arial, Helvetica, sans-serif;
		padding-top:10px;
		font-size:14px;
		color:#fff;
		text-align:left;
		line-height:24px;
	}
	
	#footer_inner ul.icons
	{
		width:300px;
		height:70px;
		list-style:none;
		padding:80px 0 0 50px;
		
	}
	#footer_inner ul.icons li
	{
		float:left;
		width:47px;
		height:70px;
		padding-right:40px;
	}
	#footer_inner ul.icons li.home a
	{
		background:url("../design/images/home-icon.png") top left no-repeat;
		width:47px;
		height:70px;
	}
	#footer_inner ul.icons li.contact a
	{
		background:url("../design/images/contact-icon.png") top left no-repeat;
		width:47px;
		height:70px;
	}
	#footer_inner ul.icons li.imprint a
	{
		background:url("../design/images/imprint-icon.png") top left no-repeat;
		width:47px;
		height:70px;
	}
	
	#footer_inner ul.icons li a
	{
		display:block;
		width:47px;
		height:70px;
	}
	#footer_inner ul.icons li a:hover
	{
		display:block;
		width:47px;
		height:70px;
		background-position:left bottom;
	}
	
	#footer_inner div.footer_bottom
	{
		margin:0px 0 0 25px;
		font-size:12px;
	}

/*Loginbox */
#login
{
	border:1px solid #d1d1d1;
	padding:7px;
	width:180px;
	margin:47px 25px 0 0;
}
	
#login_box
{
	font-size:12px;
	color:#333;
}

#login_box input
{
	font-size:12px;
	color:#333;
	border:1px solid #d1d1d1;
}

/*Infobox */
#infobox
{
	border:1px solid #d1d1d1;
	padding:7px;
	width:180px;
	margin:15px 25px 0 0;
	float:right;
	clear:right;
	}
	
	#infobox h1
	{
	color:#515050;
	font-size:12px;
	font-weight:bold;
	}
	
	#infobox a
	{
	color:#f89a03;
	text-decoration:none;
	}
	
	#infobox a:hover
	{
	color:#515050;
	text-decoration:underline;
	}
	
/* Login-Formular */
table.login_form
{
	width: 500px;
	float:center;
}
table.login_form td
{
	padding:5px 0 5px 0;
	vertical-align:top;	
}

/* Kontakt-Formular */
table.kontaktformular
{
	width:98%;
	color:#333;
}
table.kontaktformular td
{
	padding:5px 0 5px 0;
	color:#F1D704;	
	text-align:left;
}

/* Gästebuch */
table.gbook_form
{
	width:450px;
}
table.gbook_form td
{
	padding:5px 0 5px 0;
	vertical-align:top;
	color:#fff;	
}

/* Slimbox-Galerie */
table.slimbox td
{
	padding:0 8px 24px 0;
	text-align:left;	
}
table.slimbox a img
{
	border:1px solid #888;	
	padding:3px;
	margin:0px;	
}
table.slimbox a:hover img
{
	border:1px solid #f89a03;	
	padding:3px;
	margin:0px;	
}

/* Hoverbox-Galerie */
.hoverbox .preview
{
	border-color:#555;
	width:200px;
	height:150px;
}