#navbg {
 background-color: #E1E1E1;
 height:101px;
 width:985px;
 left:0px;
 top:0px;
 z-index=2;
}
/* Slogan */
#slogan {
 background-color: #E1E1E1;
 left: 30px;
 position: absolute;
 top: 21px;
 z-index: 10;
}
/* search box */
#search {
 background-color: #E1E1E1;
 border-bottom: solid 1px #0C2D82;
 position: absolute;
 top: 58px;
 width: 175px;
 z-index: 11;
 overflow:visible;
}
#searchbg {
 background-color: #E1E1E1;
 left: 30px;
 position: absolute;
 top:101px;
 width:175px;
 z-index:10;
 height:165px;
 overflow:visible;
}
/* Toolnavigation */
#toolnavigation {
 background-color: #E1E1E1;
 left: 270px;
 position: absolute;
 top: 46px;
 z-index: 10;
}
/* Navigation Level 1 */
#navigationL1 {
 background-color: #E1E1E1;
 left: 30px;
 overflow: visible;
 position: absolute;
 top: 66px;
 vertical-align: middle;
 z-index: 11;
 width:955px;
}
/* Navigation Level 2 */
#navigationL2 {
 background-color: #E1E1E1;
 left: 0px;
 overflow: visible;
 position: absolute;
 top: 18px;
 vertical-align: middle;
 z-index: 11;
}
/* Navigation Level 3 to n */
#navigationL3 {
 background-color: #E1E1E1;
 left: 0px;
 position: absolute;
 top: 182px;
 width: 175px;
 z-index: 11;
 overflow: visible;
}
/* title above navigation level 3 */
#navtitle {
 background-color: #E1E1E1;
 color: #0C2D82;
 font-size: 14pt;
 font-weight: normal;
 left: 0px;
 position: absolute;
 top: -54px;
 width: 175px;
 z-index: 12;
}
/* Content */ 
#contentframe {
 top:101px;
 position: absolute;
 left:205px;
 width:575px;
 overflow:visible;
}
#contentimage, #contentimageRD {
 position: relative;
 height:195px;
 width:750px;
 left:-175px;
 text-align:right;
 z-index:9;
}
#contentimageRD {
 border: 1px dotted Red;
}
#contentbreadcrumb {
 position: relative;
 top:0px;
 left:10px;
 width:555px;
 height:30px;
}
#contenttext, #contenttextRD {
 position: relative;
 top:0px;
 left:10px;
 width:555px;
}
#contenttextRD {
 border: 1px dotted Red;
}
/* Pilatus - Logo */
#logo {
 background-color: #E1E1E1;
 left: 792px;
 position: absolute;
 top: 22px;
 z-index: 10;
}
/* Newscontainer on the right */
#newssection, #newssectionRD {
 background-color: #FFFFFF;
 color: #0C2D82;
 position: absolute;
 width: 180px;
 z-index: 10;
 text-decoration:none;
 height:165px;
 left:585px;
 top:10px;
 }
 #newssectionRD {
 border: 1px dotted Red;
}
/* Footer */
#footer {
 position: relative;
 left: 10px;
 top:10px;
 text-align: right;
 width: 555px;
 z-index: 100;
 color: #666666;
 font-size: 7.5pt;
 text-decoration: none;
}
/* Layers for Print-version */
#logoprint {
 background-color:#FFFFFF;
 text-align:right;
 right:11px;
 top:11px;
 position: relative;
}
#contentprint {
 position: relative;
 background-color:#FFFFFF;
}
#footerprint {
 position: relative;
 background-color:#FFFFFF;
}
/* (used only in SmartEdit) */
#RD {
 border: 1px dashed Red;
}
#metatags {
 visibility: hidden;
 left:-1000px;
 top:-1000px;
 position:absolute;
}