* {
    margin: 0;
    padding: 0;
}

a:link img, a:visited img, a:hover img, a:focus img, a:active img {
    border: 0;
    text-decoration: none;

    }

img {
    border: 0;
}

body {
    background-color: #efefef;
}

.head span {
    font-weight: normal;
    margin: 0px 10px;
    color: #707070;
}

.globus {
    position:relative;
    top: 3px;
}

.head {
    position: absolute;
    top: 0;
    color: #505050;
    background-color: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #ffffff;
    width: 760px;
    height: 25px;
    text-indent: 10px;
}

.head_link {
    position: absolute;
    top: 7;
    text-align: right;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    width: 760px;
    height: 25px;
    text-indent: 10px;
}

.nav {
    position: absolute;
    top: 26px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: 0;
    width: 620px;
    height: 19px;
    color: #707070;
    text-align: center;
    background-color: #efefef;
    padding-top: 6px;
}

.nav span {
    margin: 4px 20px;
}

.content {
    position: absolute;
    top: 51px;
    background-color: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    border-left: 10px solid #efefef;
    border-right: 10px solid #efefef;
    border-bottom: 10px solid #efefef;
    width: 700px;
    color: #303030;
    font-size: 12px;
    text-align: center;
    height: 440px;
}

.content p {
    padding-top: 4px;
    background-color: #efefef;
    text-align: left;
}

.werbung {
        background-color: #efefef;
    text-align: right;
    vertical-align: top;
    float: right;
}



a:link, a:visited, a:active, a:focus {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #5070BF;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
}


a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000ff;
    text-decoration: underline;
    background-color: transparent;
    text-transform: uppercase;
}


.head_link a:link, .head_link a:visited, .head_link a:active, .head_link a:focus, .head_link a:hover {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: none;
}

.content a:link, .content a:visited, .content a:focus .content a:active, .content a:hover{
    color: #3158B7;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
}

.content a:hover{
    color: #0000ff;
}



