﻿* { padding: 0; margin: 0; }
html { overflow-y: scroll; }
body {
    background-color: #F4CD55;
    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: #F4CD55;
    /*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#fuss_wrap {
    background-color: #09b8d8;
    width: 720px; 
    /*height: 480px;*/
    text-align: center; 
}
div#fuss_left {
    background-color: #09b8d8;
    position: absolute; 
    /*width: 356px;*/ 
    height: 20px;
    padding-left: 4px; 
    text-align: left; 
}
div#fuss_right {
    background-color: #09b8d8;
    position: relative; 
    /*width: 720px;*/ 
    height: 20px;
    left: 360px;
    padding-right: 4px; 
    text-align: right; 
}
