* {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 10px;
}

a {
    color: #bfbfbf;
    text-decoration: none;
}

body {
    background: #343434;
}

h1 {
    margin: 90px auto 0;
    color: #bfbfbf ;
    text-align: center;
}

h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 3em;
    color: #F2F2F2;
}

.logo a {
    display: block;
    background: transparent url(http://www.ported.de/forum/images/logo.gif) left top no-repeat;
    width: 500px;
    height: 145px;
    margin: auto;
    text-indent: -999999px;
    font-size: 1.2em;
}

.text1, .text2 {
    width: 500px;
    margin: 10px auto 0;
    text-align: center;
    color: #bfbfbf;
}

.directcom a {
    display: block;
    margin: 5px auto;
    text-align: center;
    font-size: 3em;
    text-decoration: underline;
    color: #DA1818;
}


.footer {
    margin-top: 15px;
    text-align: center;
    color: #F2F2F2;
    font-size: 0.7em;
}

.hidden {
    height: 0;
    overflow: hidden;
}

.scooterlinks {
    display: block;
    text-align: center;
}