﻿* { padding: 0; margin: 0; }
html { overflow-y: scroll; }
body {
    background-color: darkred;
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Sans-Serif;
    font-size: medium;
    color: #FFFFFF;
}
 /* Desktop */
/*@media screen and (min-width: 980px) {
  body {
    background: #014888;
  }
}*/
 /* Tablet */
 /*@media screen  and (max-width: 979px) {
  body {
    background: blue;
  }
}*/
/* Mobile */
@media screen and (max-width: 500px) {
  body {
    background: black;
  }
}
div#wrapper {
    background-color: darkred;
    /*width: 720px;*/ 
    margin: 10px auto; 
}
div#kopf {
    background-color: White;
    width: 720px; 
    /*height: 480px;*/
    text-align: center; 
}
div#content {
    background-color: White;
    width: 720px; 
    /*height: 480px;*/
    text-align: center; 
}
div#c1_wrap {
    background-color: #808080;
    width: 720px; 
    /*text-align: center;*/ 
}
div#c1_left {
    background-color: #808080;
    position: absolute; 
    /*width: 356px;*/ 
    /*height: 20px;*/
    padding-left: 4px; 
    text-align: left; 
}
div#c1_right {
    background-color: #808080;
    position: relative; 
    /*width: 720px;*/ 
    /*height: 20px;*/
    left: 360px;
    padding-right: 4px; 
    text-align: right; 
}
div#c2_wrap {
    background-color: #808080;
    width: 720px; 
    /*text-align: center;*/ 
}
div#c2_left {
    background-color: #808080;
    position: absolute; 
    /*width: 356px;*/ 
    /*height: 20px;*/
    padding-left: 4px; 
    text-align: left; 
}
div#c2_right {
    background-color: #808080;
    position: relative; 
    /*width: 720px;*/ 
    /*height: 20px;*/
    left: 360px;
    padding-right: 4px; 
    text-align: right; 
}
/*div#c3_wrap {
    background-color: #808080;
    width: 640px; 
    height: 32px;
   /*text-align: center;*/ 
}
div#c3_1 {
    background-color: #808080;
    /*position: absolute;*/ 
    width: 50px; 
    height: 32px;
    /*padding-left: 4px;*/ 
    text-align: left; 
    vertical-align: central;
}
div#c3_2 {
    background-color: #808080;
    /*position: relative;*/ 
    width: 140px; 
    height: 32px;
    /*left: 50px;*/
    /*padding-right: 4px;*/ 
    text-align: center; 
    /*vertical-align: central;*/
}
div#c3_3 {
    background-color: #808080;
    /*position: relative;*/ 
    width: 50px; 
    height: 32px;
    /*left: 190px;*/
    /*padding-right: 4px;*/ 
    text-align: right; 
    vertical-align: central;
}
div#c3_4 {
    background-color: #808080;
    /*position: relative;*/ 
    width: 180px; 
    height: 32px;
    /*left: 240px;*/
    /*padding-right: 4px;*/ 
    text-align: center; 
    /*vertical-align:central;*/
}
div#c3_5 {
    background-color: #808080;
    /*position: relative;*/ 
    width: 220px; 
    height: 32px;
    /*left: 420px;*/
    /*padding-right: 4px;*/ 
    text-align: right; 
    vertical-align: central;
}*/
div#fuss_wrap {
    background-color: #808080;
    width: 720px; 
    /*height: 480px;*/
    text-align: center; 
}
div#fuss_left {
    background-color: #808080;
    position: absolute; 
    /*width: 356px;*/ 
    height: 20px;
    padding-left: 4px; 
    text-align: left; 
}
div#fuss_right {
    background-color: #808080;
    position: relative; 
    /*width: 720px;*/ 
    height: 20px;
    left: 360px;
    padding-right: 4px; 
    text-align: right; 
}
