/* Der Hintergrund muss mit der Ebene übereinstimmen, auf der der Text angezeigt wird. */
body
{
	background: #f3ca2d;
}

/* Default-Werte setzen */
body, p, div, td
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:12px;
	line-height:18px;  
	color:#333; 
	font-weight: normal;
}

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


div
{
	text-align:left;
}

h1 /* = Ueberschrift1 */
{
	font-size:18px;
	text-align:left; 
	color:#fff;
	font-weight:bold;
	font-style:italic;
}

h2 /* = Ueberschrift2 */
{
	font-size:14px;
	text-align:left; 
	color:#fff;
	font-weight:bold;
}

h3 /* = vorformatierter Text */
{
	margin:0px;
	font-size:12px;
	text-align:left; 
	color:#000;
	font-style:italic;
	font-weight:normal;
}

h4 /* = vorformatierter Text */
{
	margin:0px;
	font-size:16px;
	text-align:left; 
	color:#5850a7;
	font-weight:normal;
	
}

h5 /* = vorformatierter Text */
{
	margin:0px;
	font-size:14px;
	text-align:left; 
	color:#555;
	text-transform:capitalize;
	font-weight:normal;
}

h6 /* = Kleiner Text */
{
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

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

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

ul
{
	margin-top:0px;
	}

a
{
	color:#333;
	text-decoration:underline;
}

a:hover
{
	color:#fff;
	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, textarea 
{
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
    border: 1px solid #fff;
    margin: 3px;
}

	input:hover, textarea:hover {

	border: 1px solid #fff;
	}

form 
{
	display: inline;
}

/* Suchfunktion */
#suche
{
	margin:0 25px 0 0;
	float:right;
	
}

.form-text
{
	background:#fff url("../design/images/search.png") center left no-repeat;
	font-size:10px;
	color:#d1d1d1;
	width:165px;
	border:0;
	padding:4px 4px 4px 20px;
}


/* 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:125px;
	margin:0px auto;
}

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

#navigation
{
	float:left;
	padding-top:240px;
	padding-left:55px;
	width:140px;
}

	#navigation a
	{
		width:auto;
		display:block;
		text-decoration:none;
		clear:both;
	}
	
	#navigation ul
	{
		list-style:none;
		padding:0px;
		margin:0px;
		float:left;
		width:100%;
	}
	
	/*1. Ebene Menü */
	#navigation ul li a
	{	
		padding:8px 0px;
		display:block;
		text-decoration:none;
		color:#333;
		text-align:right;
	}
	/*aktiver Menüpunkt*/
	#navigation ul li.current a
	{	
		color:#fff;
		font-weight:bold;
		font-size:14px;
		font-style:italic;
	}
	
	#navigation ul li a:hover
	{
		color:#fff;	
	}
	/*aktiver Menüpunkt*/
	#navigation ul li.current a
	{
		color:#fff;
		font-weight:bold;
		font-size:14px;
		font-style:italic;
	}

	/*2. Ebene Menü */
	#navigation ul ul li a
	{	
		font-size:12px;
		padding:8px 0px;
		color:#333;
	}
	
	#navigation ul ul li a:hover
	{
		color:#fff;	
	}
	/*aktiver Menüpunkt*/
	#navigation ul ul li.current a
	{
		color:#fff;
		font-weight:bold;
		font-size:14px;
		font-style:italic;
	}

#content
{
	float:none;
	padding-top:3px;
	margin-left:252px;
	width:620px;
}

#breadcrumbs
{
	margin-bottom:20px;
	}

#breadcrumbs p
{
	font-size:11px;
	color:#fed47c;
	font-style:italic;
	}

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


#bottom
{
	background:url("../design/images/bottom.png") top left no-repeat;
	clear:both;
	width:960px;
	height:118px;
	margin:0px auto;
}

	#bottom p
	{	
		padding-top:80px;
		font-size:11px;
		color:#a5a5a5;
		text-align:center;
	}
	
	#bottom a
	{
		color:#a5a5a5;
		text-decoration:none;
	}
	
	#bottom a:hover
	{
		color:#a5a5a5;
		text-decoration:underline;
	}

/*Infobox */
#infobox
{
	float:right;
	background:transparent;
	margin-right:20px;
	margin-top:85px;
	width:190px;
	}
	
	#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:#333;	
	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 #888;	
	padding:3px;
	margin:0px;	
}


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