/* ALLGEMEIN */

*{
    font-family: sans-serif;
    color: white;
}

/* GESAMTE SEITE */

body {
    width: 960px; /* Website ist 960 px breit */
    max-width: 90%; 
    margin: 0 auto; 
    background-image:url(http://foxxxhater.ddnsking.com/media/index_hintergrund.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}



/* NAVIGATION */

.obenmenu {
    margin-top: 0,5em;
    text-align: right;
    text-decoration-color: white;
}

a {
    padding-left: 30px;
    color: dodgerblue;
    font-weight: 900;
    text-decoration: none;
}

a:hover {
    color: darkorange;
}

/* Logo */

img {
    display: block;
    margin-left: 10px;
    margin-right: auto;
    margin-top: -0.5px;
    margin-bottom: 20px;
    background-size: auto;
}

p {
    margin-bottom: 80px;
    padding: 10px;
     
}

h1 {
    text-align: center;
    text-decoration-line:underline;
    padding: 10px;
    color:darkorange;
    font-size: 50px;
    font-family: Arial, sans-serif, Helvertica;
    font-weight: 900;
    border-style: double;
    border-radius: 30px;
    border-width: 15px;
    border-color: darkorange;
}

h4 {
    font-family: sans-serif;
    color: white;
    font-weight: 600;
    font-size: 10px;
}

p {
    background-color: rgba(155, 155, 155, 0.5)
}

h3 {
    font-weight: 700;
    font-size: 25px;
}
.ts-ip {
    color: red;
    text-decoration: none;
    font-size: 30px;
    font-weight:900;
}

.clog {
    font-family: sans-serif;
    color: white;
    font-weight: 600;
    font-size: 10px;
}

.navu:hover {
    color: white;
}

.navu {
    color: darkorange;
    font-family: sans-serif;
    font-size: 15px;
}

#container {
    background-color: #4C4C4C;
    height: 30px;
    width: 960px;
}

#copyright {
    width: 260px;
    float: right;
    margin-top: 0.3em;
    border: solid 1px white;
    border-right-color: #4C4C4C;
    border-bottom-color: #4C4C4C;
    border-top-color: #4C4C4C;
}

#datenschutz {
    width: 150px;
    float: right;
    margin-top: 0.3em;
    border: solid 1px white;
    border-bottom-color: #4C4C4C;
    border-top-color: #4C4C4C;
}

#impressum {
    width: 140px;
    float: right;
    margin-top: 0.3em;
    border: solid 1px white;
    border-left-color: #4C4C4C;
    border-bottom-color: #4C4C4C;
    border-top-color: #4C4C4C;
}