body{
    font-family: Arial;
    background-color: #DDDDDD;
}
.pageArea{
    margin-top: 50px;
    width: 1000px;
    min-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    
    -webkit-box-shadow: 7px 6px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 6px 15px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 6px 15px -6px rgba(0,0,0,0.75);
}

.top{
    background-image: url("images/linie.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    
    height: 20px;
}

.head{
    background-image: url("images/logo_cut.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 155px;
}

.main{
    background-image: url("images/linie.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    
    padding-left: 265px;
    padding-top: 100px;
    padding-right: 50px;
    /*padding-bottom: 200px;*/
    min-height: 350px;
   
    
}

.foot{
    background-image: url("images/linie.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    
    padding-left: 40px;
    font-size: 12px;
}

.bottom{
    background-image: url("images/linie.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    
    height: 20px;
}