/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}
/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px ;
    color: #333333 ;
}
body{
    background-color: #ffffff ;
    text-align: left;
    padding: 0;
    margin: 0;
}
p {
    margin: 0em 0 1em;
    padding: 0;
}
/* Grundgerüst */
#container {
    background: white;
    width: 992px;
    background: transparent url(../bilder/layout_container_background.gif) scroll repeat-y 32px 0px  ;
}
#logolink {
	position: absolute;
	display: block;
	width: 295px;
	height: 95px;
	left: 64px;
	top: 10px;
}
#header {
    background: transparent url(../bilder/layout_header_large.jpg) scroll no-repeat ;
    width: 992px ;
    position: relative ;
    height: 155px ;
}
#header #languages {
    position: absolute ;
    top: 130px ;
    left: 55px ;
}
#header #languages img {
    margin-right: 5px ;
}
#header #metanav {
    position: absolute ;
    color: #ffffff ;
    left: 812px ;
    top: 130px ;
}
#header #metanav a {
    color: #ffffff ;
    font-size: 11px ;
    text-decoration: none ;
}
#header #metanav a.active , #header #metanav a:hover {
    text-decoration: underline ;
}
#header #headline {
    position: absolute ;
    left: 232px ;
    font-weight: bold ;
    font-size: 14px ;
    top: 110px ;
    color: #ffffff ;
}
#left , #middle , #right {
    float: left ;
}
#left {
    padding-left:32px ;
    background: transparent url(../bilder/layout_left_border.jpg) scroll no-repeat ;
}
#middle {
    padding: 20px ;
    width: 540px ;
}
#right {
    width: 160px ;
    color: #000000 ;
    padding: 20px 20px 0 20px ;
}
#right .pageselector {
    margin: auto ;
}
#right h1 {
    font-size: 12px ;
    color: #004d91 ;
    margin-bottom: 30px ;
/*     text-transform: uppercase ; */
}
#right .dark {
    font-size: 11px ;
    color: #000000 ;
}

#right p {
    color: #000000 ;
}
#right strong {
    color: #004d91 ;
}
#navigation {
    width: 180px ;
    height: 570px ;
    padding-top: 20px ;
    background: transparent url(../bilder/layout_left_background.gif) scroll repeat-y ;
}

#navigation ul ul{
    display: none ;
}
#navigation ul li.active ul , #navigation ul li.open ul {
    display: block ;
}
#navigation li {
    padding: 0 ;
    margin: 0 ;
}
#navigation a {
    font-size: 12px ;
    text-decoration: none ;
    display: block ;
    height: 25px ;
    line-height: 25px ;
    padding: 0 0 0 23px ;
    color: #666666 ;
}
#navigation a.active , #navigation a:hover {
    color: #014c8f ;
    background-color: #e5e5e5 ;
    text-decoration: none ;
}
#navigation ul ul {
    margin-bottom: 10px ;
}
#navigation li li {
    padding: 0 0 0 24px ;
    background: transparent url(../bilder/layout_smallarrow.gif) scroll no-repeat 24px 14px ;
    _background-position: 24px 15px ;
}
#navigation li li a {
    padding: 10px 0 0 8px ;
    width: 140px ;
    height: auto ;
    font-size: 11px ;
    line-height: 14px ;
    color: #00376f ;
    text-decoration: none ;
}
#navigation li li a.active , #navigation li li a:hover {
    background-color: transparent ;
    text-decoration: underline ;
}
#container #middle .teaser {
    width: 540px ;
}
#container #middle .inhalt .teaser {
    width: auto ;
}
#container #middle .smallteaser {
    width: 260px ;
}
#container #middle .teaser .title , #container #middle .smallteaser .title {
    background: #004d91 url(../bilder/layout_h1_curve.gif) scroll no-repeat right top ;
    color: #ffffff ;
    font-size: 12px ;
    padding-left: 20px ;
    line-height: 20px ;
/*     float: left ; */
    width: 520px ;
}
#container #middle .teaser .inhalt , #container #middle .smallteaser .inhalt {
    background: transparent url(../bilder/layout_box_background.jpg) scroll no-repeat left top ;
    padding: 20px ;
    min-height: 130px ;
}
#container #middle .teaser .inhalt .right , #container #middle .smallteaser .inhalt .right {
    float: right ;
    margin: 0 0 10px 10px ;
}

/*---------------------03.08.2010---------------------
++++++++++++extra teaser für das Whitepaper++++++++++++ 
######################################################*/
#container #middle .teaser1 .title , #container #middle .smallteaser .title {
    background: #004d91 url(../bilder/layout_h1_curve.gif) scroll no-repeat right top ;
    color: #ffffff ;
    font-size: 12px ;
    padding-left: 20px ;
    line-height: 20px ;
/*     float: left ; */
    width: 520px ;     
}
#container #middle .teaser1 .inhalt1 , #container #middle .smallteaser .inhalt1 {
    padding: 20px ;
    min-height: 80px ;
}
/*#####################################################
------------------------------------------------------*/
#container #middle {

}
#container #middle h1 {
    font-size: 14px ;
}
#container #middle h2 , #container #middle h3 {
    font-size: 13px ;
    font-weight: normal ;
    color: #00376f ;
    margin-bottom: 3px ;
}
#container #middle .leistungen , #right .leistungen_news {
    height: 42px ;
    width:  155px ;
    display: block ;
    float: left ;
    margin-right: 14px ;
    margin-bottom: 20px ;
    _margin-bottom: 5px ;
    text-decoration: none ;
    padding-top: 38px ;
    background-repeat: no-repeat ;
    border: 1px solid #004d91 ;
}
#right #leistungen_preview a {
    color: #ffffff ;
    font-size: 11px ;
}
#container #middle .leistungen div.transparent , #right .leistungen_news div.transparent {
    height: 42px ;
    width:  155px ;
    overflow: hidden ;
    background-color: #000000 ;
    opacity: 0.5 ;
	filter: alpha(opacity=50);
}
#container #middle .leistungen div.name , #right .leistungen_news div.name {
    position: absolute ;
    display: block ;
    width: 146px ;
    top: 5px ;
    left: 5px ;
}
#container #middle .leistungen div.name h2 , #right .leistungen_news div.name h2 {
    color: #ffffff ;
    font-size: 11px ;
    line-height: 12px ;
    color: #ffffff ;
    text-decoration: none ;
    margin: 0px ;
    padding: 0px ;
}
#container #middle .leistungen_flashvideo , #container #middle .leistungen_flashvideo embed {
    width: 320px ;
    margin: auto ;
    z-index: 1 ;
}
#container #middle img {
    border: 1px solid #004d91 ;
}
#footer {
    margin-left: 192px ;
    padding-left: 20px ;
    background: #ffffff url(../bilder/layout_footer_left.gif) scroll no-repeat left top ;
}
#footer #information {
    height: 45px ;
    width: 773px ;
    font-size: 10px ;
    color : #ffffff ;
    padding-left: 7px ;
    padding-top: 5px ;
    background: #004d91 url(../bilder/layout_footer_curve.gif) scroll no-repeat right top ;
}
#footer #information a {
    color: #ffffff ;
}
#producedby {
    width: 705px ;
    text-align: center ;
}
/* Ende Grundgerüst */

/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}
ul.navigation{
    margin: 0;
    padding: 0;
}
/* Ende Navigation */

/* Inhalt */

#middle ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#middle ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}

a {
    color: #957000 ;
    text-decoration: underline ;
}

a:hover {
    color: #036;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    width: 170px;
    float: left;
    margin-bottom: 5px;
}

#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
}

input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 2px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: red;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid red;
}

#formmailmessage, .formmailerror {
    border: 1px solid #E7DBC6;
    padding: 5px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    float: right;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */









#middle a .galleryItem {
    display:none;
}
#middle a.activeImgs .galleryItem{
    display:block;
    position:absolute;
    top:8px;
}

#middle .gallerySelect {

}
#middle ul#slidenav {
    margin-left:13px;
}
#middle #slidenav , #middle #slidenav li {
    background: none;
    list-style-type: none;
    list-style: none;
}

#middle #slidenav li {
    float: left;
}
#middle #slidenav li a {
    background:none;
    display:none;
    width:100px;
    height: 84px;
    z-index:999;
    float:left;
    border:0px;
}
#middle #slidenav li a.activeImgs {
    display: block;
}
#middle .gallerySelect {
    overflow:hidden;
}
#middle .gallerySelect ul {
    height: 84px;
    display:block;
    list-style:none;
}

#middle .galleryView div {
    opacity:0;
}
#middle #slidenav a div , #middle #slidenav a div{
    background:#fff;
    filter:alpha(opacity=50);
    moz-opacity: 0.5;
    opacity: 0.5;
    border:1px solid #E3E3E3;
}
#middle #slidenav a.activeSlide div , #middle #slidenav a:hover div{
    background:#fff;
    filter:alpha(opacity=100);
    moz-opacity: 1;
    opacity: 1;
    border:1px solid #666;
}

#middle #caption {
    padding-top: 10px;
}


/* Galerie */

.galleryViewWrapper {
    padding: 9px;
}

.galleryViewContent {
    width: 460px;
    height: 300px;
    background-position: center middle;
    background-repeat: no-repeat;
    /* background-color: #fee; */
}

.gallerySelect {
    height: 84px;
    border-top: 1px solid #e3e3e3;
    background: transparent url(../bilder/bg_gallery.png) left top no-repeat;
    position: relative;
}

#container #middle img.galleryControlLeft, #container #middle img.galleryControlRight {
    position: absolute;
    top: 35px;
    border: 0 ;
}

.galleryControlLeft {
    left: 8px;
}

.galleryControlRight {
    right: 2px;
}

.galleryItem {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    width: 100px;
    height: 64px;
    float:left;
    display:block;

    /*position: absolute;
    top: 8px;*/
}

.blauer_balken{
    background: #004D91 url(../bilder/layout_h1_curve.gif) no-repeat scroll right top ;
    color:#FFFFFF;
    font-size:12px;
    font-weight: bold;
    line-height:20px;
    height:20px;
    padding-left:20px;
    position: relative ;
}
.leistungsbezeichnung{
    float:left;
    width: 430px;
}
.anfrage {
    position: absolute ;
    right: 0px ;
    top: 0px ;
    width: 80px ;
}
.anfrage a{
    background: url(../bilder/mail.gif) no-repeat scroll left center ;
    padding-left: 20px;
    color:#fff;
    text-decoration:none;
}
.anfrage a:hover{
    color:#fff;
}
.anfrage_unten{
    background: url(../bilder/layout_h1_curve_bottom.gif) no-repeat scroll right top #004D91;
    padding-left:20px;
    padding-right:25px;
    font-size:12px;
    height: 20px;
    _padding-top: 2px;
    _height: 16px;
}
.anfragelink{
    background:url("../bilder/mail.gif") no-repeat scroll left center transparent;
    color:#FFFFFF;
    padding-left:20px;
    text-decoration:none;
    font-weight:bold;
}
a.anfragelink:hover{
    color:#FFFFFF;
}

/******************/
#kontaktform font{
    color: #FFF;
}
#kontaktform iframe{
    height: 1px !important;
}


