/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* GottesEerkenntnis.de */

/* reset */
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* render html5 elements as block
   rendert html5 elemente als block  */

header, footer, section, aside, nav, article { display: block;}

/* ----------------- content--------------------- */

section#content {
background-color: #fff;
max-width: 100%;
min-width:700px;
margin:0  auto;
padding: 200px 20px 130px;
}

/* -----------footer--------------------------- */

footer {
        background: #bbb;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        border-bottom:5px solid #666;
        border-top:1px solid #666;
        }