html{
   height: 100%; 

}

body > .wrapper {
    height: auto;
    min-height: 100%;
 
}




body 
{
     height: 100%; 
    margin:0;
    padding:0;
    font-family:gudearegular;
    font-size:14px;
    color:#58585a;
}
a, a:visited {
    color:#58585a;
    text-decoration:none;
}

div.wrapper {
    width:900px;
    margin:0 auto 0px;
    
    position:relative;
    overflow:hidden;
}
.image {
    background-position:center;
    background-repeat:no-repeat;
    display:block;
}

a.logo {
    background-image: url("doorpage_logo.png");
    background-position:center top;
    background-repeat:no-repeat;
    height: 114px;
    margin: 0 auto 0px;
    padding-bottom:62px;
    width: 368px;
    display:block;
}
div.rahmen {
    background-image:url(doorpage_bildrahmen_oberkategorien.png);
    background-repeat:repeat-x;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}

.button {
    width:70px;
    height:70px;
    display:block;
   }

a h1 {
    color: white;
    font-family: swis721_cn_btbold;
    font-size: 28px;
    position: absolute;
    bottom: 0;
    margin: 0 0 0px 0;

    padding: 0 21px 10px;
    -webkit-text-shadow: 2px 2px 1px #666666;
    text-shadow: 2px 2px 1px #666666;
}
a.big {
    position:relative;
    width:318px;
    height:318px;
    display:block;
    text-transform:uppercase;
}
 
a.cargo 
{
    
    float:left;
    background-image:url(bilder_doorpage_cargo.jpg);

}
    a.cargo div.button {
        background-image: url(button_cargo_inaktiv.png);
        right: -15px;
        bottom: -15px;
        position: absolute;
        opacity: 1;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
    a.cargo div.button_aktiv {
        background-image: url(button_cargo_aktiv.png);
        width: 70px;
        height: 70px;
        right: -15px;
        bottom: -15px;
        position: absolute;
        opacity: 0;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

a.cargo:hover .button
{
    -opacity:0;
    
}
a.cargo:hover .button_aktiv
{
    opacity:1;
    
}



a.reisen {
    
    float:right;
    background-image:url(bilder_doorpage_reisen.jpg);

}


    a.reisen div.button {
        background-image: url(button_reisen_inaktiv.png);
        right: -15px;
        bottom: -15px;
        position: absolute;
        opacity: 1;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
    a.reisen div.button_aktiv {
        background-image: url(button_reisen_aktiv.png);
        width: 70px;
        height: 70px;
        right: -15px;
        bottom: -15px;
        position: absolute;
        opacity: 0;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
a.reisen:hover .button
{
    -opacity:0;
    
}
a.reisen:hover .button_aktiv
{
    opacity:1;
    
}

div.text 
{
    width:700px;
    margin:0px auto;
    padding:30px 0;
   
}
div.schweif 
{
    width:700px;
    padding:0 100px;
    height:125px;
    background-image:url(doorpage_gruener_schweif.png);
}
div.schweif a { 
    color: #939393;
    float: left;
    font-family: swis721_cn_btbold;
    font-size: 15px;
    height: 18px;
    margin-top: 17px;
    padding-top: 96px;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
    position:relative;
}
    div.schweif a img {
        border: 0;
        opacity: 0;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        width: 70px;
        height: 70px;
        top: 0;
        left: 0;
        position: absolute;
        margin: 22px 0 0 53px;
    }
div.schweif a:hover img 
{
    opacity:1;
}
a.airport {
    background-image:url(button_erlebnis_airport_inaktiv.png);
}
a.luftfahrt {
    background-image:url(button_allg_luftfahrt_inaktiv.png);
}
a.business {
    background-image:url(button_business_aviation_inaktiv.png);
}
a.unternehmen {
    background-image:url(button_unternehmen_inaktiv.png);
}

/*.footer {
    background-color: #79B51C;
	position: relative;
	height: 26px;
	clear:both;
}


.footer a {
    float:right;
    color:white;
    line-height:26px; 
    font-size:12px;   
    }
.footer a:hover {
    text-decoration:underline;
    }
.footer .trenner {
    float: right;
    color: white;
    line-height: 26px;
    margin: 0 10px;
    font-size: 12px;
}*/





.main {padding-bottom: 126px;

}  /* Muss genau so hoch sein wie der Footer */



/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */





.google {
    position:absolute;
    right:-177px;
    top:-1px
}
.google_trans {
    display: block;
    height: 44px;
    overflow: hidden;
    width: 170px;
}

#layout_Bottom {
 
  background-image: none;
  background-color:#79B51C;
  border-radius:5px 5px 0 0;
  height: 44px;
  margin: 0 auto;
  position:absolute;
  float: none;
  width: 900px;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom:0;
  left:0;
}

.top_menu 
{
    font-size: 12px;
}