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

body.main
{
	margin:0px;
	padding:0px;
	background:#EEEEEE;
}

div
{
	text-align:left;
}

h1 
{
	font-size:16pt; 
	font-weight:bold;
	line-height:120%;
	text-align:left; 
	color:#EE5E2C;
	margin-top:0px;
	margin-bottom:20px;
}

h2 
{
	font-size:10pt; 
	font-weight:bold; 
	text-align:left; 
	margin-top:10px;
	margin-bottom:5px;
}

h3 
{
	font-size:10pt; 
	font-weight:bold; 
}

h4 
{
	font-size:10pt; 
	font-weight:bold; 
}

h5 
{
	font-size:10pt; 
	font-weight:bold; 
}

h6 /* = Kleiner Text */
{
	font-size:8pt; 
	font-weight:normal; 
	margin: 0px;
	padding: 0px;
}

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

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

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:9pt; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;;
}

form 
{
	display: inline;
}

/* Divs einstellen */
#header
{
	position:fixed;
	z-index:300;
	width:100%;
	height:35px;
	background:#EE5E2C url('images/header.jpg') top left repeat-x;
	box-shadow: 2px 2px 4px #999; 
	-moz-box-shadow: 2px 2px 4px #999; 
	-webkit-box-shadow: 2px 2px 4px #999;
}
	#header div.inner
	{
		width:1090px;
		margin:0px auto;
		padding-top:8px;
		text-align:right;
		color:white;
		font-size:10pt;
	}
	#header a
	{
		color:white;
		font-weight:bold;
		text-decoration:none;
	}

#top, #navigation, #middle, #middle2
{
	box-shadow: 2px 2px 4px #DDD; 
	-moz-box-shadow: 2px 2px 4px #DDD; 
	-webkit-box-shadow: 2px 2px 4px #DDD;
}

#top 
{
	position:relative;
	background:#FFFFFF;
	width:1100px;
	height:165px;
	margin:0px auto;
}
	

#navigation
{
	background:#FFFFFF;
	width:1100px;
	height:35px;
	margin:10px auto 0px auto;
}

#middle
{
	width:1100px;
	margin:10px auto 0px auto;
	background:#FFFFFF;
}

#middle2
{
	width:1100px;
	margin:5px auto 0px auto;
	background:#FFFFFF;
}

#image
{
	margin:0px auto;
	padding:15px 0px 0px 0px;
	width:1070px;
}

#breadcrumbs
{
	padding:10px 15px 15px 15px;
	color:#666666;
	font-family:Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

	#breadcrumbs a
	{
		text-decoration:none;
		font-weight:bold;
	}

#content
{
	padding:15px;
}

	#content p
	{
		line-height: 20px;
	}
#bottom
{
	width:100%;
	margin-top:15px;
}
	#bottom div.inner
	{
		width:1070px;
		margin:0px auto;
		text-align:right;
		color:#AAA;
		font-size:8pt;
	}
	#bottom a
	{
		text-decoration:none;
		font-weight:normal;
		color:#AAA;
	}


/* Login-Formular */
table.login_form
{
	width: 500px;
	float:center;
	margin:20px;
}
table.login_form td
{
	padding:5px;
	vertical-align:middle;	
}

/* Kontakt-Formular */
table.kontaktformular
{
	width:500px;
	float:center;
	margin:20px;
}
table.kontaktformular td
{
	padding:5px;
	vertical-align:middle;	
}

/* Gästebuch */
table.gbook_form
{
	width: 500px;
	float:center;
	margin:20px;
}
table.gbook_form td
{
	padding:5px;
	vertical-align:middle;	
}

/* Slimbox-/Fancybox-Galerie */
.gallery_box img
{
	border:1px solid #666666;
	padding:4px 4px 4px 4px;
	margin:15px;
	box-shadow: 2px 2px 2px #BBB;
	-moz-box-shadow: 2px 2px 2px #BBB;
	-webkit-box-shadow: 2px 2px 2px #BBB;
}