/* Hier stehen alle Angaben bezüglich des Layouts des HTML-Templates drin.
   d.h. alles was nicht direkt was mit den Inhalten, oder der Formatierung von Schriften zu tun hat*/

        /* Definition der HTML-Heights über CSS => nötig für FireFox und Tabellen mit 100%-Höhe*/
        html{ height:100%;min-height:100%; }
        body{ height:100%;min-height:100%; margin : 0px auto;  background-color:#ffffff;}

/*#frame { position:absolute; top:0px; width:1024px; height:100%;  }*/

#menu {
position:absolute;
top:0px; left: 0px; width:1024px; height:32px;
text-align:left;
border:0px solid #3a6899;
background-color:#00858c;
z-index: +2;
}
#logo {
position:absolute;
top:0px; left:736px; width:188px; height:96px;
background: url('images/layout/logo_oben.jpg') no-repeat top left;
z-index: +3;
}

#rootline {
position:absolute;
top:32px; left:0px; width:736px; height:21px;
padding-left:5px;
background-color:#addaff;
text-valign="bottom"
}
#content {
border: 0px 0px 0px 0px solid #ffffff;
position:absolute;
top:98px; left:66px; width:605px; height:500px;
}
#tool {
border: 0px 0px 0px 0px solid #ffffff;
background-color:#8ac1ff;
position:absolute;
top:100px; left:736px; width:188px; height:523px;
background: url('images/layout/hintergrunda.jpg') no-repeat bottom left;
z-index: +2;
}

#toolback {
border: 0px 0px 0px 0px solid #8ac1ff;
background-image:url(images/layout/hintergrund.jpg);
top:0px; left:736px; width:188px; height:100%;min-height:100%;
position:absolute;
}
