/* DOM level 2 */
#menuekasten {
position: relative; 
left: 5mm; width: 170mm; top: 5mm; height: 45mm; 
}
/* DOM level 3 */
/* Hilfeleiste */
#hilf {
position: absolute; 
left: 0mm; width: 170mm; top: 0mm; height: 5mm; 
}
/* Logoleiste */
#logo {
position: absolute; 
left: 0mm; width: 170mm; top: 5mm; height: 40mm; 
}

/* DOM level 4 */
/* Unterteilung der Hilfeleiste in sieben Kästen */
#hilf-1 {
position: absolute; 
left: 0mm; width: 27mm; top: 1mm; height: 3mm;   
}
#hilf-2 {
position: absolute; 
left: 27mm; width: 27mm; top: 1mm; height: 3mm;    
}
#hilf-3 {
position: absolute; 
left: 54mm; width: 24mm; top: 1mm; height: 3mm;  
}
#hilf-4 {
position: absolute; 
left: 78mm; width: 27mm; top: 1mm; height: 3mm;  
}
#hilf-5 {
position: absolute; 
left: 105mm; width: 20mm; top: 1mm; height: 3mm;  
}
#hilf-6 {
position: absolute; 
left: 125mm; width: 27mm; top: 1mm; height: 3mm;  
}
#hilf-7 {
position: absolute; 
left: 152mm; width: 13mm; top: 1mm; height: 3mm;  
}
/* Unterteilung der Logo-Leiste in drei Teile  Papiermuseum */
#logo-1a {
position: absolute;
left: 0mm; width: 27mm; top: 0mm; height: 20mm;
}
#logo-1c {
position: absolute;
left: 0mm; width: 27mm; top: 20mm; height: 20mm;
}
#logo-3 {
position: absolute;
left: 59mm; width: 106mm; top: 0mm; height: 40mm;
}
#logo-2a {
position: absolute;
left: 27mm; width: 27mm; top: 0mm; height: 20mm;
}
#logo-2c {
position: absolute;
left: 27mm; width: 27mm; top: 20mm; height: 20mm;
}



