 html, body {
   background-color:rgb(220, 220, 220);
   margin:0px;
   padding:0px;
   font-family: "Trebuchet MS",sans-serif;
   font-style: normal;

}

#header {
   position:absolute;
   background-color:rgb(220, 220, 220);
   width:100%;
   top: 0px;
   height:80px;
   padding:0px;
   margin:0px;
   z-index:0;
}

#buttons{
   position:absolute;
   top: 40px;
   left: 50%;
   margin-left:-382px;
   margin-top:0px;
   margin-bottom:-10px;
   z-index:5;
}

#navigation {
   position:absolute;
   background-color:white;
   top:80px;
   left:0px;
   width:80px;
   margin:0px;
   padding:0px;
   z-index:2;
}

#content {
   margin-top:80px;
   margin-left:80px;
   margin-right:80px;
   color: rgb(0, 0, 0);
   z-index:2;
}

#content2 {
   top:830px;
   position:absolute;
   left:50%;
   width:1100px;
   margin-left:-550px;
   z-index:1;
   background-image:url(../images/10px.png);
	 background-repeat: repeat-y;
}
#content3 {
   top:830px;
   position:absolute;
   left:50%;
   width:1100px;
   margin-left:-550px;
   z-index:1;
   background-image:url(../images/10px.png);
	 background-repeat: repeat-y;
}

#game{
   position:absolute;
   top:215px;
   left: 50%;
}

a:link {
   color: rgb(0, 0, 0);
   text-decoration: none
}

a:visited {
   color: rgb(0, 0, 0);
   text-decoration: none
}

th {
   font-weight:bold;
}

td, th {
   text-align:left;
   font-style:normal; 
   font-size:14px;
   line-height:1.1em;
   color: rgb(0, 0, 0);
}

.inputboxSearch {
   border:0px;
   background:url('../images/Sucheingabe.png') no-repeat; 
   top:458px;
   z-index:3;
   left: 50%;
   margin-left:-187px;
   font-size:20px;
   vertical-align: middle;
   width:374px;
   height:63px;
   position:absolute;

}

img{
   border:0px;
}

#box{
   top: 180px;
   z-index:1;
   left: 50%;
   margin-left:-300px;
   width:600px;
   position:absolute;
}

#boxinhalt{
   top: 220px;
   z-index:2;
   left: 50%;
   margin-left:-240px;
   width:480px;
   position:absolute;
   height:380px;
   overflow: auto;
}

#KatAben, #KatActi, #KatDenk, #KatGesc, #KatMult, #KatSpor {
   width:810px;
   left:50%;
   margin-left:-435px;
   position:absolute;
   height:120px;
}
