html
	{
	height: 100%;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: black;
	scrollbar-face-color: black;
	overflow: hidden;
	}

body
	{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: white;
	background-color: black;
	overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
a:link { color: white; }
a:visited { color: white; }
a:hover, a:active {color: white;}

#container 
	{
	position: relative;
	min-height: 100%;
	height: 100%;
	text-align: left;
	background-image: url(bilder/navi/oben.jpg);
	background-repeat: no-repeat;
	width: 520px;
	background-position: left top;
	clear: left;
	background-color: #000000;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: black;*/
	}
	
html>body #container {
	height: auto;
	color: #FFFFFF;
 }
	
#menubox
	{
	float: left;
	width: 358px;
	height: 400px;
	border: 1px solid #FFF;
	font-size: 1.2em;
	padding: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0C0C0C;
	top: 100px;
	overflow: auto;
	}
	
#menubox ul
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	color: 88745b;
	}

#menubox a
	{
	text-decoration: none;
	color: #88745b;
	}
	
#menubox a:hover {
	color: #FFFFFF;
    }
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0px;
	color: #A07728;
}
hr {
	height: 1px;
	color: #FFFFFF;
	border: solid;
	width: 100%;
	margin-bottom: 15px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #77654D;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#oben {
	width: 100%;
	top: 100px;
	height: 100px;
}

#inhalt {
	padding: 10px;
	border: 1px solid #FFF;
	width: 100px;
	height: 400px;
	float: right;
	overflow:hidden;
	text-decoration: none;
	background-color: #0C0C0C;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A07728;
	margin-bottom: 0px;
}
.guestbook {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px dashed #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.guestbook_eingabe {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
}
.guestbook_schrift {
	line-height: 17px;
}
.guestbook_senden {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.linie {
	margin-top: auto;
	margin-bottom: 18px;
}
hr {
	background-image: url(images/schere2.jpg);
	background-repeat: no-repeat;
}
#unten {
	height: 60px;
	width: 520px;
	float: left;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 8px;
}
