html {
margin: 0px;
padding: 0px;
}

body {
background-color: #eeeeee;
margin: 0px;
padding: 0px;
}

#kopf {
padding:0px;
margin:0px;
background-image: url(sonstiges/titelbanner2.jpg);
background-repeat:no-repeat;
height:111px;
}

#fblike {
position:relative;
right:-410px;
bottom:-45px;
height:60px;
width:400px;
}


#box {
background-color: #ffffff;
width:1000px;
margin: 10px auto;
padding:0px;
border-style: solid;
border-width: 1px;
border-color: black;
}

#links {
width:140px;
height: 450px;
padding:0px;
margin:0px;
float:left;
background-color:#c0c0c0;
border-right-style: solid;
border-right-width: 1px;
border-right-color: black;

}

#inhalt {
padding: 0px;
width:695px;
margin:0px;
float:left;
overflow-x:hidden;
}

#rechts {
width:160px;
padding:0px;
margin:0px;
float:left;
border-left-style: solid;
border-left-width: 1px;
border-left-color: black;
}

#footer {
background-color: #3333cc;
font: bold 13px monospace;
color: #ffffff;
text-align: right;
padding: 3px;
font: bold 10px;
}

#navlist
{
padding: 1px;
margin-left: 0;
margin-bottom: 4px;
font: bold 14px monospace;
background: #c0c0c0;
color: #006;
border-bottom: 1px #000000 solid;
}

#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #004080 dotted;
text-align: left;

}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.5em;
text-decoration: none;
text-size: 30px;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
color: #000080;
background: white;
}

#forumnews {
width:130px;
height: 100px;
padding:0px;
margin:0px;

background-color:#c0c0c0;
border-right-style: solid;
border-right-width: 1px;
border-right-color: black;

}

div.tabArea {
  font-size: 10px;
  font-weight: bold;
  padding: 1px;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 0px 1px 0px 1px;
  margin: 0px;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}