
html {
 height:100%;
 margin:0%;
 padding:0%;
}
body {
 height:100%;
 margin:0%;
 padding:0%;
 background-color: #959595;
}

.navigation {
 left:0;
 top:0;
 position:fixed;
 margin:0% 0%;
 padding:0px 0px 0px 0px;
 width:100%;
 height:117px;
 background-color: #959595;
 overflow:hidden;
 border:0px;
 z-index:4;
}

.content {
 position: absolute;
 top:117px;
 left:0px;
 margin:0% 0% 0%;
 padding:0px 0px 0px 0px;
 width:100%;

 border:0px;
 z-index:3;
}

.bild {
 position: absolute;
 top:0px;
 right:10px;
 margin:0% 0% 0%;
 padding:0px 0px 0px 0px;
 float:right;
 border:15px;
 z-index:3;
}

a.navi1 {
 font-family: Arial, sans-serif;
 font-size: 13px;
 color: #FFFFFF;
 text-decoration:underline;
}

a.navi2 {
 font-family: Arial, sans-serif;
 font-size: 13px;
 color: #FFFFFF;
}

.text {
 font-family: Arial, sans-serif;
 font-size: 13px;
 color: #FFFFFF;
}

.text2 {
 font-family: Arial, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
}

h1 {
 font-family: Arial, sans-serif;
 font-size: 20px;
 color: #123456;
 font-weight: normal;
}

h2 {
 font-family: Arial, sans-serif;
 font-size: 16px;
 color: #654321;
 font-weight: bold;
}

a.navi2:link { text-decoration:none; font-weight:regular; color:#FFFFFF}
a.navi2:visited { text-decoration:none; font-weight:regular; color:#FFFFFF}
a.navi2:hover { text-decoration:none; font-weight:regular; color:#B5B5B5}

.Form {
margin: 1 px;
background-color: #C7C7C7;
border-style: none;
border-with: 0 px;
}
.Form2 {
margin: 1 px;
background-color: #C7C7C7;
border-style: none;
border-with: 0 px;
display: none;
}
.Button { background-color:none; }

.tabelle{
border-collapse:collapse;
border: solid #B5B5B5;
}
.zelle{
padding:3px;
border:thin solid #B5B5B5;
}
.zelle2{
padding:0px;
border:thin solid #B5B5B5;
}
.zelle3{
padding:1px;
border:thin solid #B5B5B5;
}