/**
 * Body (Grundeinstellungen)
 */
body {
 background-color: black;
 text-align: center;
 margin: 0px;
 color: white;
 font-family: georgia;
 font-size: 11px;
}

/**
 * Rahmen mit dem Hintergrundbild
 */
#rahmen {
 position: absolute;
 width: 800px;
 height: 600px;
 left: 50%;
 top: 50%;
 margin-left: -400px;
 margin-top: -300px;
 z-index: 10;
}

/**
 * Logo
 */
#logo {
 width: 423px;
 height: 128px;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 20;
}

/**
 * Servicenavigation
 */
#service {
 width: 150px;
 height: 108px;
 position: absolute;
 top: 465px;
 left: 650px;
 z-index: 20;
}
#serviceContainer {
 margin-top: 14px;
}
.serviceItem_1 { text-align: left; margin-bottom: 9px; margin-left: 9px; }
.serviceItem_2 { text-align: left; margin-bottom: 5px; margin-left: 9px; }
.serviceItem_3 { text-align: left; margin-bottom: 9px; margin-left: 8px; }
.serviceItem_4 { text-align: left; margin-bottom: 6px; margin-left: 9px; }
.serviceItem_5 { text-align: left; margin-bottom: 0px; margin-left: 11px; }

/**
 * Raster mit den Thumbnails
 */
#raster {
 width: 546px;
 position: absolute;
 top: 90px;
 left: 168px;
 z-index: 30;
 text-align: left;
}

/**
 * Vorwaerts blaettern
 */
#goForward {
 position: absolute;
 top: 400px;
 left: 720px;
 z-index: 30;
}

/**
 * Zurueck blaettern
 */
#goBackward {
 position: absolute;
 top: 400px;
 left: 94px;
 z-index: 30;
}

/**
 * Mischen
 */
#mix {
 position: absolute;
 top: 400px;
 left: 10px;
 z-index: 30;
}

/**
 * Navigation
 */
#navigation {
 width: 119px;
 height: 190px;
 position: absolute;
 top: 144px;
 left: 0px;
 z-index: 20;
 text-align: left;
}
#naviContainer {
 margin-top: 16px;
 margin-left: 25px;
}
.navItem {
 margin-bottom: 15px;
}

/**
 * Suche
 */
#search {
 width: 154px;
 height: 77px;
 position: absolute;
 top: 0px;
 left: 646px;
 z-index: 20;
}
input#searchField {
 position: absolute;
 left: 63px;
 top: 32px;
 border: 0px;
 border-bottom: 1px solid;
 font-family: georgia;
 font-size: 14px;
 font-weight: bold;
 background-color: #FF571A;
 color: white;
}
input#searchButton {
 position: absolute;
 width: 35px;
 height: 23px;
 top: 43px;
 left: 119px;
}

/**
 * Meldung wenn Javascript deaktiviert ist
 */
#javascript {
 position: absolute;
 top: 100px;
 left: 159px;
 z-index: 100;
 padding: 10px;
 background-color: #E7E7E7;
}
