html, body{
    margin: 0px;
    height: 100%;
    padding:0;
    font:11px/14px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
}
header, nav, section, footer {display: block;}
header{
    background-color: rgb(251, 242, 181);
    top:0px;
    margin-left: 0px;
    position: fixed !important;
    position:absolute;
    height:56px;
    width:100%;
}
.linksbuendig{
    text-align: left;
}
.rechtsbuendig{
    text-align: right;
}
nav {
    bottom:0px;
    height:20%;
    left:0px;
    position:absolute;
    width:100%;
}
#Content {
    margin-top: 6%;
    height:61%;
    position:relative;
    overflow:auto;
    width:100%;
}
footer{
    background: black;
    color: white;
    bottom: 0px;
    position: fixed !important;
    position:absolute;
    width:100%;
    height:10%;
}

h1,h2{
    background: rgb(255, 255, 255);
    color: rgb(203, 138, 48);
    border-radius: 10px;
    text-align: left;
    margin-left: 4px;
}
h2.navigation{
    background: #f1f1f1;  
    color: rgb(203, 138, 48);
    border-radius: 10px;
    text-align: left;
    margin-left: 16px;
}
h3.navigation{
    background: #f1f1f1;  
    color: rgb(203, 138, 48);
    border-radius: 10px;
    text-align: left;
    margin-left: 16px;
}
ul{
    margin-left: 4px;
}
a{
    padding: 0.2em;
}
p.warnung {
    color: red;
}
a:focus {
    background-color: red;
    color: black;
}
a:hover {
    background-color: blue;
    color: black;
}
a:activ {
    background-color: yellow;
    color: black;
}
a.kopf:hover {
    background: rgb(250, 229, 17);
    color: black;
}
a.fussbereich:link {
    color: white;
	font-size: 11px;
}
a.fussbereich:visited {
    color: white;
	font-size: 11px;
}

a:link.hauptmenu {
    color: rgb(144, 174, 238);
    font-size: larger;
}
a:visited.hauptmenu {
    color: rgb(144, 174, 238);
    font-size: larger;
}

*{
    transition:all;
}
img{
    margin-left: 0px;
}
img.bienenlogo{
    position: absolute;
    margin-left: 20px;
    height:48px;
	top:4px;
    z-index: 2;
}
img.screenshot{
    position: relative;
    transform: scale(1);
    margin-left: 4px;
    z-index: -1;
}
p{
    margin-left: 4px;
}

table{
    margin-left: 4px;
}

table.koeniginnen{
    background-color: silver;
}
td,th {
    text-align: left;
}

tr.dblist:nth-child(odd) {
    background-color: lightblue;
}

li:hover{
    padding: 1em;
    background-color: aliceblue;
    border-radius: 15px;
}

li{
    transition-duration: 1s;
}

input, textarea, select {
    vertical-align:middle;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}
.color0 {
    background-color: rgb(228, 188, 108);
}
.color1 {
    background-color: rgb(251, 242, 181);
}
.dropbtn {
    background-color: rgb(251, 242, 181);
    color: black;
    padding: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: rgb(203, 138, 48);
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: left;
    background-color: #f1f1f1;
    min-width: 20px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
      background-color: #ddd;
}
.show {
    display:block;
}
.sidebar {
    margin: 0;
    padding: 0px 0px;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 90%;
    overflow: auto;
} 
.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}   
.sidebar a.active {
    background-color: #04AA6D;
    color: white;
}  
.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
}  
div.inhalt {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}
a:link.suchergebnis1 {
    color: black;
    font-size: 11px;
    text-decoration: none;
}
a:visited.suchergebnis1 {
    color: black;
    font-size: 11px;
    text-decoration: none;
}
a:link.suchergebnis0 {
    color: white;
    font-size: 11px;
    text-decoration: none;
}
a:visited.suchergebnis0 {
    color: white;
    font-size: 11px;
    text-decoration: none;
}
td.suchergebnis1 {
    color: black;
    font-size: 11px;
    text-decoration: none;
}
td.suchergebnis0 {
    color: white;
    font-size: 11px;
    text-decoration: none;
}
.submit0 {
    background-color: rgb(228, 188, 108);
    border-color: rgb(228, 188, 108);
    border-style: none;
    border-width: 0px;
    color: white;
    font-size: 11px;
    text-decoration: none;
}
.submit1 {
    background-color: rgb(251, 242, 181);
    border-color: rgb(251, 242, 181);
    border-style: none;
    border-width: 0px;
    color: black;
    font-size: 11px;
    text-decoration: none;
}
.alert {
  padding: 20px;
  background-color: rgb(203, 138, 48);
  color: white;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}