/* 
    Document   : home
    Created on : 20.08.2009, 16:08:43
    Author     : Nico
    Description:
        Purpose of the stylesheet follows.
*/
/************************
Haupseite Startseite
  *************************/

#startseite  #textbereich1 .under{
    margin: 0px 0px 0px 180px;
    padding:0px;
    clear:both;    
    text-align:center;
}
#startseite  #textbereich2 .under{
    margin: 0px 0px 0px 180px;
    padding:0px;
    clear:both;
    text-align:center;
}

#startseite #apreis{
    font-size:5em;
    color:#FF2634;
}

#startseite #textbereich1 {
    width: 43%;
    padding-top: 50px;
    padding:3%;   
    /*background-color: #FFFddd; /*#E2D7D7;*/
}

#startseite #textbereich2 {
    width: 44%;
    padding-top: 50px;
    padding:3%;
    /*background-color: #FFFddd; /*#E2D7D7;*/
}
.box{
    min-height:400px;
    padding: 1%;     
}
* html .box {
    position:relative;
    z-index: 0;
}

.box ul{   
    margin-left: 70px;
}

.box h1{
    text-align:center;
    font-size:2.1em;
}
.box a{
    font-size:1.4em;
}
.box img{
    /*float:right;*/
    margin-left: 75px;
    z-index: 11;
}
.boxcont{
    float:left;
    display:inline;
    height:70px; 
}

* html .under,
* html .boxcont,
* html img{
    position:relative;
    z-index: 1;
}