#Body {
 height:100%;
 width:100%;
 background-image:url(Images/BackGround.png);
 background-attachment:fixed;
}
#Menu {
 -moz-user-select: none;
 Position:fixed;
 top:0px;
 left:0px;
 bottom:0px;
 width:200px;
 height:100%;
 background-image:url(Images/Menu.png);
 background-repeat:repeat-y;
}
#MenuHeadline {
padding-top: 15px;
padding-bottom: 10px;
font-family: Verdana;
font-size: 18px; 
}
#MenuPunkt a {
 display:block;
 Background-image:url(Images/ButtonA-Normal.png);
 background-repeat: no-repeat;
 width:150px;
 height:25px;
 font-family: Verdana;
 padding-top: 4px;
 margin-top:5px;
 font-size: 14px;
 color: #000000;
 text-decoration: none;
}
#MenuPunkt a:hover {
 display:block;
 Background-image:url(Images/ButtonA-Over.png);
 background-repeat: no-repeat;
 width:150px;
 height:25px;
 font-family: Verdana;
 padding-top: 4px;
 margin-top:5px;
 font-size: 14px;
 color: #000000;
 text-decoration: none;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px rgba(255, 255, 255, 0.5) inset;
}
#MenuPunkt a:focus {
 display:block;
 Background-image:url(Images/ButtonA-Active.png);
 background-repeat: no-repeat;
 width:150px;
 height:25px;
 font-family: Verdana;
 padding-top: 4px;
 margin-top:5px;
 font-size: 14px;
 color: #000000;
 text-decoration: none;
 box-shadow: 0 1px 2px #4496E7, 0 0 10px #FFFFFF inset;
}
#MenuPunkt a:active {
 display:block;
 Background-image:url(Images/ButtonA-Pressed.png);
 background-repeat: no-repeat;
 width:150px;
 height:25px;
 font-family: Verdana;
 padding-top: 4px;
 margin-top:5px;
 font-size: 14px;
 color: #000000;
 text-decoration: none;
 box-shadow: none;
}
#MenuUnterPunkt a {
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
 text-decoration: none;
 line-height:20px;
}
#MenuUnterPunkt a:hover {
font-family: Verdana;
 font-size: 14px;
 color: #0000FF;
 text-decoration: none;
}
#Header {
 -moz-user-select: none;
Position:fixed;
background-image:url(Images/Header.png);
background-repeat:repeat-X;
height:65px;
left:200px;
top:0px;
right:0px;
font-family: Verdana;
font-size: 35px;
padding-left:10px;
}
#Main {
Position:absolute;
left:200px;
top:75px;
right:0px;
padding-left:10px;
font-family: Verdana;
font-size: 14px;
text-decoration: none;
}
#Footer {
 -moz-user-select: none;
Position:fixed;
background-image:url(Images/Footer.png);
background-repeat:repeat-X;
height:15px;
left:200px;
bottom:0px;
right:0px;
padding-top:5px;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
padding-left:10px;
}

#Counter {
 Position:absolute;
 width:100px;
 height:78px;
 left:50%;
 margin-left:-50px;
 bottom: 10px;
}

#Tabelle {
width: 600px;
font-size: 12px;
text-align:left;
}
a:link {
    text-decoration: none;
}
a:focus {
         outline:none;
      }
	  