* {
    margin: 0px;
    padding: 0px;
    border: none;
}

body {
	background-color:silver;
	text-align: center;
}

#seitenbereich {
    width: 950px;    
    background-color: #fff;
    background-image:url('img/hintergrund.png');
    background-repeat:repeat;
    color: #333333;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:86%;
    margin: 0 auto; 
}

p, a:link, a:visited {
    text-decoration: none;
    color:#333333;    
}      
  
a:hover {
    color:#999999;
}  
a:active {
    color:#b6291a;
}

a.rot {
    color:#b6291a;
    margin: 0.6em;    
}

a.weiss {
    color:white;
}

a.normal {
    text-decoration: underline;  
}

h1 { 
    color:#b6291a; font-size:20px;
}

h2 { 
    color:#b6291a; font-size:35px;
}

h3 { 
    color:#b6291a; font-size:16px;
}

li {     
    list-style-image: url(img/zaehl.png);
}

#red { 
    color:#b6291a;
}

.tab {
    margin-left:auto;margin-right:auto;    
    z-index:0;    
}

.navi {
    margin: 0.6em;
}

#navi li {
    display: inline;
    list-style-type: none;
    padding: 0px 1em 0px 0px;
}

#footer {
    clear:left;
    margin-top:1em;
    background:#efefef;
    text-align:center;
    padding:10px;    
}

#oben
{
margin-left:auto;margin-right:auto;
background-color:#333333;
border-width:2px;
border-style:solid;
border-color:white;
font-family: 'Times New Roman',Times,serif;
font-size:160%;
color:white;
padding:1em;
position:relative;top:-404px; left:0px;
width:185px;
height:60px;
z-index:1;
}

#tafel 
{
margin-left:auto;margin-right:auto;
background-color:#333333;
border-width:0px;
border-style:solid;
border-color:white;
font-family: 'Times New Roman',Times,serif;
font-size:110%;
color:white;
padding:20px;
}

td
{
vertical-align:middle;
}
.top
{
vertical-align:top;
text-align:center;
}
.left
{
vertical-align:top;
text-align:left;
}
.bottom
{
vertical-align:bottom;
text-align:left;
}
.center
{
text-align:center;
}
