
/***********************************************/
/* IE Hacks                                 */
/***********************************************/
* html #cont0 {height: 100%; min-height: 100%;}
* html #content #NavBar{height: 100%; min-height: 100%;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#cont0 {
         min-height: 100%; height: 100%;
         padding-bottom:2em;
         max-width:1033px;
         border-radius: 1em;
         -moz-border-radius: 1em;
         -webkit-border-radius: 1em;
   }

#head{
         margin: 0px;
         padding: 0px 0px 0px 0px;
         width: 100%;
         height: 202px;
         background-image: url(../img/farbenbogen.jpg);
         background-repeat: no-repeat;
         background-color:#CEE6E8;
         border-top: 1px solid #00AFAF;
   }
#stepinfo{
         width: auto;
         margin: 0 0 0 0;
         padding: 5px 20px 5px 30px;
         background-color:#CEE6E8;
         text-align: left;
          height: 22px;
         border-bottom:1px solid #00AFAF;
    }

#stepinfo img{
         float: right;
         padding: 0; margin: 2px;
         }

/*************horizontalmenü oben**********************************/
#menu{
    width: auto;
    margin: -34px 0 auto 0;
    padding: 5px 70px 10px 0;
    text-align: right;
    border-bottom:1px solid #00AFAF;
    }
/*************Datum**********************************/
#oben{
         font-family: Verdana, Arial,sans-serif;
         color: #003030;
         font-size: 11px;
         width: auto;
         margin: 0 0 0 0;
         padding: 6px 20px 5px 20px;
         background-color:#CEE6E8;
         text-align: left;

         border-top-left-radius: 1em 1em;
         border-top-right-radius: 1em 1em;
         -moz-border-radius-topleft: 1em;
         -moz-border-radius-topright: 1em;
         -webkit-border-radius-topleft: 1em;
         -webkit-border-radius-topright: 1em;
         -webkit-border-radius-bottomleft: 0px;
         -webkit-border-radius-bottomright: 0px;
         -khtml-border-radius: 1em 1em 0em 0em;

    }

/**************linke Spalte*********************************/
#navBar{
         float: left;
         width: 20%;
         margin: 0px;
         padding: 0px;
         background-image:url(../img/higru1hellgruen.jpg);
         background-repeat: repeat-x;
         min-height: 100%; height: 100%;
    }
/**************Inhalte*********************************/
#content{
         float: right;
         width: 60%;
         margin: 0 0 0 0;
         padding: 0 0 0 0;
         background-color:#FFFFFF;
         min-height: 100%;
         height: 100%;
}
#infospr{
         float:right;
         width: 18%;
         font-size:12px;
         background-image:url(../img/higru1hellgruen.jpg);
         background-repeat: repeat-x;
         min-height: 100%; height: 100%;
         padding: 20px 3px 10px 5px;
         margin: 0 0 0 0;
         text-align: left;
}

