/* CSS Document */
body {
  color:#FFFFFF;
  background-color: #080d11;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  margin:0px 0px 0px 0px;
}
table{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}

#kaddy_bild{
  right: 10px;
  bottom: 0px;
  position:absolute;
}

h1, h2, h3, h4, h5, h6, strong {
font-weight: bold;
}

.header{
width:100%;
text-align:left;
position:fixed;
left:200px;
background-color:#080d11;
z-index:14;
}

#menu{
float:left;
position:fixed;
top: 100px; 
left:50px;
text-align:left;
width:200px;
}

#content{
float:left;
position:absolute;
top: 100px; 
left:200px;
width:600px;
text-align:left;

}

/*noch nicht besuchter Link*/
a:link{
color:#FFFFFF;
text-decoration:none;

}
/*Mauszeiger drber*/
a:hover{
color:#FFFFFF;
text-decoration:none;
}

/*besuchter Link*/
a:visited{
color:#FFFFFF;
text-decoration:none;
}
/*aktiver Link*/
a:active {
color:#FFFFFF;
  text-decoration:none;
}
