body {
    background: url('bg.gif');
    color: white;
}

a   { text-decoration: none;
}
nav {
    position: fixed;
    top:0;
    left:50%;
    z-index: 10
}

nav li {
    list-style: none;
    float:left;
}
nav a {
    color:black;
    background: white;
    padding: 10px;
}
nav a:hover {
    color:white;
    background: black;
}
nav img {
    margin-top: -20px;
}
#wrapper {
    border: 10px solid white;
    width: 998px;
    margin: 0 auto;
}
.trenner {
    border-top: 10px solid white;
}
#box1 {
    background: url('bg_schwarz.jpg');
    margin-top: -4px;
    padding: 20px;
    height: 530px;
}
#box1 img {
    float: left;
    margin-right: 20px;
    z-index: 2;
    position: relative;

}
#box2 {
    background: url('bg_orange.jpg');
    position: relative;
    height: 500px;
    padding-top: 150px;
    padding-left: 20px;
}
#lila {
    position: absolute;
    right: 0;
    bottom: 0;
}

#laser {
    position: absolute;
    top:107px;
    left:0;
    z-index: 3;
    opacity: .2;
}
#laser:hover {
    opacity: .7;
}

#box2 h2 {
    margin-bottom: 130px;
    margin-top: 43px;
    font-size: 2.2em;
}
#box2 li {list-style-type: square;}
#box3  {
    background: url('bg_blau.jpg');
    padding: 20px;
    padding-top: 0;
}
#box3 h2 {
    background: url(bg_schwarz.jpg);
    margin: 0 0px 20px;
    display: inline;
    padding: 0 8px;
}
#box3 img {
    margin-top: 20px;
    margin-right: 19px;
}

#box3 img:hover {
    opacity: .8;
}

#box4 {
    background: url(bg_schwarz.jpg);
    height: 320px;
    padding: 20px
}

#box4 iframe {
    float: right;
    margin-left: 20px;
}


#box6 {
    background: url(bg_schwarz.jpg);
    padding: 0 20px;
    margin-top: -4px; /* fix abstand oben */
}



#box6 table {
    float: right;
    margin-right: 250px;
}
#box6 th {
    text-align: left;
}
#box6 td, #box6 th {
    border-bottom: dashed 1px #fff;
    padding: 10px;
}
#box7 {
    height: 305px;
    background: url('kontakt_bg.png');
    background-repeat: no-repeat;
    padding: 20px;
}
#box7 p {
    width: 350px;
    float: left;
}
#box7 form {
    width: 450px;
    float: right;
}
#box7 input, #box7 textarea {
    border: 0;
    padding: 5px;
    background: #ffffff7a;
    margin: 5px 0;
}
#box7 input:hover, #box7 input:active, #box7 textarea:hover {
    background: #fff;
}
#box8 {
    background: url('bg_orange.jpg');
    padding: 20px;
}
#box8 img:hover {
    opacity: .9;
}
#box9 {
    background: #fff;
    height: 20px;
    padding: 10px;
}
#box9 p {
    color:#000;
    float: left;
    margin: 0;
}

#box9 a {
    float: right;
    color: #000;
    
}
/* mobile */
@media (max-width: 1100px) 
{ 
    body {background: red;}
}