/*
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 : 31.10.2016, 14:09:42
    Author     : Stefan
*/
body
{
    margin: 0%;
}
#header{
    width: 100%;
    height: 0%;
    padding-top: 1%;
    padding-bottom: 1%; 
    /*background-image: url("imagens/header_1.JPG");*/
    background-repeat: no-repeat;
    background-size: 100% 170%;
    background-origin: content-box;
    background-color: red;
    color: black;
    text-align: center;
    text-transform: capitalize;
    text-decoration: dotted;
    font-size: 50px;
    vertical-align: middle;
    color: white;
    font-family: Arial;
    
    
}


#anzeigebereich{
    position: absolute; 
    color: black;
    min-height: 70%;
    min-width: 100%;
    max-width: 100%; 
    padding-bottom: 0%;
}


#fusszeile {
  position: fixed;
  bottom: 0%;
  height: 3.5%;
  width: 100%;
  background-color:red;
  border-top:1px solid black;
}

#footerText {
    
    font-size:18px;
    color: white; 
    text-align: center;
}



