@charset "utf-8";

/*----------------------------------------------------------------------*/

/* General document styles */

body {
    text-align: center;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}
a:link {
    text-decoration: underline;
    color: #333366;
}
a:visited {
    text-decoration: underline;
    color: #333366;
}
a:hover {
    text-decoration: underline;
    color: #333366;
}
a:active {
    text-decoration: underline;
    color: #333366;
}

/*----------------------------------------------------------------------*/

.main {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 1000px;
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------------------------------------------------------------*/

/* Navigation */

/* vertical-align: middle; */


.navmain {
    margin: 64px 0 0 0;
    width: 1000px;
    height: 35px;
    position: relative;
    padding: 0;
    text-align: left;
}

.navimg1 {
    position:absolute;
    top: 5px;
    left: 770px;
    z-index:3;
}

.navimg2 {
    position:absolute;
    top:5px;
    left:832px;
    z-index:3;
}

div#navframe {
    width: 800px;
    height: 32px;
    padding: 0px;
    background-color: #495778;
    background-image: url(../image/1x1dblau.gif);
    margin: 0;
}

div#navframe div {
    clear: left;
}

ul#navbar {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#navbar li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em;
    padding: 0;
    height: 12px;
}

ul#navbar li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1em;
    left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
}

ul#navbar li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul#navbar li ul li {
    float: none;
    display: block;
    margin-bottom: 0.1em;
}

ul#navbar a, ul#navbar span {
    display: block;
    width: 6.6em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #495778;
    background-image: url(../image/1x1dblau.gif);
    font-size: 0.9em;
    font-style: italic;
}

ul#navbar a:hover, ul#navbar span {
    color: #aaaaaa;
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #ff9933;
}

ul#navbar li ul span {  /* aktuelle Unterseite kennzeichnen */
    color: #aaaaaa;
    background-color: #495778;
    background-image: url(../image/1x1dblau.gif);
}

/*----------------------------------------------------------------------*/

/* index.html */

.indeximg1 {
    position: fixed;
    bottom: -0.3em;
    left: 0;
}

.indeximg2 {
    position: fixed;
    top: 0;
    right: 0;
}

.indextext1 {
    padding: 5px;
    margin: 0;
    color: #666;
    background-color: #e9e4f9;
    background-image: url(../image/1x1flieder.gif);
    position: fixed;
    right: 0;
    bottom: 112px;
    width: 600px;
    height: 4em;
}

.indextext2 {
    margin: 20px 0 0 0;
    padding: 0;
    color: #333366;
    text-align: center;
    font-size: 14pt;
    font-style: italic;
    letter-spacing: 3.5px;
    font-weight: bold;
}

/*----------------------------------------------------------------------*/

/* home.html */

.homeimg1 {
    position: fixed;
    top: 0;
    right: 0;
}

.homefooter {
    color: #666;
    margin-top: 30px;
    background-color: #e9e4f9;
    background-image: url(../image/1x1flieder.gif);
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    height: 32px;
}

/*----------------------------------------------------------------------*/

/* offer.html */

.offerimg1 {
    position: fixed;
    bottom: -0.3em;
    right: 0;
}

.offerhead {
    color: #666;
    margin: 0;
    padding: 0;
    background-color: #e9e4f9;
    background-image: url(../image/1x1flieder.gif);
    position: fixed;
    top:0;
    right: 0;
    width: 60%;
    height: 64px;
    padding: 0;
}

/*----------------------------------------------------------------------*/

/* referenz.html */

.referenzimg1 {
    position: fixed;
    top: 0;
    right: 0;
}

.referenzcont {
    clear: both;
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 160px;
    left: 0;
    background-image: url(../image/2x2flieder.png);
    font-family: Arial, Helvetica, sans-serif;
}

.referenzimgc {
    width: 800px;
    position: absolute;
    left: 48px;
    top: 224px;
}

/*----------------------------------------------------------------------*/

/* extras.html */

.extrasimg1 {
    position: fixed;
    top: 0;
    right: 0;
}

.extrasimg2 {
    position: absolute;
    top: 360px;
    left: 40px;
}

.extrascont1 {
    clear: both;
    width: 100%;
    height: 196px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 360px;
    background-image: url(../image/2x2flieder.png);
    font-family: Arial, Helvetica, sans-serif;
}

.extrascont2 {
    width: 500px;
    height: 196px;
    overflow: auto;
    position: absolute;
    left: 342px;
    text-align: left;
    color: #333366;
}

/*----------------------------------------------------------------------*/

/* impress.html */

.impressimg1 {
    position: fixed;
    top: 0;
    right: 0;
}

.impressimg2 {
    position: fixed;
    bottom: -0.3em;
    left: 0;
}

.impresscenter {
    color: #666;
    background-color: #e9e4f9;
    background-image: url(../image/1x1flieder.gif);
    position: absolute;
    top: 0;
    left: 200px;
    width: 600px;
    height: 100%;
}

.impresscont {
    margin: 0 0 0 0;
    padding: 0;
    clear: both;
    overflow: auto;
    width: 560px;
    height: 512px;
    position: absolute;
    top: 128px;
    left: 220px;
    font-size: 9pt;
    scrollbar-darkshadow-color:#333366;
    text-align: left;
    color: #333366;
}

.impresscont h3 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF9933;
    font-style: italic;
    font-weight: bold;
    font-size: 11pt;
}

/*----------------------------------------------------------------------*/

/* kontakt.html */

.kontaktimg1 {
    position: fixed;
    top: 0;
    left: 0;
}

.kontaktimg2 {
    position: fixed;
    bottom: -0.3em;
    right: 0;
}

.kontaktcont1 {
    color: #666;
    background-image: url(../image/2x2flieder.png);
    position: absolute;
    top: 0;
    left: 250px;
    width: 550px;
    height: 100%;
}

.kontaktcont2 {
    top: 160px;
    left: 300px;
    color: #333366;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.kontakttext {
    color: #333366;
    text-align: left;
}

.kontaktinput {
    color: #333366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border:1px solid #C1C1FF;
    padding:1px;
    background-color: #FFFFFF;
    width:350px;
}

.kontakttextarea {
    color:#333366;
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #C1C1FF;
    padding:4px;
    background-color: #FFFFFF;
    width:345px;
    font-size: 10pt;
}

.kontaktbutton {
    color: #333366;
    font-size: 9pt;
    border-style: 1px solid #9E8DE3;
    background-color: #ffffff;
}

/*----------------------------------------------------------------------*/

/* Content */

.content {
    clear: both;
    overflow: auto;
    margin: 3em 0 0 7em;
    padding: 0;
    width: 650px;
    height: 450px;
    font-size: 10pt;
    scrollbar-darkshadow-color:#333366;
    color: #333366;
}

.content h1 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF9933;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 1.5em;
}

.content h2 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF9933;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
}

.content p {
    margin: 3px 0 6px;
    color: #333366;
}

.item {
    padding: 10px;
}

/*----------------------------------------------------------------------*/

