body , html{
        font-family:Verdana,sans-serif;
        color:#f0e68c;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border:0;
	background:#000 url("../bilder/hintergrund.gif");
	background-size:100% 100%;
	background-repeat:no-repeat;
        overflow: hidden;
}

#content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden;
      border:0;
}

#oben {
	position: fixed;
 	top: 0;
	left: 0;
	width: 100%;
	height: 185px;
	z-index: 3;
	overflow: hidden;
	border:0px solid #D0B16D;
}

#unten {
	position: absolute;
 	top: 186px;
	left: 0;
	width: 100%;
	height: 75%;
	z-index: 2;
	overflow: auto;
	border:0px solid #D0B16D;
}

.Navibutton {
	-moz-box-shadow: 0px 0px 0px 2px #E10D0B;
	-webkit-box-shadow: 0px 0px 0px 2px #E10D0B;
	box-shadow: 0px 0px 0px 2px #E10D0B;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #490000), color-stop(1, #1A0000));
	background:-moz-linear-gradient(top, #490000 5%, #1A0000 100%);
	background:-webkit-linear-gradient(top, #490000 5%, #1A0000 100%);
	background:-o-linear-gradient(top, #490000 5%, #1A0000 100%);
	background:-ms-linear-gradient(top, #490000 5%, #1A0000 100%);
	background:linear-gradient(to bottom, #490000 5%, #1A0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#490000', endColorstr='#1A0000',GradientType=0);
	background-color:#490000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #FFC205;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	width:20px;
	padding:3px 0 3px 0;
        margin-top:2px;
	margin-left:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.Navibutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1A0000), color-stop(1, #490000));
	background:-moz-linear-gradient(top, #1A0000 5%, #490000 100%);
	background:-webkit-linear-gradient(top, #1A0000 5%, #490000 100%);
	background:-o-linear-gradient(top, #01A0000 5%, #490000 100%);
	background:-ms-linear-gradient(top, #1A0000 5%, #490000 100%);
	background:linear-gradient(to bottom, #1A0000 5%, #490000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A0000', endColorstr='#490000',GradientType=0);
	background-color:#1A0000;
}
.Navibutton:active {
	top:1px;
}



.divider {
    width:700px;
    text-align:center;
}

.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:40%;

}

.left {
   
    float:left;
}

.right {
   
    float:right;
}