@charset "iso-8859-1";

* {
   margin:0;
   padding:0;
}

/*---------Body---------*/
body {
   height:100%;
   padding-top:50px;
   padding-bottom:50px;
   background-color:rgb(130, 130, 130);
}

/*---------Background---------*/
.site {
   position:relative;
   top:0px;
   left:50%;
   margin-left:-450px;
   width:900px;
   height:auto;
   z-index:0;
   background:none;
}

/*---------Copyright-Feld---------*/
.copyright-down {
   position:relative;
   top:0;
   left:50%;
   margin-left:-450px;
   margin-top:50px;
   width:900px;
   min-height:100px;
   z-index:100;
   background-color:rgb(200, 200, 200);
}

.copyright-left-right {
   position:absolute;
   top:0;
   left:50%;
   margin-left:-450px;
   width:900px;
   height:100px;
   z-index:200;
   background:none;
}

.copyright-center {
   position:absolute;
   top:0;
   left:50%;
   margin-left:-350px;
   width:700px;
   height:100px;
   z-index:300;
   background:none;
}

/*---------Text---------*/
.copyright-down a {
   position:absolute;
   left:50%;
   top:40px;
   margin-left:-33%;
   color: rgb(100, 100, 100);
   font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 0;
   text-align:center;
   z-index:400;
}

/*---------Background---------*/
.background-center2 {
   position:relative;
   top:0px;
   left:50%;
   margin-left:-450px;
   margin-top:50px;
   width:900px;
   height:auto;
   max-height:1000px;
   z-index:100;
   background:none;
}

.background-left-right {
   position:relative;
   top:0px;
   left:50%;
   margin-left:-450px;
   width:900px;
   height:auto;
   max-height:1000px;
   z-index:200;
   background-color:rgb(0, 200, 0);
}

.background-center {
   position:relative;
   top:0px;
   left:50%;
   margin-left:-350px;
   width:700px;
   height:400px;
   z-index:300;
   background:none;
}