h1{
    font-family: Times;
    font-size: xx-large;
    font-weight: bold;
    text-shadow: 8px 8px 8px #bbbbbb;
    text-decoration: underline;
}

h2{
    font-family: Times;
    font-size: large;
    font-weight: bold;
    text-shadow: 4px 4px 4px #bbbbbb;
    text-decoration: underline; 
}

a{
    font-family: Times;
    font-size: medium;
    text-decoration: none;
    color: #000000;   
}
a:visited{
    font-family: Times;
    font-size: medium;
    text-decoration: none;
    color: #000000;
}

#structure{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
 
#head{
    border-top: none;
    padding: -1px;
    background: #a59c8e;
}

#content{
    border: #a59c8e 2px solid;
    vertical-align: top;
    padding: 20px;
    box-shadow: 0px 0px 10px #000000 inset;
    height: 100%;
    width: 85%;
}

.content[visible="true"]{
    visibility: visible;
    height: 100%;
    width: 85%;
}

.content[visible="false"]{
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

#navigation{
    background: #a59c8e;
    border: #a59c8e 2px solid;
    vertical-align: top;
}

#playerdiv{
    width: 400px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.holding{
  width: 1200px;
  margin-left:auto;
  margin-right: auto;
  background: #F0F8FF;
  border-width: 5px;
  border-style: solid;
  border-color: #2d3a59;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 80px #1C1F22;
}

.menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
width:auto;
}

ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
} 

.btn {
  width: auto;
  border: 0;
  background: #a59c8e;
  font-family: Arial;
  text-shadow: 2px 2px 8px #000000;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 1px;
}

.btn:hover {
  width: auto;
  border: 0;
  background: #a59c8e;
	filter: brightness(120%);
  text-decoration: none;
  margin: 1px;
}

ul[selected] .btn {
  width: auto;
  border: 0;
  background: #a59c8e;
	filter: brightness(120%);
  font-family: Arial;
  text-shadow: 2px 2px 8px #000000;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 1px;
}

.ubtn{
    visibility: hidden;
}

ul[selected] .ubtn {
  right:0px;
  visibility: visible;
  width: 65%;
  border: 0;
  background: #a59c8e;
  font-family: Arial;
  text-shadow: 2px 2px 8px #000000;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 1px;
  margin-left: 10%;
}

ul[selected] ul[selected] .ubtn {
right:0px;
  width: 65%;
  border: 0;
  background: #a59c8e;
  font-family: Arial;
  text-shadow: 2px 2px 8px #000000;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 1px;
  margin-left: 10%;
}
ul[selected] .ubtn:hover {
right:0px;
  width: 65%;
  border: 0;
  background: #58f6d9c;
	filter: brightness(120%);
  text-decoration: none;
  margin: 1px;
  margin-left: 10%;
}

#line{
    height:1px;
    color: #808080;
}

#zeit{
    font-weight: lighter;
    font-style: italic;
    font-size: small;
    margin: 2px;    
}

.hauptseite-tabelle{
	width: 100%;
	border: none;
}

.hauptseite-tabelle td{
	width: 50%;
	border: none;
}

.hauptseite-tabelle tr{
	border: none;
}