/*
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 : 06.11.2014, 14:04:09
    Author     : sgiebert
*/


.hintergrund{
    background-color: #eaecec;
}

#wrapper{
    background: url("../img/bg_vertical_red.png") repeat-y scroll left center #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 1028px;
    position: relative;
    background-color: white;
    min-height: 1000px;
    
}

.farbstreifen{
    position: absolute;
    top:  0px;
    /* left: 80px; */
    width: 1100px;
    height: 140px /*1029px */;
    background-color: #95c11f;
    z-index: 2;
 }         