/* This CSS is brought to you by Gerrit van Aaken from 3st kommunikation GmbH */
/* Last update: August 2006 */
/* Basic Settings ------------------------------------------------ */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
html {
    font-size: 70%;
}
body {
    text-align: center;
    font: normal 1.1em/1.6 "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    background: white;
    padding: 0px 10px;
}
div.wrapper {
    margin: 0 auto;
    text-align: left;
    width: 73em;
    position: relative;
}
div#header {
    padding-bottom: 4.5em;
}
div#maincontent {
    clear: both;
}
a img {
    border: none;
    text-decoration: none;
    vertical-align: middle;
}
.hideme {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
}
fieldset {
    border: none;
}
a:link, a:visited {
    color: #006669;
    text-decoration: none;
}
a:focus, a:hover, a:active {
    color: black;
}
td {
    font-size: 1em;
}
a.more {
    font-weight: normal;
    padding-left: 10px;
    background: url(/_Layout/arrow-right.gif) 0 4px no-repeat;
    font-family: georgia, palatino, times, "Times New Roman", serif;
}
#content a.more:link,
#content a.more:visited {
    text-decoration: none;
}
#content a.more:focus,
#content a.more:hover,
#content a.more:active {
    text-decoration: underline;
}
hr, div.hr {
    clear: both;
    border: none;
    border-top: 1px solid #9caab1;
    margin: 1em 0;
}

/** Allgemeines
------------------------------------------------------------------*/
div.clearleft {
    height: 1px;
    clear: left;
    overflow: hidden;
}
div.clearright {
    height: 1px;
    clear: right;
    overflow: hidden;
}
div.clearboth {
    height: 1px;
    clear: both;
    overflow: hidden;
}

div#content p.error {
    margin: 0px 0px 2em 0px;
    padding: 5px 5px 5px 35px;
    border: 1px solid #FFDE00;
    background-color: #FAFFA8;
    background-image: url(/_Layout/error.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}

.reddot,
#content .reddot a {
    font-size: 90%;
    color: #FF0000;
    text-align: left;
}

div.disclaimer {
    display: none;
}


/* sIFR-Styles ------------------------------------------------ */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
.sIFR-hasFlash  #content h1 {
    visibility: hidden;
}

/* Header ------------------------------------------------ */
#logo {
    text-align: center;
    margin: 8px 0 11px 0;
}
#global-navi {
    position: absolute;
    right: 0px;
    top: 1px;
    font-size: 0.85em;
}
#global-navi li {
    display: inline;
    padding-left: 1em;
}
#global-navi li.en {
    padding-left: 2.9em;
    background: url(/_Layout/gb.gif) no-repeat 1.1em 0.2em;
}
#global-navi li.de {
    padding-left: 2.9em;
    background: url(/_Layout/de.gif) no-repeat 1.1em 0.2em;
}
#global-navi a:link,
#global-navi a:visited {
    color: #aaa;
}
#global-navi a:focus,
#global-navi a:hover,
#global-navi a:active,
#global-navi a.active,
#global-navi a:link.active,
#global-navi a:visited.active {
    color: black;
    text-decoration: none;
}
#global-navi .active a {
    text-decoration: underline;
}
div#title {
    border-top: 1px solid #9caab1;
    padding: 0.5em 0 0.2em 0;
}

div#title_home {
    height: 11.31em;
    padding: 0.55em 0em 0em 0em;
}
div#title_home img {
    width: 73em;
}

#title {
    height: 11.3em;
    width: 73em;
}
#title div {
    display: block;
    background: none;
    float: left;
    height: 10.92em;
}
#title img {
    border-left: 0.2em solid white;
    width: 41.4em;
}
#title .leftbox {
    width: 16.5em;
}
#title .rightbox {
    float: right;
    border: none;
    width: 14.7em;
}
#title .headergreen {
    background: #83b845;
}
#title .headergrey {
    background: #9caab1;
}
/* Main Navigation ------------------------------------------------ */
div#topmenu {
    position: relative;
    top: 0px;
    left: 0px;
    border-top: 1px solid #9caab1;
    padding: 0px 0px 0px 16.1em;
}
div#topmenu ul {
    text-transform: uppercase;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div#topmenu ul li {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin:  0em 0.6em 0em 0.6em;
    border-top: 3px solid white;
}
div#topmenu ul li a {
    font-size: 0.85em;
    letter-spacing: 1px;
    padding: 0.2em 0em 0.4em 0em;
    display: block;
    font-weight: bold;
    color: #000;
    font-family: tahoma, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}
div#topmenu ul li a:focus,
div#topmenu ul li a:hover,
div#topmenu ul li a:active,
div#topmenu ul .active a {
    color: #83B845;
}
div#topmenu ul li:hover a,
div#topmenu ul li a:hover {
    background-color: transparent;
}
div#topmenu ul li.active {
    border-top: 3px solid #83b845;
}
div#topmenu ul li.active ul li.active {
    border-top: 3px solid #FFF;
}
div#topmenu ul .active a li a {
    color: #83B845;
}
div#topmenu ul ul {
    display: none;
    text-transform: none;
}
div#topmenu ul li:hover ul,
div#topmenu ul li a:hover ul {
    width: 13em;
    display: block;
    position: absolute;
    left: 0px;
    padding: 0px 0px 5px 0px;
    border: 1px solid #BBB;
    background-color: #FFF;
    text-align: left;
}
div#topmenu ul ul li {
    width: 100%;
    display: block;
    float: none;
    margin:  0em;
}
div#topmenu ul ul li a,
div#topmenu ul li:hover li a,
div#topmenu ul .active a li a {
    font-size: 1em;
    padding: 0px 8px;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    font-weight: normal;
    color: #3B4144;
    letter-spacing: 0px;
}
div#topmenu ul ul li a:hover {
    color: #83b845;
}
div#topmenu * {
    z-index: 2;
}

/* Subnavigation ------------------------------------------------ */
div#sub-navi {
    width: 14.7em;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
div#sub-navi ul {
    /*border-bottom: 1px solid #9caab1;*/
}
div#sub-navi ul li {
    border-top: 1px solid #9caab1;
    display: block;
    margin-bottom: -0.05em;
}

div#sub-navi ul li a,
div#sub-navi ul li.active ul li a {
    display: block;
    line-height: 1.3em;
    padding: 0.3em 0 0.45em 0.8em;
    /*background-image: url(/_Layout/minus_grey.gif);
    background-repeat: no-repeat;
    background-position: 5px 1em;
}

div#sub-navi ul li.active a {
    background-image: url(/_Layout/minus_white.gif);
}

div#sub-navi ul li.parent a,
div#sub-navi ul li.active ul li.parent a {
    background-image: url(/_Layout/plus_grey.gif);
    background-position: 5px 0.75em;
}

div#sub-navi ul li.active ul li a {
    background-image: url(/_Layout/minus_grey.gif); */
}

div#sub-navi ul a:link,
div#sub-navi ul a:visited {
    color: #3b4144;
}
div#sub-navi ul li li a:link,
div#sub-navi ul li li a:visited {
    color: #6d777d;
}
div#sub-navi ul .active a:link,
div#sub-navi ul .active a:visited {
    color: white;
}
.wrapper div#sub-navi ul a:focus,
.wrapper div#sub-navi ul a:hover,
.wrapper div#sub-navi ul a:active,
.wrapper div#sub-navi ul li.active li a:focus,
.wrapper div#sub-navi ul li.active li a:hover,
.wrapper div#sub-navi ul li.active li a:active {
    cursor: pointer;
    color: #83b845;
}
.wrapper div#sub-navi ul li.active a:focus,
.wrapper div#sub-navi ul li.active a:hover,
.wrapper div#sub-navi ul li.active a:active {
    color: white;
}
div#sub-navi ul li.active {
    border-top: 1px solid white;
    background: #83b845;
}
div#sub-navi ul li.active li {
    background: white;
}
div#sub-navi ul li.active li a:link,
div#sub-navi ul li.active li a:visited {
    color: #6d777d;
}
div#sub-navi ul li.active li a:focus,
div#sub-navi ul li.active li a:hover,
div#sub-navi ul li.active li a:active {
    color: #83b845;
}

div#sub-navi ul li ul li.active a:link,
div#sub-navi ul li ul li.active a:visited {
    color: #83b845;
}

div#sub-navi ul li ul li.active ul li a:link,
div#sub-navi ul li ul li.active ul li a:visited {
    color: #6d777d;
}
div#sub-navi ul li ul li.active ul li.active a:link,
div#sub-navi ul li ul li.active ul li.active a:visited {
    color: #83b845;
}

div#sub-navi ul li li {
    border: none;
    padding-left: 1.3em;
}

/* Content-Bereich ------------------------------------------------ */

#content {
    position: absolute;
    top: -0.35em;
    left: 14.7em;
    width: 38.7em;
    margin: 0 0 0 2em;
    padding-bottom: 3em;
}
#maincontent .extrawide {
    margin-left: 0;
    width: 73em;
}
#content a:link,
#content a:visited {
    text-decoration: underline;
}
#content a:focus,
#content a:hover,
#content a:active {
    text-decoration: none;
    color: #006669;
}
#content a[href^="http"] {
    padding: 0  0 0 14px;
    background: url(/_Layout/pic-external.gif) 0 2px no-repeat;
}
#content div#footer a[href^="http"] {
    padding: 0px;
    background: none;
}

#content p, #content ul {
    font-family: georgia, palatino, times, "Times New Roman", serif;
    margin: 0 0 0.6em 0;
    line-height: 1.7em;
}
h1 {
    font-family: georgia, palatino, times, "Times New Roman", serif;
    font-size: 2.0em;
    margin-bottom: 0.4em;
    color: #006669;
    font-weight: normal;
    line-height: 1.3em;
}
#content h2 {
    font-family: georgia, palatino, times, "Times New Roman", serif;
    font-size: 1.4em;
    color: #006669;
    font-weight: normal;
    letter-spacing: 0em;
    margin: 0em 0em 0.3em 0em;
    padding-top: 0.8em;
}
#content h3 {
    color: #598F8F;
    font-size: 1.1em;
    margin: 0 0 0.6em 0;
    font-family: georgia, palatino, times, "Times New Roman", serif;
    line-height: 1.2em;
}
#content h4 {
    font-size: 1.0em;
    margin: 0 0 0.3em 0;
    font-family: georgia, palatino, times, "Times New Roman", serif;
}
blockquote {
    font-family: georgia, palatino, times, "Times New Roman", serif;
    font-style: italic;
    text-indent: 2em;
    background: url(/_Layout/quotes.gif) 0 3px no-repeat;
    margin: 0.3em 0 1em 0;
}
#content p img {
    padding: 0.8em 0;
}
#content ul {
    padding: 0 0 0.8em 0;
}
#content li {
    display: block;
    padding: 0 0 0 12px;
    background: url(/_Layout/arrow-right.gif) 0 0.59em no-repeat;
}
div.toplink {
    border-top: 1px solid #9caab1;
    clear: both;
    text-align: right;
    margin: 3em 0em 1em 0em;
}
div.toplink a {
    font-size: 0.8em;
    padding: 0 0 0 12px;
    background: url(/_Layout/arrow-top.gif) 0 0.5em no-repeat;
}
#content div.toplink a:link,
#content div.toplink a:visited {
    text-decoration: none;
}
#content div.toplink a:focus,
#content div.toplink a:hover,
#content div.toplink a:active {
    text-decoration: underline;
}
img.picleft {
    float: left;
    margin: 0.5em 1.1em 0.5em 0;
}
/* Footer ------------------------------------------------ */
#footer {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    margin: 4em 0 0 0;
    border-top: 1px solid #9caab1;
    clear: left;
}
#footer li {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    float: left;
    margin-right: 0.7em;
    padding-right: 0.7em;
    padding-left: 0;
    background: url(/_Layout/vertline.gif) top right no-repeat;
    font-size: 0.8em;
}
a.icon-top {
    float: right;
    background: url(/_Layout/arrow-top.gif) 0 60% no-repeat;
    padding-left: 1em;
    font-size: 0.8em;
}
#footer a:link,
#footer a:visited {
    text-decoration: none;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
    text-decoration: underline;
}
/* Tabellen ------------------------------------------------ */
table {
    border-collapse: collapse;
    margin: 1em 0 0 0;
    width: 44.35em;
    font-size: 0.88em;
}
table p {
    font: normal 1em/1.2 "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}
th {
    border-bottom: 2px solid #9caab1;
    text-align: right;
    vertical-align: bottom;
    border-right: 0.8em solid white;
    padding: 0.3em 0;
    line-height: 1.3em;
}
tfoot th {
    vertical-align: top;
    border-bottom: none;
}
th.active p {
    font-weight: bold;
}
td {
    text-align: right;
    vertical-align: top;
    border-right: 0.8em solid white;
    line-height: 1.3em;
    padding: 0.3em 0;
}
td p {
    margin: 0.2em 0 0.4em 0;
}

table td.active {
    background-color: #eee;
    padding: 0.3em 0.4em
}
th.active {
    padding: 0.3em 0.4em
}
tfoot th.active {
    background-color: #eee;
}
.first-child {
    text-align: left;
}
.leftcell table td,
.leftcell table th {
    text-align: left;
}
table small {
    font-weight: normal;
}

table.border th {
    border-bottom: 2px solid #9caab1;
}

table.border,
table.border tfoot th,
table.border td {
		border-bottom: 1px solid #9caab1;
}

/* Sidebar ------------------------------------------------ */
div#sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 14.7em;
    padding-bottom: 3em;
    overflow: hidden;
}
form#frm_searchform {
    margin-bottom: -0.2em;
}
form#frm_searchform div.frm_panel {
    margin: 0px;
}
form#frm_searchform div.frm_panel div.frm_label {
    display: none;
    float: none;
}
form#frm_searchform div.frm_panel div.frm_field {
    width: auto;
    padding: 0px;
}
form#frm_searchform div.frm_panel div.frm_field input.txt {
    padding: 0.1em 0.3em;
}
form#frm_searchform div.frm_panel_button {
    margin: 0em 0em 0em 11em;
    padding: 0.1em 0em 0em 0em;
}
#searchfield {
    width: 11.1em;
    color: black;
}
#searchbutton {
    color: white;
    font-weight: bold;
    padding: 0 0.4em;
    text-align: center;
    vertical-align: top;
    display: inline;
    border-bottom: 1px solid #004246;
    border-right: 1px solid #004246;
    border-left: 1px solid #93bdbe;
    border-top: 1px solid #93bdbe;
    background: #006669;
}
#toolbox {
    margin-top: -0.7em;
    border-top: 0.15em solid white;
    padding-bottom: 0;
}
#toolbox p {
    padding-bottom: 0.4em;
    margin-top: -0.3em;
}
#sidebar #toolbox a:link,
#sidebar #toolbox a:visited,
#sidebar a#xsearch:link,
#sidebar a#xsearch:visited {
    text-decoration: none;
}
#sidebar #toolbox a:focus,
#sidebar #toolbox a:hover,
#sidebar #toolbox a:active,
#sidebar a#xsearch:focus,
#sidebar a#xsearch:hover,
#sidebar a#xsearch:active {
    text-decoration: underline;
}
a#printthis {
    padding: 0 0.6em 0 20px;
    background: url(/_Layout/pic-printer.gif) 0 0 no-repeat;
}
a#sendthis {
    padding: 0 0 0 19px;
    background: url(/_Layout/pic-mail.gif) 0 0.2em no-repeat;
}
a#xsearch {
    padding: 0 0 1px 20px;
    background: url(/_Layout/pic-glass.gif) 0.1em 0 no-repeat;
}
div#sidebar .sidebox select {
    margin: 0 0 0.5em 0;
    width: 14.3em;
    font-size: 0.9em;
    color: black;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}
div#sidebar .sidebox .select option {
    padding-left: 0.4em;
}

/* Sideboxes ----------------------------------------------- */
div.sidebox {
    margin-bottom: 0.6em;
    padding: 0.6em 0.8em 0.1em 0.8em;
}
.sidebox {
    background: white;
}
.petrol {
    background: #006669;
}
.sidebox h2 {
    /*font: normal 1.3em/1.2 georgia, palatino, times, "Times New Roman", serif;*/
    font-size: 1.1em;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 0.4em 0;
    color: white;
}
.sidebox ul {
    padding-bottom: 0.5em;
}
.sidebox ul li {
    padding: 0 0 0 12px;
    margin-bottom: 0.3em;
    display: block;
    background: url(/_Layout/arrow-white-petrol.gif) 0 0.45em no-repeat;
    line-height: 1.3em;
}
.sidebox p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    line-height: 1.4em;
    margin: 0.5em 0;
}
.sidebox form {
    margin: 0 0 0.6em 0;
}
.sidebox input.text {
    width: 10.5em;
    font-size: 0.9em;
    padding: 0.07em 0 0 0.3em;
    color: black;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}
.sidebox input.button {
    padding: 0 0.3em;
    font-size: 0.9em;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #aaa;
}
#sidebar .sidebox p a:link,
#sidebar .sidebox p a:visited {
    text-decoration: underline;
}
#sidebar .sidebox p a:focus,
#sidebar .sidebox p a:hover,
#sidebar .sidebox p a:active {
    text-decoration: none;
}
.sidebox img {
    position: relative;
    left: -0.8em;
}
/* Sidebox Grey */
.grey {
    background: #d5dadd;
}
.grey h2 {
    color: #005969;
}
.grey a:link,
.grey a:visited {
    text-decoration: underline;
}

.grey a:focus,
.grey a:hover,
.grey a:active {
    text-decoration: none;
    color: #005d60;
}
.grey ul li {
    background-image: url(/_Layout/arrow-right.gif);
}
/* Sidebox Petrol */
.petrol p,
.petrol li {
    color: white
}
.petrol a:link,
.petrol a:visited {
    color: white;
}
.petrol a:focus,
.petrol a:hover,
.petrol a:active{
    text-decoration: underline;
}
/* Sidebox Friedensdorf */
#sub-navi .friedensdorf {
    font-size: 0.9em;
    font-weight: bold;
    color: #828D94;
}
#sub-navi .friedensdorf p a {
    color: #828D94;
}
#sub-navi .friedensdorf p a:hover {
    color: #006669;
}
#sub-navi .friedensdorf p img {
    margin: 0.3em 0em 0.6em 0.85em;
    display: block;
}
/* Sidebox Downloads */
div.downloads {
    padding: 0;
}
.downloads h2 {
    background: #83b845;
    padding: 0.4em 0.7em;
    margin-bottom: 0.12em;
}
#sidebar .downloads ul {
    padding: 0;
}
#sidebar .downloads li {
    background: #9caab1 url(/_Layout/pic-file.gif) 0.8em 0.4em no-repeat;
    margin-bottom: 0.15em;
    padding: 0.2em 0.8em 0.38em 2.1em;
    line-height: 1.2em;
}
.downloads li a {
    background: none;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}
.downloads li a:link,
.downloads li a:visited {
    color: white;
}
.downloads li a:focus,
.downloads li a:hover,
.downloads li a:active {
    color: white;
    text-decoration: underline;
}

/* Sidebox Kontaktlink */
div.contactlink p {
    padding: 0px 0px 0.3em 1.6em;
    background-image: url(/_Layout/pic-mail.gif);
    background-repeat: no-repeat;
    background-position: 0.1em 0.3em;
}

/* Sidebox Kontakt */
div.contact {
    padding: 0;
}

div.contact ul {
    font-size: 0.9em;
}

div.contact ul ul {
    font-size: 1em;
}

div.contact span {
    display: block;
    margin: -0.6em 0px 0px 0px;
    font-size: 0.78em;
}

.contact h2 {
    background: #83b845;
    padding: 0.4em 0.7em;
    margin-bottom: 0.12em;
}
#maincontent .contact h3 {
    font-size: 1.1em;
    color: #555;
    margin: 0.2em 0 -0.3em 0;
}
#maincontent .contact ul {
    padding: 0;
}
#maincontent .contact li {
    background: #d5dadd url(/_Layout/pic-file.gif) 0.8em 0.5em no-repeat;
    margin-bottom: 0.18em;
    padding: 0.2em 0.8em 0.15em 2.5em;
    border: none;
    line-height: 1.2em;
}
#maincontent .contact li.phone { background-image: url(/_Layout/pic-phone.gif); }
#maincontent .contact li.intern { background-image: url(/_Layout/pic-internal.gif); }
#maincontent .contact li.mail { background-image: url(/_Layout/pic-mail.gif); }
#maincontent .contact li a {
    background: none;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    display: inline;
    color: #006669;
}
#maincontent .contact li a:link,
#maincontent .contact li a:visited {
    text-decoration: underline;
}

#maincontent .contact li a:focus,
#maincontent .contact li a:hover,
#maincontent .contact li a:active {
    text-decoration: none;
    color: #006669;
}

/* Sidebox newsfeeds */
ul.newsfeeds li {
    padding: 0 0 0 16px;
    background: url(/_Layout/feedicon.gif) 0 60% no-repeat;
}
ul.newsfeeds a {
    background: none;
    padding: 0;
}

/* Startseite ------------------------------------------------ */
#start #title {
    border: none;
    height: 15.4em;
}
#start #title object {
    width: 100%;
    height: 15em;
}
#start #content h2 {
    margin-top: 2.5em;
}
#start .newstable {
    padding-top: 0.8em;
    border: none;
    border-bottom: 1px solid #9caab1;
}
#start h1 {
    margin-bottom: 0;
}
p.aktienkurs {
    border-bottom: 1px solid #9caab1;
    padding: 0 0 0.5em 0;
    font-size: 0.9em;
    line-height: 1em;
}
p.aktienkurs span {
    padding: 0 1.4em;
    color: #888;
}
p.minus span {
    color: #bf373a;
}
p.plus span {
    color: #6e9b3a;
}
p.plus {
    background: url(/_Layout/plus.gif) right top no-repeat;
}
p.minus {
    background: url(/_Layout/minus.gif) right top no-repeat;
}
p.neutral {
    background: url(/_Layout/neutral.gif) right top no-repeat;
}
h1.topspace {
    margin-top: 1.2em;
    border-top: 0 solid white;
}
p.teaser {
    display: inline;
    padding-right: 0.8em;
}

#maincontent div#aktienchart {
    padding: 0.7em 0 0.5em 0;
    border: none;
}
#maincontent div#aktienchart img {
    position: static;
}
#maincontent div#aktienchart h2 {
    padding: 0.2em 0 0.5em 0;
    margin: 0;
    color: #006669;
}
#sub-navi .contact {
}
#sub-navi .contact h2 {
    background: #006669;
}
#sub-navi #service li {
    background-image: none;
    padding: 0.6em 1em;
    font-weight: bold;
    font-size: 1.1em;
}
#sub-navi #service li li {
    padding: 0;
    font-weight: normal;
    margin-top: 0.3em;
    font-size: 0.9em;
}
#sub-navi #service li p {
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
}
#sub-navi #service li a:link,
#sub-navi #service li a:visited {
    text-decoration: none;
        color: #006669;
}
#sub-navi #service li li a:link,
#sub-navi #service li li a:visited {
        color: #006669;
}
#sub-navi #service li a:focus,
#sub-navi #service li a:hover,
#sub-navi #service li a:active {
    text-decoration: underline;
}
ul#logoteaser {
    padding: 0em 0em 0em 0.2em;
    width: 105%;
}
ul#logoteaser li {
    display: inline;
    background: none;
    padding: 0 3em 0 0;
}


/* Spezielle Formate ------------------------------------------------ */
/* Newstabellen */
.newstable {
    border-bottom: 1px solid #9caab1;
    margin: 0 0 2em 0;
    overflow: hidden;
    width: 100%;
}
.newstable dd {
    border-top: 1px solid #9caab1;
    overflow: hidden;
    padding: 0.5em 0 0.5em 0;
}
.newstable p {
    display: inline;
    padding: 0 1em 0 0;
}
.newstable dt {
    padding: 0.8em 1.5em 0 0;
    border-top: 1px solid #9caab1;
    float: left;
    color: #006669;
    font: bold 0.9em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    clear: both;
    width: 7em;
}
.newstable a {
    font-weight: normal;
    padding-left: 10px;
    background: url(/_Layout/arrow-right.gif) 0 4px no-repeat;
    font-family: georgia, palatino, times, "Times New Roman", serif;
    white-space: nowrap;
}
#content .newstable dd a:link,
#content .newstable dd a:visited {
    text-decoration: none;
}
#content .newstable dd a:focus,
#content .newstable dd a:hover,
#content .newstable dd a:active {
    text-decoration: underline;
}
/* Personenportrait */
.person  {
    border-top: 1px solid #9caab1;
    clear: left;
    overflow: auto;
    width: 100%;
    margin-top: 2em;
}
#content .person h2 {
    margin-top: -0.6em;
}
#content .person h2 span.small {
    font-size: 0.65em;
    font-weight: bold;
}
#content .person img {
    float: left;
    margin: 0.8em 1.2em 0.8em 0;
    padding: 0;
}
#content .person p.position {
    font: normal 0.9em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    color: #006669;
    margin: 0.5em 0;
}
#content .person p {
    margin-left: 9.8em;
}
/* Sitemap */
#content .sitemap {
    margin: 1.15em 0 0 0;
}
#content .sitemap li {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    line-height: 1.4em;
    margin: 0.5em 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-top: 1px solid #9caab1;
    background: none;
    padding: 0;
}
#content .sitemap ul {
    padding-bottom: 0.6em;
}
#content .sitemap ul ul {
    margin: 0;
}
#content .sitemap li a {
    display: block;
    padding: 0.3em 0 1em 0.4em;
    text-decoration: none;
}
#content .sitemap li li {
    text-transform: none;
    letter-spacing: 0;
    border-top: 1px solid #e9e9e9;
    margin: 0;
    padding: 0 0 0 1.2em;
}
#content .sitemap li li a {
    display: block;
    padding: 0 0 0 17px;
    background-image: url(/_Layout/arrow-right.gif);
    background-position: 0.3em 0.5em;
    background-repeat: no-repeat;
}
#content .sitemap li li li a {
    padding: 0 0 0 0.3em;
    background-image: none;
    color: #9caab1;
    margin-left: 0.7em;
}
#content .sitemap li a:link,
#content .sitemap li a:visited {
    background-color: white;
}
#content .sitemap li a:focus,
#content .sitemap li a:hover,
#content .sitemap li a:active {
    background-color: #f6f6f6;
}
/* Bilderdownload */
div.imageload {
    padding: 20px 0px;
    border-top: 1px solid #9CAAB1;
}
div.imageload div.image {
    width: 110px;
    margin: 0px 15px 0px 0px;
    float: left;
}
div#content div.imageload div.image p.size {
    margin: 0px 0px -3px 0px;
    font-size: 0.9em;
}
div.imageload div.image div {
    height: 110px;
    overflow: hidden;
}
div.imageload div.desc {
    width: 28em;
    float: left;
}
div#content div.desc h2 {
    margin: -20px 0px 5px 0px;
}
div.desc h3 {
    margin: -5px 0px 0px 0px;
}
div.desc p.copyright {
    margin: 0px 0px 0px 0px;
    font-size: 0.9em;
    color: #999;
}
/** Bild mit Fliesstext
------------------------------------------------------------------*/
div.floatImageText {
    margin: 10px 0px;
}
div.leftFloatedImage {
    float: left;
    margin: 5px 10px 5px 0px;
}
div.rightFloatedImage {
    float: right;
    margin: 5px 0px 5px 10px;
}

/** Bild mit Blocktext
------------------------------------------------------------------*/
div.leftBlockImage {
    float: left;
    margin: 3px 10px 5px 0px;
}
div.rightBlockImage {
    float: right;
    margin: 3px 0px 5px 10px;
}

/** Formulare
------------------------------------------------------------------*/
div.frm_panel {
    margin: 0px 0px 10px 0px;
}
div.frm_panel_33 {
    width: 33%;
    float: left;
}

div.frm_panel_50 {
    width: 49%;
    margin: 0px 0px 10px 0px;
    float: left;
}

div.frm_panel_button {
    margin: 0px 0px 10px 13em;
}
div.frm_panel_button input {
    padding: 0.1em 1em;
    border-bottom: 1px solid #004246;
    border-right: 1px solid #004246;
    border-left: 1px solid #93bdbe;
    border-top: 1px solid #93bdbe;
    background-color: #006669;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFF;
}
div.frm_label {
    width: 12em;
    float: left;
    padding: 0px 0px 1px 0px;
}
div.frm_field {
    width: 25.5em;
    padding: 0px 0px 0px 1em;
    float: left;
}
div.frm_panel_50 div.frm_field {
    width: auto;
}
div.frm_label label {
    font-weight: bold;
    color: #6D777D;
}
div.frm_field input.txt,
div.frm_field select,
div.frm_field textarea {
    width: 20em;
    padding: 1px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #d5dadd;
    font-size: 0.9em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
    background-image: url(/_Layout/formshadow.gif);
    background-repeat: repeat-x;
    background-position: top;
}
div.frm_field textarea {
    height: 10em;
}
div.frm_field select option {
    padding: 0px 3px;
}
div.frm_field input.small,
div.frm_field select.small {
    width: 5em;
}
div.frm_field input.smallmedium,
div.frm_field select.smallmedium {
    width: 15em;
}
div.frm_field input.mediumwide,
div.frm_field select.mediumwide,
div.frm_field textarea.mediumwide {
    width: 25em;
}
div.frm_field input.wide,
div.frm_field select.wide,
div.frm_field textarea.wide {
    width: 30em;
}
div.frm_field textarea {
    width: 400px;
    height: 120px;
}
div.frm_panel_checkbox,
div.frm_panel_radio {
    margin: 0px 0px 3px 0px;
}
div.frm_panel_radio_left,
div.frm_panel_checkbox_left {
    margin: 0px 15px 3px 0px;
    float: left;
}
div.frm_panel_checkbox div.frm_field,
div.frm_panel_checkbox_left div.frm_field {
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 1px;
    float: left;
}
div.frm_panel_radio div.frm_field,
div.frm_panel_radio_left div.frm_field {
    width: auto;
    margin: 4px 0px 0px 0px;
    padding: 0px 5px 0px 1px;
    float: left;
}
div.frm_panel_checkbox div.frm_label,
div.frm_panel_checkbox_left div.frm_label {
    width: auto;
    padding: 1px 0px 0px 0px;
    float: none;
    font-weight: normal;
}
div.frm_panel_radio div.frm_label,
div.frm_panel_radio_left div.frm_label {
    width: auto;
    float: none;
    font-weight: normal;
}
div.frm_panel_checkbox div.frm_label label,
div.frm_panel_radio div.frm_label label,
div.frm_panel_radio_left div.frm_label label,
div.frm_panel_checkbox_left div.frm_label label {
    font-weight: normal;
}

/** Objektfilter & Seitennavigation
------------------------------------------------------------------*/
form#frm_filter {
    margin: 0px 0px 2em 0px;
    padding: 0px 0px 0em 0px;
    border-bottom: 1px solid #9caab1;
}
form#frm_filter div.frm_panel {
    float: left;
    margin: 0px 1em 0px 0px;
}
form#frm_filter div.frm_label {
    width: auto;
    float: none;
    padding: 0px 0.2em;
}
form#frm_filter div.frm_field {
    width: auto;
    float: none;
    padding: 0px;
}
form#frm_filter div.frm_panel_button {
    float: left;
    margin: 1.58em 0px 0px 0px;
}
form#frm_filter div.frm_field select#cbCity {
    width: 7.5em;
}
form#frm_filter div.frm_field select#cbDistrict {
    width: 12em;
}
form#frm_filter div.frm_field select#cbRoom {
    width: 15em;
}
div#page-navi {
    margin: 1.5em 0px 0.5em 0px;
}
div#page-navi p {
    text-align: right;
}
div#page-navi p#result {
    float: left;
}

/** Objektauflistung
------------------------------------------------------------------*/
div.object {
    padding: 1em 0px;
    border-bottom: 1px solid #9caab1;
}
div.object div.image {
    width: 10em;
    height: 7em;
    float: left;
    overflow: hidden;
}
div.object div.address {
    width: 13em;
    height: 6em;
    float: left;
    padding: 0.2em 0.3em 0.2em 0.8em;
    /*background-color: gold;*/
}
div.object div.information {
    width: 13.5em;
    height: 6em;
    float: left;
    padding: 0.2em 0.3em;
    text-align: left;
    /*background-color: red;*/
}
div.object div.action {
    float: none;
    position: relative;
    top: -1.6em;
    padding: 0em 0.5em;
    text-align: right;
    color: #006669;
}
div.object div.action a {
}
div.object div.action a.detail {
    padding: 0px 15px 0px 0px;
    background-image: url(/_Layout/arrow-right.gif);
    background-position: right 6px;
    background-repeat: no-repeat;
}
/** Objektdetailansicht
------------------------------------------------------------------*/
div#objectdetail div.image {
    display: block;
    float: left;
    margin: 0px 0px 2em 0px;
}
div#objectdetail div.links {
    float: left;
}
div#objectdetail div.links a {
    display: block;
    margin: 0px 0px 0.6em 1em;
    padding: 0px 15px;
    background-image: url(/_Layout/arrow-right.gif);
    background-position: 4px 7px;
    background-repeat: no-repeat;
}
div.sidebyside_exposeleft {
    width: 46%;
    float: left;
    margin: -8px 15px 20px 0px;
    text-align: right;
    font-family: georgia, palatino, times, "Times New Roman", serif;
}
div.sidebyside_exposeright {
    width: 46%;
    float: right;
    margin: -8px 0px 20px 0px;
    text-align: right;
    font-family: georgia, palatino, times, "Times New Roman", serif;
}
div.sidebyside50,
div.sidebyside50_first-child {
    width: 48%;
    float: left;
}
div.sidebyside50_first-child {
    margin: 0px 15px 0px 0px;
}
div.sidebyside60 strong,
div.sidebyside50 strong,
div.sidebyside40 strong,
div.sidebyside_exposeleft strong,
div.sidebyside_exposeright strong {
    width: auto;
    display: block;
    float: left;
    text-align: left;
}
/** Objektlandkarte
------------------------------------------------------------------*/
div#Karte {
    width: 278px;
    height: 371px;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    background-image: url(/_Layout/karte.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
div.location {
    position: absolute;
    visibility: visible;
}
div#content div.location a,
div#content div.location a:hover {
    font-weight: bold;
    color: #006669;
    text-decoration: none;
}
div#content div.location a:visited {
    font-weight: bold;
    color: #83B845;
    text-decoration: none;
}
div#content div.location div {
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 2;
    visibility: hidden;
    padding: 1px 10px;
    white-space: nowrap;
    border: 1px solid #83B845;
    background-color: #FFF;
    font-weight: bold;
    color: #9caab1;
}

/** Objektdetailbild
------------------------------------------------------------------*/
div.detailimage {
    width: 40em;
    overflow: hidden;
    text-align: center;
}

/** Datenblatt
------------------------------------------------------------------*/
div.datasheet {
    border-bottom: 1px solid #9caab1;
}
div.datasheet div.label {
    width: 25%;
    float: left;
    font-weight: bold;
}
div.datasheet div.value {
    width: 70%;
    float: right;
}
div#content div.datasheet div.value p {
    margin: 0px;
}

/** Dateidownload
------------------------------------------------------------------*/
div#content a.file {
    display: block;
    margin: 1px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    background-image: url(/_Layout/pic-file.gif);
    background-repeat: no-repeat;
    background-position: 5px 4px;
}
/** Gloassar
------------------------------------------------------------------*/
div.glossary {
    margin: 5px 0px;
    border-bottom: 1px solid #9caab1;
}
div.glossary div.label {
    width: 25%;
    float: left;
}
div.glossary div.content {
    width: 70%;
    float: right;
}
div#content div.glossary div.content * {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", arial, sans-serif;
}

/** Galerie
------------------------------------------------------------------*/
#content ul.gallery {
    padding: 0em 0em 0em 0.2em;
    width: 105%;
}
#content ul.gallery li {
    display: inline;
    background: none;
    padding: 0em 1em 1em 0em;
}

/** Publikationen
------------------------------------------------------------------*/
div.publication {
    width: 105%;
    margin: 0px 0px 25px 0px;
}
#content div.publication h2 {
    margin: 15px 0px;
}
div.publication div.download {
    width: 30%;
    height: 160px;
    float: left;
    padding: 0px 5px 5px 5px;
    background-color: #d5dadd;
}
div.publication div.order {
    width: 64%;
    height: 160px;
    float: right;
    padding: 0px 5px 5px 5px;
    background-color: #d5dadd;
}
div#content div.publication div.download p.header,
div#content div.publication div.order p.header {
    margin: 0px -5px;
    padding: 1px 1px 1px 5px;
    background-color: #83B845;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
}
div.publication div.download div.image {
    width: 150px;
    height: 100px;
    margin: 5px 0px;
    overflow: hidden;
}
div#content div.publication div.download a.file {
    padding: 0px 0px 0px 15px;
    background-position: 0px 4px;
}
div#content div.publication form {
    margin: 10px 0px 10px 10px;
}
div#content div.publication div.frm_panel {
    width: auto;
    margin: 0px 0px 5px 0px;
    float: left;
}
div#content div.publication div.frm_panel_button {
    margin: 15px 0px 0px 0px;
}
div#content div.publication div.frm_panel_button input {
    width: 20em;
}
div#content div.publication div.frm_panel_last-child {
    margin: 0px 0px 0px 75px;
}
div#content div.publication div.frm_panel div.frm_label {
    width: auto;
}
div#content div.publication div.frm_panel div.frm_label label {
    font-weight: normal;
}
div#content div.publication div.frm_panel div.frm_field {
    width: auto;
    margin: 0px;
}
div#content div.publication div.frm_panel div.frm_field select {
    width: 3.5em;
}

/** Merkzettel (Verkauf)
------------------------------------------------------------------*/
form#frm_note div.frm_panel_checkbox {
    padding: 5px 0px 3px 0px;
    border-top: 1px solid #9caab1;
}
form#frm_note div.frm_panel_checkbox div.frm_label label {
    font-weight: bold;
}
form#frm_note div.frm_panel_button {
    margin: 20px 0px 0px 0px;
}
/** Seite versenden
------------------------------------------------------------------*/
form#frm_sendto div.frm_panel_button {
    margin: 0px 0px 0px 14em;
}
form#frm_sendto div.frm_label {
    width: 13em;
}
form#frm_sendto div.frm_field {
    width: 24em;
}
/** Finanzierungsrechner
------------------------------------------------------------------*/
form#frm_capital div.frm_panel {
    margin: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #D2DFC3;
}
form#frm_capital div.frm_panel_button {
    margin: 2em 0px 0px 0px;
    text-align: right;
}
form#frm_capital div.frm_field_left {
    width: 15em;
    float: left;
    text-align: right;
}
form#frm_capital div.frm_field_right {
    float: right;
    width: 9em;
    text-align: right;
}
form#frm_capital div.frm_field_left input.txt,
form#frm_capital div.frm_field_right input.txt {
    width: 6.5em;
    text-align: right;
}
form#frm_capital div.frm_field_left select {
    width: 4.8em;
}

/** Suche
------------------------------------------------------------------*/
form#frm_search {
    padding: 0px 5px 5px 5px;
    background-color: #d5dadd;
}
form#frm_search p.header {
    margin: 0px -5px;
    padding: 1px 1px 1px 5px;
    background-color: #83B845;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
}
form#frm_search div.frm_panel {
    margin: 1em 0em 0em 0em;
}
form#frm_search div.frm_panel_button {
    margin: 1em 0em 0em 13em;
}
form#frm_search div.frm_label {
    width: 11em;
    padding: 0em 0em 0em 1em;
}
form#frm_search div.frm_field {
    width: 20em;
}
form#frm_search p.extended {
    padding: 0.5em 1em;
    text-align: right;
}
span.highlight {
    color: #006669;
    border-bottom: 1px dotted #d5dadd;
}
#content h3 a[href^="http"] {
    padding: 0px;
    background: none;
}

/** Kontaktsuche
------------------------------------------------------------------*/
form#frm_contactsearch {
    padding: 0px 5px 10px 5px;
    background-color: #d5dadd;
}
form#frm_contactsearch p.header {
    margin: 0px -5px 1.5em -5px;
    padding: 1px 1px 1px 5px;
    background-color: #83B845;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
}
form#frm_contactsearch div.frm_panel_button {
    margin: 0px 0px 0px 17em;
}
form#frm_contactsearch div.frm_label {
    width: 16em;
}
form#frm_contactsearch div.frm_field {
    width: 20em;
}
form#frm_contactsearch div.frm_field input.txt {
    width: 21em;
}

/** Organigramm
------------------------------------------------------------------*/
div#oChart_Root {
    height: 10em;
    margin: 0px 5.16em 0px 4.96em;
    text-align: center;
    background-image: url(/_Layout/bgChart.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}
div.oChart_Child {
    width: 25%;
    float: left;
    padding: 5em 0px 0px 0px;
    text-align: center;
    background-image: url(/_Layout/bgChartChild.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}
div#child_gagfah {
    width: 10em;
}
div#child_nileg {
    width: 9em;
}
div#child_acqui {
    width: 10em;
}
div#child_woba {
    width: 9em;
}

/** Pressemitteilung
------------------------------------------------------------------*/
div#content div.pm {
    margin: -1.4em 0em 0em 0em;
}
div#content div.pm h2 {
    font-family: georgia, palatino, times, "Times New Roman", serif;
    font-size: 2.0em;
    margin-bottom: 0.4em;
    color: #006669;
    font-weight: normal;
    line-height: 1.3em;
}
div#content div.pm h3 {
    font-family: georgia, palatino, times, "Times New Roman", serif;
    font-size: 1.4em;
    color: #006669;
    font-weight: normal;
    letter-spacing: 0em;
    margin: -1.2em 0em 0.3em 0em;
    padding-top: 0.8em;
}
div#content div.pm h4 {
    padding: 1.3em 0em;
    font-size: 1em;
    font-weight: normal;
    color: #000;
}