/*
gold #926e18;
silber #868889;
beige #ede3cc;

*/

* {	
	margin:0;
	padding:0;
}
HTML, BODY{
	height:100%;
}
BODY{
	background-color : #ede3cc;
	border: 0px;
	text-align:center;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-360px; /* half of container's height */
	float:left;
}
#site {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:1000px;
	background-color: #ede3cc;
	clear:left;
}
#page {
}
#page_box {
}
#header {
	height:100px;
	padding:20px;
	background-color: #868889;

}
#header_box {
}
#header_logo {
	float:left;
	width:200px;
	height:100px;
}
#header_text {
	text-align:center;
	padding-top:10px;
	color:#fff!important;
}
#main {
	margin: 6px 0 6px 0;
}
#menu {
	float:left;
	background-color: #fff;
	border-right: solid 6px #ede3cc;
}
#menu_box {
	margin: 120px 0 0 20px;
	width:180px;
	min-height:320px;
}
#content {
	background-color: #fff;
}
#content_box {
	padding: 10px;
	min-height:420px;
}
#footer {
	height:100px;
	padding:20px;
	background-color: #868889;
}
#footer_box {
	margin-left:186px;
	text-align:center;
}



IMG {
	border: 0px;
}
BODY, DIV, TABLE, TD, H1, H2, H3, H4, a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #926e18;
}
H1 {
	font-size: 18px;
	letter-spacing:1px;
	font-style: normal;
	font-weight: normal;
	margin: 4px 0 4px 0;
}
#content h1 {
	margin: 20px 0 10px 0;
}
H2 {
	font-size:16px;
	font-style: normal;
	font-weight: normal;
}
#content h2 {
	margin: 20px 0 10px 0;
}
H3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
p {
	font-size: 14px;
	line-height: 16px;
	padding-bottom:4px;
}
#content p {
	padding-bottom:10px;
	line-height: 18px;
}
ul {
	list-style: none;
}
li {
	display: block;
	padding-bottom: 10px;
}
li a {
	text-decoration:none;
}
a:hover, .checked {
	color: #868889;
}
.slogan {
	font-size:20px;
	font-style:italic;
	padding-bottom:16px;
}
.slogan2 {
	font-size:16px;
	line-height:20px;
}
.titel {
	font-size:20px;
	line-height:30px;
}
.center {
	text-align:center;
}
.down {
	padding-top:100px;
}
.home_img {
	margin-top: 50px;
}

