/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.07.2015, 08:46:36
    Author     : KPlewnia
*/
/* ---------------     Reset     --------------- */
* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url(../img/hg_gruen.jpg);
}

#content {
    /*margin: 250px;*/
    float: left;
    width: 920px;
    padding: 150px 25px 15px 200px;
    overflow: auto;
}
