/* 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, sans-serif;  
	font-size:12px;
	line-height:18px;  
	color:#444; 
	font-weight:normal;
}

body.main
{
	background:#fff url("../design/images/bg.png") top left repeat-x; 
	text-align:left;
	margin:0px;
}


div
{
	text-align:left;
}

h1 /* = Ueberschrift1 */
{
	font-family:'Century751', Georgia, Times, serif;  
	font-size:18px;
	text-align:left; 
	color:#071457;
	font-weight:bold;
	font-style:italic;
	margin:0 0 12px 0;
}

h2 /* = Ueberschrift2 */
{
	font-family:'Century751', Georgia, Times, serif;  
	font-size:13px;
	text-align:left; 
	color:#071457;
	font-weight:normal;
	margin:10px 0 5px 0;
}

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

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

h5 /* = vorformatierter Text */
{
	font-family:Arial, Helvetica, sans-serif;  
	margin:0px;
	font-size:12px;
	text-align:left; 
	color:#444;
	background:#ecebeb;
	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:#ecebeb; /* Mozilla */
	color:#ecebeb; /* IE*/
	border:#ecebeb; /* 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:#071457;
	text-decoration:none;
	font-style:italic;
}

a:hover
{
	color:#444;
	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 #ecebeb;
    margin:3px;
}

	input:hover, textarea:hover {

	border:1px solid #071457;
	}

/* Suchfunktion */

#suche
{
	margin:3px 0 2px 0;
	float:right;
}

.form-text
{
	background:#fff url("../design/images/search.png") center right no-repeat;
	font-size:10px;
	color:#b0b0b0;
	width:140px;
	border:1px solid #b0b0b0;
	padding:6px 20px 6px 6px;
}

/* Divs einstellen */
#page 
{
	background:url("../design/images/page.png") repeat-y;
	width:960px;
	margin:0px auto;
}

#top 
{
	background:url("../design/images/top.png") top left no-repeat;
	height:146px;
	margin:0px auto;
}

#top_nav
{
	float:right;
	padding:8px 30px 0 0;
	width:97px;
}

#fader
{
	width:890px;
	height:329px;
	padding:0 0 0 50px;
	margin:0px auto;
}

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

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

#middle
{
	background:url("../design/images/middle.png") top left no-repeat;
	width:100%;
	min-height:560px;
	margin:0px auto;
	overflow:hidden;
}

#navigation
{
	background:url("../design/images/nav.png") top left repeat-x;
	float:left;
	margin:0px auto;
	padding:12px 0 0 0;
	width:960px;
	height:38px;
	z-index:9;
	position:relative;

}

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

	
	#nav2
{
	float:left;
	margin:0px auto;
	padding:10px 0 0 65px;
	width:180px;
}

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

	/*1. Ebene */
	#nav2 ul li a
	{
		display:none;
	}
	
	/*2. Ebene */
	#nav2 ul ul li a
	{
		padding:8px 0;
		display:block;
		text-decoration:none;
		color:#071457;
		text-transform:uppercase;
		font-style:normal;
		font-size:13px;
	}
	
	#nav2 ul ul li a:hover
	{
		font-weight:bold;
	}
	
	#nav2 ul ul li.current a
	{
		font-weight:bold;
	}

	/*3. Ebene Menü */
	#nav2 ul ul ul li a
	{
		font-size:12px;
		padding:8px 0px 8px 20px;
		color:#071457;
		text-transform:none;
	}
	
	#nav2 ul ul ul li a:hover
	{
		font-weight:bold;
	}
	
	#nav2 ul ul ul li.current a
	{
		font-weight:bold;
	}

#breadcrumbs
{
	margin:8px 0 5px 290px;
	}

#breadcrumbs p
{
	font-size:10px;
	color:#a6a6a6;
	font-style:italic;
	}

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

#content_home
{
	background:#fff;
	float:none;
	padding:15px 30px 15px 30px;
	margin:0 35px 15px 35px;
	width:830px;
	overflow:hidden;
}

#content
{
	background:#fff;
	float:none;
	min-height:200px;
	padding:15px 30px 15px 30px;
	margin:0 0 15px 260px;
	width:605px;
	overflow:hidden;
}

#bottom
{
	background:#071457;
	clear:both;
	width:100%;
	height:100px;
	margin:0px;
}

#bottom div.inner
{
	width:960px;
	height:100px;
	margin:0px auto;
}

	#bottom div.inner a
	{
		text-decoration:none;
		font-weight:normal;
		color:#ecebeb;
		font-style:normal;
	}
	
	#bottom div.inner a:hover
	{
		color:#ecebeb;
		text-decoration:underline;
	}
	
	#bottom div.inner p.left
	{
		padding:25px 0 0 35px;
		float:left;
		width:300px;
		font-size:10px;
		color:#ecebeb;
		text-align:left;
		font-size:11px;
	}
	
	#bottom div.inner p.right
	{
		padding:25px 35px 0 0;
		float:right;
		width:500px;
		font-size:10px;
		color:#ecebeb;
		text-align:right;
		font-size:11px;
	}

/* 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:#444;
}
table.kontaktformular td
{
	padding:5px 0 5px 0;
	color:#444;	
	text-align:left;
}

/* Gästebuch */
table.gbook_form
{
	width:98%;
}
table.gbook_form td
{
	padding:5px 0 5px 0;
	vertical-align:top;	
}

/* Slimbox-Galerie */
table.slimbox td
{
	padding-bottom:8px;
	padding-right:8px;
	text-align:left;	
}
table.slimbox img
{
	border:1px solid #ecebeb;	
	padding:3px;
	margin:0px;	
}


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