@charset "UTF-8";
/* CSS Document */

body{
    background-color:#FFFFFF;
    margin:0;
    padding:0;
    text-align:center;
}

#mittig{
    text-align:left;
    margin:auto;
    width:900px;
}

div#banner{
    position: relative;
    width:900px;
    height:183px;
    z-index:100;
}

div#bannerInhalt{
    width:900px;
    height:183px;
    z-index:100;
}

div#logo{
    position: absolute;
    top: 0;
    right: 140px;
    width: 150px;
    height: 120px;
    z-index:112;
}

div#logo2{
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height:183px;
    z-index:112;
}

div#mainNavi{
    position:absolute;
    top:113px;
    left: 0;

    width:877px;
    height:17px;
    padding:5px;
    padding-left:18px;
    background-color: #000;
    z-index:101;
    color:#FFFFFF;
    font-size:13px;
}

div#subnavi1{
    position:absolute;
    top:140px;
    left: 170px;
    padding:5px;
    height:15px;
    width:285px;
    background-color:#e9e9e9;
    z-index:103;
}

div#subnavi2{
    position:absolute;
    top:140px;
    left:170px;
    padding:5px;
    height:15px;
    width:430px;
    background-color:#e9e9e9;
    z-index:103;
}

div#headline{
    text-align:left;
    background-color:#FFFFFF;
    padding-left:18px;
    height:26px;
}

div#content{
    text-align:left;
    background-image: url('../pics/back.gif');
    background-repeat: repeat-y;
    background-color:#e9e9e9;
    margin:auto;
    z-index:104;
}

.textfeld {
    padding-bottom: 10px;
}

div.linkfeld_bild {
    width:50px;
    height:50px;
    margin-bottom:10px;
    float:left;
}

div.linkfeld_text{
    width:160px;
    height:44px;
    font-size:9px;
    float:left;
    padding:3px;
    padding-left:7px;
    margin-bottom:10px;
}

div.hspace{
    height:50px;
    width:20px;
    float:left;
}

.push{
    height:0px;
}

div#footer{
    height:18px;
    padding-left:18px;
    padding-top:10px;
    z-index:105;
}

* html div#footer {
    margin-top: -14px; /* ie6 fix */
}

div.linksblock{
    float:left;
    width:200px;
    margin-right:15px;
    margin-bottom:10px;
}

div.rechtsblock{
    float:left;
    width:200px;
    margin-right:15px;
    margin-bottom:10px;
}


td.textfeld div.textfeldContainerFix
{
    position: relative;
}

td.textfeld div.bildtext{
    vertical-align:top;
    position:absolute;
    top: 325px;
    right: -308px;
    width:149px;
    height:135px;
}



#pagePreisrechner #content
{
    padding-top: 1px;
    background-image: none;
}


    
#makeMeScrollable 
{
    position: relative;
    width: 596px;
    height: 110px;
    overflow: hidden;
}

div#makeMeScrollable .scrollableArea
{
    margin: 0;
    padding: 0;
    width: 9999px;
}

div#makeMeScrollable .scrollableArea *
{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}


div#makeMeScrollable .scrollableArea li
{
    list-style-type: none;
}


td.spacer .footspacer
{
    display: none;
}