html {overflow-y: scroll} /* always show vertical scrollbar (for Moz) */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, span, table, td, form, img, li, a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background-image:  url("image/bg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #D5C7AA;
	}
img {
	border: 0px;}
strong {
	font-weight: bold;}
p {	
	margin: 5px 0px 10px 0px;
	padding: 0px;}
#box {
	width: 800px;
	margin: 0px auto 40px auto;
	background-color: #FFFFFF;
	background-image:  url("image/bg_left.jpg");
	background-repeat: repeat-y;
	border-right: 10px solid #EFE6D1;
	border-left: 10px solid #EFE6D1;
	border-bottom: 10px solid #EFE6D1;
		}
		
		/*MENÜ ANFANG*/
#menu {
	float: left;
	margin: -20px 0px 0px 0px;
	}
#menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 160px; 
	float: left; 
	}
#menu ul.schmal {
	width: 90px;
	}
#menu h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.05em;
	}
#menu a { 
	font-size: 11px; 
  	display: block; 
 	margin: 0; 
	padding: 3px 10px; 
	color: #FFFFFF; 
	text-decoration: none; 
	}
#menu a:hover {
	background-image:url(image/transparent.gif)
}
#menu a.zwei {
	color: #000000;
	background-color: #EEEEEE; 
	border-bottom: 1px solid #DDDDDD; 
 }
#menu a.zwei:hover { 
	color: #FFFFFF; 
	background-color: #FF9900; 
}
 
#menu li {	position: relative;}
#menu ul ul { position: absolute; z-index: 500; }
#menu ul ul ul { position: absolute; top: 0; left: 100%; }
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
  {display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;}
	 /*MENÜ ENDE*/
 
.spalte_links {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 11px 30px 0px 10px;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	display: inline;
	text-align: right;
		}
#height {min-height: 400px;}
* html #height {height: 400px;}
.spalte_rechts {
	float:right;
	width: 480px;
	margin: 0px;
	padding: 40px 40px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	display: inline; /* FÜR IE !!!*/
	}
.spalte_rechts_unten {
	float:right;
	width: 480px;
	margin: 0px;
	padding: 0px 40px 20px 0px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	display: inline; /* FÜR IE !!!*/
	}
.clear {
	clear: both;
	}
.spacer {margin: 10px 0px;}
.footer {
	clear: both;
	width: 780px;
	padding: 8px 10px;
	font-size: 10px;
	text-align: right;
	background-image:  url("image/bg_footer.jpg");
	background-repeat: repeat-y;
		}
a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.spalte_links a {
	font-weight: bold;}
.spalte_links a:hover, .footer a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 17px;
	margin-bottom: 10px;
	line-height: normal;
	}
h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	line-height: normal;}
h3 {
	font-size: 14px;
	margin: 30px 0px 10px 0px;
	line-height: normal;}	

.youarehere {
	font-weight: bold;
	color: #000000;
		}
.small {font-size: 11px;}
hr{
	color: #EFE3BE;
	background-color: #EFE3BE;
	border: none;
	height: 1px;
	margin: 15px 0px 20px 0px;
	clear: both;
	}
.liste ul {
	list-style-type: circle;
	margin: 0;
	padding: 5px 0px 10px 30px;
	}
.liste li {
	margin: 0;
	padding: 0px 0px 5px 0px;
}
form, .formular{
	border: 0px solid #DDDDDD;
	padding: 5px 9px 10px 5px;
	margin-bottom: 10px;
}
.formular {
	padding: 0px;
	margin-bottom: 150px;
}
form h2 {margin: 10px 0px 10px 4px;}
.checkbox {
	clear:right;
	}
.textform {
	width: 300px;
	margin-left: 4px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: text-top;
}
.submit {
	margin-left: 4px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.mail_fault {
	color: #CC0000;
	font-size: 11px;
	margin-left: 4px;
	font-weight: bold;
}

