﻿
html {
  background: #1b4e63; }

body {
  margin: 0;
  background: #f2f9f9;
  color: #1b4e63;
  font-family: Helvetica, Verdana;
  font-size: 13px; }

ul, ol {
  padding-left: 18px; }

a {
  color: #1b4e63;
  outline: none; }
  a:hover {
    color: #0e2833; }
  a:focus {
    -moz-outline-style: none; }

img {
  border: 0;
}

p {
  line-height: 18px;
  margin: 5px 0; }

h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1b4e63; }
  h3 span {
    color: #1e9194;
    font-weight: bold; }

h4 {
  margin: 5px 0 10px;
  color: #fd1700;
  border-bottom: 2px solid #e9f8fb;
  text-align: center;
  text-transform: uppercase;
  font-size: 80%; }

button, .button {
  background: #1b4e63;
  text-decoration: none;
  color: white;
  border: 1px solid #1e9194;
  font-size: 11px;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.2s linear; }
  button:hover, .button:hover {
    background: #0e2833;
    cursor: pointer;
    color: white; }

hr {
  border: none;
  border-bottom: 1px solid #d5e3e5;
  background-color: #e9f8fb;
  height: 1px;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  clear: both; }

label {
  font-weight: bold; }

.warning {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f99;
  color: #600; }

.helptext {
  background: #e9f8fb;
  padding: 5px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
  
table {
  width: 100%;
  height: auto; }

  table th {
    border-bottom: 1px solid #1b4e63;
    text-align: left;
    color: #0e2833; }

  table td {
    padding: 3px 0; }

  table .odd {
    background: #e9f8fb; }



/* HEADER, NAVIGATION */

#header {
  width: 950px;
  margin: 0 auto;
  background: #f2f9f9 url(../images/bg_body.png) 15px 0px repeat-y;
  padding: 0 30px;
  position: relative;
}
#meta-nav {
  color: #ccc;
  margin: 0;
  font-size: 75%;
  text-align: right; }
  #meta-nav li {
    list-style-type: none;
    margin-right: 10px;
    white-space: nowrap;
    display: inline; }

#patent {
  position: absolute;
  left: 118px;
  top: -18px;}
  
#demo {
  position: absolute;
  right: -5px;
  top: 20px; }

#logo {
  width: 124px;
  padding-top: 20px;
  float: left; }

#main-nav {
  margin: 0;
  padding-top: 32px;
  height: 58px; }
  #main-nav li {
    list-style-type: none;
    margin: 0;
    white-space: nowrap;
    display: inline;
    padding: 0; }
    #main-nav li a {
      text-decoration: none;
      font-weight: bold;
      color: #137484;
      padding: 0 10px 0 6px;
      width: auto;
      border-right: 1px solid #dddddd;
      -webkit-transition: all 0.2s linear; }
    #main-nav li a.active {
      color: black; }
    #main-nav li a:hover {
      color: #0e2833; }
    #main-nav li a.end {
      border-right: 0; }

/* FOOTER */

#footer {
  background: #1b4e63; }
  #footer div#wrapper {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    padding: 0 30px;
    text-align: left;
    background: transparent url(../images/bg_footer.png) no-repeat top center; }
    #footer div#wrapper {
      display: block; }
    #footer div#wrapper #social-links {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 110px; }
      * html #footer div#wrapper #social-links {
        overflow-x: hidden; }
      #footer div#wrapper #social-links a {
        zoom: 1;
        display: inline;
        display: -moz-inline-box;
        display: inline-block;
        width: 40px;
        height: 40px; }
    #footer div#wrapper #contact-links {
      display: inline;
      float:right;
      min-height: 100px;
      color: white; }
      * html #footer div#wrapper #contact-links {
        overflow-x: hidden; }
      #footer div#wrapper #contact-links ul {
        margin: 0;
        padding: 15px 0 0 0;
        border: 0;
        outline: 0;
        overflow: hidden;
        display: inline-block; }
        #footer div#wrapper #contact-links ul {
          display: block; }
        #footer div#wrapper #contact-links ul li {
          color: #eee;
          list-style-type: none;
          margin-left: 0px;
          white-space: nowrap;
          display: inline;
          float: left;
          padding-left: 10px;
          padding-right: 10px; }
        #footer div#wrapper #contact-links ul a {
          color: #eee;
          text-decoration: none; }
        #footer div#wrapper #contact-links ul a:hover {
          text-decoration: underline; }


/* MAIN CONTENT */

/* main content area (report and site) */
#main {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  background: #f2f9f9 url(../images/bg_body.png) 15px 0px repeat-y;
  padding: 0 30px;
  text-align: left;
  padding-bottom: 30px; }
  #main {
    display: block; }

#main-with-sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 670px;
  padding-right: 40px; }
  * html #main-with-sidebar {
    overflow-x: hidden; }

div.smallcol {
  margin-top: 30px;
  width: 500px; }
    
#sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px; }
  * html #sidebar {
    overflow-x: hidden; }
    
/* subtitle */
#main div.subline {
  zoom: 1;
  margin: -17px 0px 10px 0;
  padding: 2px 0;
  border-top: 1px dotted #fd1700;
  color: #1e9194;
  font-family: verdana;
  font-size: 12px;
}

/* START PAGE */

#main #intro {
  display: inline;
  float: left;
  padding-top:20px;
  padding-bottom:10px;
  margin-right: 10px;
  width: 950px;
  height: 350px; } 
  * html #main #intro {
    overflow-x: hidden; }
  #main #intro p {
    color: #1e9194;
    padding-right: 200px; }
#main .teaser {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
  padding-left: 40px;
  cursor: pointer; }
  * html #main .teaser {
    overflow-x: hidden; }
  #main .teaser.last {
    display: inline;
    float: left;
    margin-right: 0;
    width: 270px;
    padding-right: 0; }
    * html #main .teaser.last {
      overflow-x: hidden; }
  #main .teaser:hover {
    background: #e9f8fb; }

.col-2 {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
  color: #1e9194;
  overflow: hidden;
  display: inline-block; }
  * html .col-2 {
    overflow-x: hidden; }
  .col-2 {
    display: block; }
  .col-2 p.first {
    font-size: 19px;
    color: #0e2833;
    line-height: 30px;
    height: 120px; }
  .col-2.last {
    display: inline;
    float: left;
    margin-right: 0;
    width: 470px; }
    * html .col-2.last {
      overflow-x: hidden; }
    
.scrollable {
  position: relative;
  overflow: hidden;
  width: 870px;
  height: 500px; 
  left: 40px;
  margin: 10px 0 35px 0; }

.scrollable .items {
  width: 20000em;
  position: absolute;
  clear: both; }
  /*
  .scrollable .items #step1 {
    background: transparent url(../images/bg_intro_step1.jpg) no-repeat top right; }
  .scrollable .items #step2 {
    background: transparent url(../images/bg_intro_step2.jpg) no-repeat top right; }
  .scrollable .items #step3 {
    background: transparent url(../images/bg_intro_step3.jpg) no-repeat top right; }
    */
  .scrollable .items .wrapper {
    float: left;
    width: 950px;
    /*background: white url(../images/bg_scrollable.jpg) no-repeat 0px 60px;*/ 
    }

#scrollbar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
  position: relative;
  top: -135px; }
  * html #scrollbar {
    overflow-x: hidden; }
  #scrollbar .left {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 30px;
    padding-right: 880px; }
    * html #scrollbar .left {
      overflow-x: hidden; }
    #scrollbar .left a {
      overflow: hidden;
      background-image: url('../images/btn_left.png');
      background-repeat: no-repeat;
      background-position: bottom left;
      zoom: 1;
      display: inline;
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: top;
      width: 29px;
      height: 29px; }
    #scrollbar .left .disabled {
      cursor: default;
      background-image: url('../images/btn_left_disabled.png'); }
  #scrollbar .right {
    display: inline;
    float: left;
    margin-right: 0;
    width: 30px; }
    * html #scrollbar .right {
      overflow-x: hidden; }
    #scrollbar .right a {
      overflow: hidden;
      background-image: url('../images/btn_right.png');
      background-repeat: no-repeat;
      background-position: bottom left;
      width: 29px;
      height: 29px; }
    #scrollbar .right .disabled {
      cursor: default;
      background-image: url('../images/btn_right_disabled.png'); }

/* ADHOC */

#adhoc-msg {
  margin-left: 320px;
  margin-right: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
}

#adhoc .actions {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 350px;
  padding-left: 320px; }
  * html #adhoc .actions {
    overflow-x: hidden; }
    
#adhoc ol {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }
  
  #adhoc ol li {
    border-bottom: 1px dotted #1e9194;
    width: 670px;
    padding: 0;
    margin: 0 0 10px 0; }
  #adhoc ol li.last {
    width: 670px; /* ie6, don't ask */
    border-bottom: 0; }
  #adhoc ol h3 {
    margin-top: 0; 
    margin-bottom: 0;}
    * html #adhoc ol h3 {
      overflow-x: hidden; }
      
.adhoc-group {
  border-collapse: collapse;
  width: auto;
  margin-bottom: 10px; }
  .adhoc-info div {
    width: 270px;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 0; }
  .adhoc-input {
    width: 310px;
    padding-left: 40px;
    background: transparent url(../images/icn_arrow.png) no-repeat 6px center; }
    .adhoc-input div {
      padding: 4px 0; }
    .adhoc-input div.serviceOpt {
      padding: 0; }
    .adhoc-input label {
      display: block;
      font-size: 80%;
      margin-top: -4px;
      padding-left: 1px;
      padding-bottom: 2px;}
    .adhoc-input .optional {
      color: #999;
      font-weight: normal;
      padding-left: 5px; }
    .adhoc-input input, .adhoc-input select {
      padding: 2px;
      font-size: 14px;
      border: 1px solid #666666; }
    .adhoc-input input {
      width: 300px; }
    .adhoc-input input.adhoc-query {
      font-size: 16px; }
    #adhoc-lang {
      font-size: 12px; }

/* adhoc search field: tooltip help */
#adhoc .tooltip {
  display: none;
  width: 480px; }
  #adhoc .tooltip .box {
    padding: 5px 15px;
    background-color: white;
    border: 2px solid #1b4e63; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666; }
  #adhoc .tooltip .arrow {
    background: transparent url(../images/bg_nose_bottom.png) no-repeat center;
    height: 9px;
    padding: 0px; }
  #adhoc .tooltip h1 {
    font-size: 14px;
    border-bottom: 1px dotted #1e9194; }
  #adhoc .tooltip dt {
    background: #e9f8fb;
    font-family: monospace; 
    font-weight: bold;
    padding:0px; }
  #adhoc .tooltip dd {
    font-size: 12px;
    padding: 5px 0;
    margin-left: 20px;
    margin-bottom: 3px; }

/* ad-hoc: my reports sidebar */
ul.mine {
  padding: 0;
  margin-left: 0;
  list-style-type: none; }
  ul.mine li {
    color: #1e9194;
    font-size: 11px;
    margin-bottom: 10px; }
    ul.mine li .button {
      display: block;
      float: right;
      padding: 0 2px;
      font-size: 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px; }
    ul.mine li .title {
      display: block;
      font-size: 140%;
      margin-bottom: 2px; }
    ul.mine li span {
      font-style: italic;
      color: #666; }

#sidebar .warning {
  font-size: 11px; }

#sidebar .helptext {
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 130%; }
      
/* ABOUT */

ul#awards  {
  padding-top: 90px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul#awards li {
  list-style-type: none;
  margin: 10px 0;
  text-align:center;
}
     

/* PREISE - NEU */

#bottom_footer_preise
{
    background: url(../images/bg_pr_ansprechen.png) repeat-x;
  height:150px;
  width:971px;
  padding:0px;
  border-spacing:0px;
  margin-left: -10px;
  padding-left: 0;

}

#bf_left
{
  width:70px;
}

#bf_center
{
  width:180px;
  color: #365B6D;
}

#bf_right
{
  width:180px;
  vertical-align:top;
}

/* Media */

#price-media 
{
    width: 690px;
  background: #B1C903;
  font-size: 20px;
  color: #365B6D;
  
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

    -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;

}

#price-media .leftside
{
  width:200px;
}


#price-media td
{ 
  padding:4px;
  border-spacing:4px;
}

#price-media-head 
{
  background: #B1C903;
  font-size: 20px;
  color: #ffffff;
  text-align:center;
}
  
.price-media-bg1_left
{
  background: #F1F4DA;
    font-size: 12px;
  width:120px;
}

.price-media-bg1_right
{
  background: #F1F4DA;
    font-size: 12px;
}

.price-media-bg2_left
{
  background: #ffffff;
    font-size: 12px;
}

.price-media-bg2_right
{
  background: #ffffff;
    font-size: 12px;
}



#price-media-buttom
{
  background: #B1C903;
    background: url(../images/bg_privetable_bottom.png) no-repeat center;
  height:30px;
}

/* Online News */


#price-online 
{
    width: 330px;
  background: #FECF43;
  font-size: 20px;
  color: #365B6D;
  
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

    -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;

}

#price-online td
{ 
  padding:4px;
  border-spacing:4px;
}


.price-online-head 
{
  background: #FECF43;
  font-size: 20px;
  color: #365B6D;
  text-align:center;
}
  
.price-online-bg1_left
{
  background: #FEF8E8;
    font-size: 12px;
}

.price-online-bg1_right
{
  background: #FEF8E8;
    font-size: 12px;
  width:70px;
  text-align:right;
}

.price-online-bg1_right p
{
    font-size: 28px;
  font-weight:bold;
}


.price-online-bg2_left
{
  background: #ffffff;
    font-size: 12px;
}


.price-online-bg2_right
{
  background: #ffffff;
    font-size: 12px;
  text-align:right;
}





/* SOCIAL */

#price-social 
{
    width: 330px;
  background: #00ADBE;
  font-size: 20px;
  color: #365B6D;
  
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;

    -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

#price-social td
{ 
  padding:4px;
  border-spacing:4px;
}



.price-social-head 
{
  background: #00ADBE;
  font-size: 20px;
  color: #ffffff;
  text-align:center;
}
  
.price-social-bg1_left
{
  background: #FEF8E8;
    font-size: 12px;
}

.price-social-bg1_right
{
  background: #FEF8E8;
    font-size: 12px;
  width:70px;
  text-align:right;
}

.price-social-bg1_right p
{
    font-size: 28px;
  font-weight:bold;
}


.price-social-bg2_left
{
  background: #ffffff;
    font-size: 12px;
}

.price-social-bg2_right
{
  background: #ffffff;
    font-size: 12px;
  text-align:right;
}



#placeholder
{
  width:870px;

}

#place_left
{
  width:120px;
}

#place_start
{
  width:358px;
}

/* PREISE - OLD */


#pricing-table {
  width: 100%;
  margin-top: 20px; }
  
  #pricing-table th {
    border-bottom: 3px solid #1b4e63;
    margin: 0;
    padding: 0;
    text-align: center; }
    #pricing-table th p {
      color: white;
      background: #fd1700;
      margin: 0 15px;
      padding: 5px 0;
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
      font-size: 15px;
      color: white; }
      #pricing-table th p em {
        display: block;
        color: #1b4e63;
        margin-top: 7px;
        margin-bottom: 2px;
        font-size: 20px; }
        #pricing-table th p em span {
          font-size: 12px; }
        #pricing-table th p em sup {
          font-size: 14px; }
    #pricing-table th #student {
      background: #fec500; }
    #pricing-table th #basic {
      background: #fe9600; }
    #pricing-table th #pro {
      background: #fe7f00; }
    #pricing-table th #whitelabel {
      background: #fd6500; }
      
  #pricing-table td {
    vertical-align: top; }
    #pricing-table td ul {
      list-style-type: square;
      list-style-position: inside; }
      #pricing-table td ul li {
        margin-top: 10px; }
        #pricing-table td ul li em {
          color: #fd1700;
          font-weight: bold;
          font-style: normal; }
      #pricing-table td ul .divider {
        border-top: 1px dotted #1e9194;
        padding-top: 10px; }

.footnote {
  margin: 20px 0 0 20px;
  font-style: italic;
}

.footnote_preis {
  margin: 0 150px 0 0;
  font-style: italic;
  text-align:right;
}



/* FAQ */

#faq {
  width: 710px; }
  #faq p {
    background: #e9f8fb;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }

/* IMPRESSUM */

#imprint {
  margin-top: 20px; }
  #imprint dl dt {
    font-size: 90%;
    font-weight: bold; 
  }
  #imprint dl dd {
    margin-left: 10px; 
    margin-top: 5px;}

/* QUALITATIV */

#qcontact {
  color: #666;
  margin-top: 110px;
  text-align: center;
  margin-right: 50px;
  font-size: 11px; }
#qcontact a {
  color: #666;
  text-decoration: none; }
#qcontact img {
  padding-bottom:5px; }
#qcontact a:hover {
  text-decoration: underline; }

/* TESTZUGANG */

#formular {
  width: 670px; }
  #formular .message {
    font-weight: bold;
    margin-top: 10px; }

#testform td {
  width: 50%; }      
#testform label {
  display: block;
  margin: 15px 0 5px;
  color: #fd1700; }
#testform input, #testform textarea {
  width: 80%; }
#testform input.button {
  margin-top: 30px;
  width: auto; }

/* ADHOC STATUS */

iframe {
  border: none;
  width: 0;
  height: 0;
}

#adhoc-status #request {
  margin: 30px 0;
  font-size: 18px; }
  #adhoc-status #request .catalog {
    font-weight: bold; }
  #adhoc-status #request .query {
    color: #1e9194; }
  #adhoc-status #spinner {
    margin-bottom: 30px; }
  #adhoc-status .warning {
    width: 400px;
    font-weight: bold;
    margin-bottom: 30px; }
  #adhoc-status #actions {
    margin-top: 30px; }


