body {background-color:#008080; font-family: "Arial"; font-size: small;}

/* Positionierte Elemente */
#Igb {
 position:absolute;
 top:10px;
 left:10px;
 z-index: 1;
}
#IAusb {
 position:absolute;
 top:80px;
 left:10px;
 z-index: 2;
}
#IAdr {
 position:absolute;
 top:150px;
 left:10px;
 z-index: 3;
}
#IDat {
 position:absolute;
 top:220px;
 left:10px;
 z-index: 4;
}
#IGau {
 position:absolute;
 top:290px;
 left:10px;
 z-index: 5;
}
#IArch {
 position:absolute;
 top:360px;
 left:10px;
 z-index: 6;
}
#Fenster0 {
 position: absolute;
 top: 10px;
 right:10px;
 z-index: 40;
 width: 600px;
}
#Fenster1 {
 position: absolute;
 top:  20px;
 right: 20px;
 z-index: 41;
 width: 100px;
}
#FInhalt {
 position: relative;
 z-index: 49;
 width: 100%;
 height: 400px;
}
#Menue {
 position: absolute;
 bottom: 40px;
 left: 0px;
 z-index: 99;
}
/*#Menue {
 position:absolute;
 bottom: 40px;
 left:0px;
 z-index:99;
}*/
#Task {
 position: absolute;
 bottom:0px;
 left:0px;
 z-index: 100;
 width: 100%;
}
/* html #Task {
 position:absolute;
 bottom:0px;
 left:0px;
 z-index: 100;
}*/

/* Desktop: Unter-Elemente */
#IkonTXT {
 font-family: Arial, sans-serif;
 font-size: 0.8em;
 font-variant:small-caps;
 font-weight: bold;
 text-align: center;
 color: #cc0066;
}
/* Fenster: Unter-Elemente */
#FTab {
 background-color: #E0E0E0;
 font-family: Arial, sans-serif;
 border-width:6px;
 border-color: #CCCCCC#CCCCCC;
 border-style: ridge;
 padding:0px;
 overflow: hidden;
 width: 100%;
 height: 100%;
 border-collapse: collapse;
}
#FKopf {
 background-color: #0000FF;
/* background-image: url(D:/Homes/HP-Neu/Grafiken/Fenster-T-HG.jpg);
 background-repeat:repeat-y;*/

}
#FTit {
 border-bottom: medium solid #CCCCCC;
 border-bottom-style: ridge;
}
#FTitText {
 font-family: Arial, sans-serif;
 color: #FFFFFF;
 font-weight: bold;
}
#FStat {
 border-top: medium solid #CCCCCC;
 border-top-style: ridge;
}
#FStatText {
 font-family: Arial, sans-serif;
 font-size: 0.8em;
 color: #000000;
}
/* Menü: Unter-Elemente */
#MTab {
 background-color: #C0C0C0;
 font-family:  Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333333;
 border-width: 3px;
 border-color: #CCCCCC;
 border-style: ridge;
 overflow: hidden;
}
#MText {
 font-family:  Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333333;

}

/* Taskleiste: Unter-Elemente */
#TTab {
 background-color: #C0C0C0;
 border-width: 3px;
 border-color: #CCCCCC;
 border-style: ridge;
 overflow: hidden;
 width:100%;

}
#TStart {
 font-family:  Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333333;
}
#TTask0 {
 font-family:  Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333333;

}
#TSym {
 text-align: right;
 width: 50px;
}