#html, body {
        background-color: #000000;
        width: 100%;
        border: 0;
        font-family: Verdana, Arial, sans-serif;
        font-size: 18px;
        text-align:center;
}
* {
        padding: 0;
        margin: 0;
}
a {
        color: f600ff;
        text-decoration: none;
}
a:visited {

        text-decoration: none;

}
a:hover {
        color: #ffffff;
        text-decoration: none;

}
a:active {
        color: #ff0000;
        text-decoration: none;

}
#seite {
        width: 1000px;
        height: 800px;
        background-color: #000000;
        border: 1px solid #999999;
        margin: 0px auto;
        text-align: center;
}
#logo_handykiller {
        background-color: #000000;
        height: 169px;
        width: 1000px;
        margin-top: 0px;
        background: url(img/logo.gif) no-repeat;
}
#links {
        background-color: transparent;
        color: #000000;
        background: url(img/links.jpg) no-repeat;
        margin: 0;
        padding: 0;
        text-align: center;

        height: 30px;
        width: 1000px;
}
#links p {
        background-color: transparent;
        border-style: none;
        margin-left: 15em;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
}
#links ul {margin-top:0;
}
#links li {
        background-position: center;
        display: inline;
        padding-left: 0.4em;
        color:#000;
        margin:0px;
        width:126px;
        font-size:14px;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        text-decoration:none;
        text-align:center;
        border:0px solid #000;
        text-decoration: none;
}
#links a:hover {
        color: #ffffff;
}
#menu {
         width: 173px;
         float: left;
         height: 561px;
         background: url(img/verlauf.jpg) no-repeat;
         background-color: transparent;
         color: #000000;
         margin: 0;
         padding: 0;
         text-align: left;
}
#menu p {
        background-color: transparent;
        border-style: none;
        margin-left: 15em;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
}
#menu ul {margin-top:0;
}
#menu li {
        background-position: center;
        display: block;
        padding-left: 0.4em;
        color: #000000;
        margin:0px;
        width:126px;
        font-size:14px;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        text-decoration:none;
        text-align:center;
        border:0px solid #000;
        text-decoration: none;
      }
#menu a:hover {color: #ffffff;
}
#content {
        width: 656px;
        float: left;
        min-height: 543px;
        background: url(img/content.jpg) no-repeat;
        text-align:left;
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
		

}
#werbung {
        background-color: #000000;
        clear: right;
        width: 171px;
        float: right;
        height: 561px;
        background: url(img/werbung.jpg) no-repeat;
        float: right;
}
#table {
        border: 0px solid #999999;
        font-family: Verdana, Arial, Helvetica, sans-serif;
   }
#table2 {
        border: 0px solid #999999;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer ul {
        list-style-type: none;
        text-align: center;
        background: url(img/footer.jpg) no-repeat;
        height: 17px;
        width: 656px;
        float: left;

}
#footer li{
        float: left;
        width: auto;

}
#footer a {
          float: left;
          width: auto;
          padding: 0px 10px 0px 0px;
          text-decoration: none;
          font-size: 15px;
          text-transform: uppercase;
          color: #f600ff;

}
#footer a:hover {color: #000000;

}
}