html, body {
	height: 100%;
	background: #000;
	display: block; }
* {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0 transparent; }
body.index {
	background: #000 url(../Design/hintergrund.jpg) no-repeat fixed center 130px;
	}

#header {
	background-image: url(../Design/mo.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 60px;
	z-index: 1; }
#banner {
	line-height: 50px;
	text-align: right;
	vertical-align: middle;
	height: 50px;
	margin-bottom: 12px; }	
#page {
	background-image: url(../Design/ml.jpg);
	background-repeat: repeat-y;
	background-position: left 50%;
	z-index: 0;
	display: block; }
#content {
	background-image: url(../Design/mr.jpg);
	background-repeat: repeat-y;
	background-position: right 50%;
	z-index: 0;
	min-height: 600px;
	padding-right: 62px;
	padding-top: 60px;
	padding-bottom: 58px; }
#footer {
	background-image: url(../Design/mu.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 58px;
	z-index: 1; }
p {
	font-size: 12px; }
.center {
	text-align: center; }

h1 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 12px; }
h2 {
	font-size: 16px;
	text-align: center; }
td { }
a:link, a:visited {
	color: #e6ff00; } 
.iframe {
	width: 83%;
	height: 100%;
	min-height: 550px;
	margin-left: 200px;
	display: block; }
a:hover {}
ul#nav {
	width: 100px;
	float: left;
	margin: 80px 40px 100% 71px;
	list-style-type: none;
	list-style-image: none; }
li a:link, li a:visited {
	color: #fff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	background-image: url(../Design/rollover.jpg);
	background-position: 0 50%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 20px;
	display: block; }
li a:hover {
	color: #000;
	background-position: 100px 50%; }
li {
	font-size: 12px; }
li.last a:link, li.last a:visited {
	color: #878787;
	font-size: 10px;
	font-style: normal;
	background-image: none; }
li.last a:hover {
	color: #fff;
	background-image: none; }


input {
	color: #fff;
	background-color: #000;
	border: solid 1px; }
textarea {
	color: #fff;
	background-color: #000;
	border: solid 1px; }	


/* Gästebuch */
table.gaestebuch {
	font-size: 12px;
	margin: 0 auto;
       width: 70%;
         
 }
td.entry, td.writer {
	font-size: 12px;
	background-color: #3f3f3f;
	padding: 5px; }
td.writer {
	font-size: 12px;
	font-weight: bold; }
td.trenner {
	line-height: 20px;
	background-color: transparent;
	height: 20px; }
.small {
	font-size: 60%;
	font-weight: lighter; } 
textarea#eintrag {
border: 1px #fff solid;
color: #fff
}
input {
border: 1px #fff solid;
color: #fff
}