* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #fff url(../img/background_1x1200.png) top left repeat-x;
    font-size: 12px;
}

a img { border: none; }

a {
    color: #666;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
a#logoSmall:hover { text-decoration: none; }

div#contentWrap {
    position: absolute;
    width: 800px;
    height: 650px;
    background: url(../img/content_bg_1x650.gif) top left repeat-x;
    top: 360px;
    left: 50%;
    margin: -350px 0 0 -400px;
}

div#contentWrap div#logo {
    margin-top: 155px;
    height: 255px;
    text-align:center;
}

div#contentHeader {
    float: right;
    width: 705px;
    height: 75px;
    overflow: hidden;
    margin-top: 50px;
}
div#contentHeader h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 51px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: -0.1em;
}

div#mainMenu { line-height: 24px; }
div#mainMenu a {
    text-transform: uppercase;
    color:#000;
}
div#mainMenu ul { list-style-type: none; }
div#mainMenu ul li { display: inline; float:left; margin-left: 12px; }
div#mainMenu ul li.first { margin-left: 0; }
div#mainMenu ul li.spacer { font-size: .8em; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
div.spacer { clear:both; overflow: hidden; height: 1px; }
div.divider { 
    margin: 0 2em;
    background: #eee;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }


div#contentPane {
    height: 485px;
    background: url(../img/contentPane_bg_195x35.png) bottom right no-repeat;
}

div#footer {
    line-height: 18px;
    height: 22px;
    font-size: 10px;
    text-align: left;
    background: url(../img/footer_bg_170x22.png) top right no-repeat;
    color: #888;
    padding: 0 0 0 10px;
    text-transform: lowercase;
}
div#footer a { color: #888; }


div#contentWrap a#logoSmall {
    width: 90px;
    height: 125px;
    background: url(../img/logo_90x125.png) top left no-repeat;
    float: left;
    display:block;
}

div#contentPane h2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: .5em;
}

div#contentPane div.text {
    width: 360px;
    text-transform: lowercase;
    margin: 5px 20px 10px 20px;
    display: inline;
}
div#contentPane div.text p {
    margin-top: .5em;
}
div#contentPane div.text span.label {
    width: 5em;
    display:block;
    float: left;
}
div#contentPane div.indent {
    width: 350px !important;
    margin: 5px 20px 10px 30px !important;
}

div#contentPane div.small { font-size: 10px; }
div#contentPane div.col2 { width: 760px !important; }


div#langSelect {
    margin: 80px 0 0 0;
    text-transform: lowercase;
    line-height: 22px;
}
div#langSelect a { color: #000; }
div#langSelect div.alignLeft a.lang {
    margin-left: 45px;
    background-position: left center;
    padding-left: 25px;
}
div#langSelect div.alignRight a.lang {
    margin-right: 45px;
    background-position: right center;
    padding-right: 25px;
}
div#langSelect a.de {
    background-image: url(../img/de.gif);
    background-repeat: no-repeat;
}
div#langSelect a.en {
    background-image: url(../img/gb.gif);
    background-repeat: no-repeat;
}

div#indexFoot {
    clear: both;
    line-height: 22px;
    font-size: 10px;
    color: #888;
    text-align: center;
    text-transform: lowercase;
}
div#indexFoot a { color: #888; }


div#workWrapper div.blur {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 425px;
    background-color: #fff;
    z-index: 100;
    opacity: 0.66;
}
div#workWrapper div.loader {
    text-align: center;
    text-transform: lowercase;
    position: absolute;
    width: 140px;
    padding: .5em;
    color: #000;
    z-index: 101;
    top: 198px;
    left: 320px;
    background: #fff;
    border: solid 1px #ccc;
}

div#workWrapper {
    height: 425px;
    position: relative;
}
div#workWrapper div.description {
    position: absolute;
    width: 33%;
    overflow: hidden;
    margin: 10px;
}
div#workWrapper div.description h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
div#workWrapper div.description p.description {
    color: #666;
    text-transform: lowercase;
    font-size: 10px;
    line-height: 1.6em;
}

div#workWrapper div.image {
    width: 100%;
    height: 425px;
    background-repeat: no-repeat;
}
div#workNavigation {
    height: 51px;
    float: left;
    overflow: hidden;
    width: 516px;
    position: relative;
}
div#workNavigationWrapper {
    width: 556px;
    overflow: hidden;
    height: 51px;
    margin: 5px 0 4px 10px;
}
div#workNavigationWrapper .next_button {
    float: left;
    width: 15px;
    height: 51px;
    margin: 0 0 0 5px;
    cursor: pointer;
    z-index: 100;
    line-height: 51px;
    color: #888;
    font-weight: bold;
    text-align: right;
}
div#workNavigationWrapper .previous_button {
    float: left;
    width: 15px;
    height: 51px;
    margin: 0 5px 0 0;
    cursor: pointer;
    z-index: 100;
    line-height: 51px;
    color: #888;
    font-weight: bold;
    text-align: left;
}
div#workNavigationWrapper .previous_button_disabled,
div#workNavigationWrapper .next_button_disabled {
    cursor: default !important;
    color: #ccc !important;
}
div#workNavigationWrapper .previous_button_over,
div#workNavigationWrapper .next_button_over {
    cursor: pointer;
    color: #000;
    font-size: 1.2em;
}

div#workNavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
    height: 51px;
}
div#workNavigation ul li.first { margin-left: 0 !important; }
div#workNavigation ul li {
    margin-left: 7px;
    float: left;
}
div#workNavigation ul li.selected img {
    width: 50px;
    height: 50px;
    display: block;
    border-right: solid 1px #888;
    border-bottom: solid 1px #888;
}
div#workNavigation ul li a img.workMenuImage {
    width: 44px;
    height: 44px;
    margin: 3px;
    display: block;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
div#workNavigation ul li a img.workMenuImageHover {
    width: 50px !important;
    height: 50px !important;
    border-color: #888 !important;
    margin: 0;
}

div#workWrapper div.image div.prev {
    width: 20px;
    height: 425px;
    line-height: 425px;
    position: absolute;
    top: 0px;
    left: 10px;
}
div#workWrapper div.image div.next {
    width: 20px;
    height: 425px;
    line-height: 425px;
    position: absolute;
    top: 0px;
    left: 770px;
}
div#workWrapper div.image div.prev a,
div#workWrapper div.image div.next a {
    display: block;
    height: 100%;
    width: 100%;
}
div#workWrapper div.image div.prev a { background: none; }
div#workWrapper div.image div.prev a:hover { background: url(../img/arrLeft_20x201.gif) center left no-repeat; text-decoration: none; }
div#workWrapper div.image div.next a { background: none; }
div#workWrapper div.image div.next a:hover { background: url(../img/arrRight_20x201.gif) center left no-repeat; text-decoration: none; }

div#telephoneHint {
    float: right;
    margin-right: 10px;
}

.red { color: #c00; }
.bold { font-weight: bold; }

div#anzeige {
    width: 706px;
    height: 374px;
    position: absolute;
    top: 72px;
    left: 50%;
    background: #eee url(../img/2011Q4-anzeige-700x368.png) 3px 3px no-repeat;
    z-index: 100;
    margin-left: -353px;
}

div#anzeige img#close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: default;
}
div#anzeige img#close-icon:hover {
    cursor: pointer;
}

div#anzeigeHandle {
    width: 300px;
    height: 85px;
    top: -2px;
    right: -2px;
    position: absolute;
    background: url(../img/anzeige-handle-300x85.png) top right no-repeat;
    cursor: default;
    color: #fff;
}
div#anzeigeHandle:hover { cursor: pointer; }
div#anzeigeHandle div.text {
    text-align: right;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}
div#anzeigeHandle div.hint {
    text-align: right;
    margin: 3px 20px 0 0;
    text-transform: lowercase;
}

