html {
    background-color: white;
    background-image: url("/img/bg.gif");
    /* text */
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

html, body {
    min-width: 100%;
    height: 100%;
    position: absolute;
}

body, table {
    /* text */
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

div, form, html, body, * {
    padding: 0px;
    margin:  0px;
}

p {
    margin: 8px 0px;
}

a {
    color: #2c99cc;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0px solid transparent;
}

#wrap {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.inner {
    width: 910px;
    margin: 0px auto;
    overflow: hidden;
}

#header {
    /* dimension & padding */
    height: 92px;
    width: 100%;
    /* design */
    background-color: #0652ab;
    background-image: url("/img/head.gif");
    /* text */
    color: white;
}

#header h1 {
    font-family: Tahoma;
    font-size: 24px;
    font-weight: normal;
    color: #74a5d7;
    letter-spacing: -1px;
    margin: 21px 0px 0px 0px;
}

#header h1 img {
    vertical-align: -15px;
}

#header h1 a {
  color: white;
  text-decoration: none;
}

#navigation {
    /* dimension & padding */
    height: 32px;
    background: #2f2f2f url(/img/nav2.gif) repeat-x;
    /* text */
    color: white;
    text-align: left;
    font-size: 13px;    
}

#navigation ul {
    list-style-type: none;
    padding-top: 8px;
}

#navigation ul li {
    float: left;
    padding-right: 10px;
}

#navigation ul li img {
    vertical-align: -4px;
    padding-right: 2px;
}

#navigation ul li a {
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: white;
}

#navigation ul li a:hover {
    text-decoration: underline;
}

#navigation #nav-right {
    float: right;
    font-size: 10px;
}

#navigation #nav-right img {
    vertical-align: -4px;
    padding-right: 2px;
}

#content {
    /* dimension & padding */
    /* design */
    background: #ffffff url(/img/content3.gif) repeat-y scroll center;
    padding: 0px;
}

#content-shadow {
    background: transparent url(/img/content-shadow2.gif) no-repeat scroll center top;
    padding: 20px 0px 200px;
}

#content ul, #content ol {
    margin: 10px;
}

#content h1 {
    /*font-family: Arial;
    font-size: 18px;*/
    font-weight: bold;
}

#footer {
    /* dimension & padding */
    height: 180px;
    /* design */
    background: #3e3e3e url("/img/foot.gif") repeat-x;
    /* text */
    color: white;
    width: 100%;
    margin-top: -180px;
}

#footer .lower {
    color: #858585;
    margin-top: 16px;
}

#footer .lower a {
  color: #b9b9b9;
  text-decoration: none;
}

#footer ul {
    list-style-type: none;
    padding-top: 8px;
    font-size: 12px;
    font-family: Arial;
}

#footer ul li {
    float: left;
    padding-right: 10px;
}

#footer ul li img {
    vertical-align: -4px;
    padding-right: 2px;
}

#footer ul li a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

#footer .lower ul {
  float: left;
  margin-right: 20px;
}

#footer .lower li {
  float: none;
  line-height: 200%;
}

#footer .lower p {
  clear: both;
  padding-top: 10px;
  line-height: 150%;
}

#footer #footer-right {
    float: right;
    font-size: 10px;
}

#footer #footer-right img {
    vertical-align: -4px;
    padding-right: 2px;
}


div.file {
    /* dimension & padding */
    width: 650px;
    height: auto;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    clear: both;
    /* design */
    background-color: #f6f6fa;
    border: 1px solid #999999;
    /* text */
    color: black;
    font-family: Courier New, Courier;
    font-size: 11px;
}

/* xx content-design xx */

  /* columns */
.clear {
    width: 1px;
    height: 10px;
    clear: both;
}

.clean {
    clear: both;
    height: 1px;
}

.left {
    margin: 10px 0px 0px 10px;
    width: 475px;
    float: left;
    overflow: hidden;
}

.right {
    margin: 10px 10px 0px 10px;
    width: 375px;
    float: left;
    overflow: hidden;
}

.double {
    margin: 10px;
    width: 880px;
    clear: both;
    overflow: hidden;
}

  /* boxes */
.boxtitle, #page .boxtitle a {
    padding: 10px 0 6px 10px;
    margin: 0px;
    color: #0f60aa;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
}

.boxtitle a {
    padding-left: 10px;
    color: #41b3e2;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.box {
    width: auto;
    color: #363636;
    line-height: 150%;
    font-size: 12px;    
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.box ul {
    margin: 10px 10px 5px 20px;
}

span.ranking {
    padding: 10px 4px 4px 4px;
    margin-bottom: 30px;
    color: #0f60aa;
    font-size: 10px;
    font-weight: bold;
}

span.ranking a {
    font-size: 10px;
    color: #41b3e2;
    text-decoration: underline;
}


  /* input fields */

textarea, input {
    color: #8b8d8f;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding: 4px;
    border: 1px solid #d3d3d3;
}
  
textarea.kontakt {
    width: 450px;
    height: 114px;
}

textarea.styles {
    width: 640px;
    height: 57px;
}

input {
    width: 184px;
}  

input:focus, textarea:focus {
    border-color: #aaaaaa;
    color: #888888;
}  
  
.submit {
    color: #8b8d8f;
    margin: 0px;
    margin-top:3px;
    padding: 0px;
    background-image: url("../grafik/submit.png");
    font-family: Verdana, sans-serif;
    font-size: 11px;
    border: 0px;
    width: 192px;
    height: 22px;
  }

.submit-klein {
    color: #8b8d8f;
    margin: 0px;
    margin-top:3px;
    padding: 0px;
    background-image: url("../grafik/submit_klein.png");
    font-family: Verdana, sans-serif;
    font-size: 11px;
    border: 0px;
    width: 105px;
    height: 22px;
  }

.file {
    color: #8b8d8f;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding: 4px 3px 0px 3px;
    border: none;
    border: 1px solid #d3d3d3;
    width: 184px;
    height: 22px;
  }


  /* table elements */

.browser {
    font-size: 11px;
    color: #696969;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

  .browser tr {
      height: 27px;
  }

  .browser tr td img {
      margin-top: 7px;
  }

  .browser-c0 {
      background-color: white;
  }

  .browser-c1 {
      background-color: #e4edf3;
  }

.browser_comments {
    font-size: 10px;
}

.blacklist {
    font-size: 9px;
    color: #696969;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

  .blacklist TR TD {
      vertical-align: top;
  }

  .blacklist-c0 {
      background-color: white;
  }

  .blacklist-c1 {
      background-color: #e4edf3;
  }

  .anmeldung tr td {
      vertical-align: top;
  }

.ranking {
    font-size: 11px;
    color: #696969;
    padding: 0px;
    margin: 0px;
    border: 0px;
    line-height: 180%;
}


  .ranking-c0 {
      background-color: white;
  }

  .ranking-c1 {
      background-color: #f1f6f9; /*#e4edf3;*/
  }

  table.statsranking {
      margin-top: 6px;
  }

  tr.stats {
     height: 16px;
     height: 24px;
  }
  
  tr.high {
     height: 32px;
  }

  tr.stats td {
     padding-left: 12px;
     border-bottom: 1px solid silver;
  }

  tr.stats td.pos {
     text-align: right;
  }

  tr.stats td.pos img {
     vertical-align: -2px;
     padding-left: 6px;
  }

  tr.stats td.prev {
     color: silver;
     font-size: 10px;
  }

  tr.stats td.today, tr.stats td.trend, tr.stats td.prev {
      text-align: right;
  }

  .stats_bar {
     height: 12px;
     background-color: #2c99cc;
     background-image: url(/grafik/stats_bar.png);
     font-size: 1px;
     line-height: 1px;
  }

  .stats_bar_small {
     height: 9px;
     background-color: #2c99cc;
     font-size: 1px;
     line-height: 1px;
  }

  p.summary {
    color: silver;
    font-size: 10px;
    padding: 4px 16px;
    margin: 0px;
  }

  ul.calc {
    padding: 4px 0px 4px 30px;
  }

  ul.sitemap, ul.sitemap ul, ul.help {
    padding-left: 20px;
  }

  ul.sitemap, ul.sitemap ul {
    list-style-type: none;
  }

  ul.sitemap li {
    padding: 4px 2px;
  }

  ul.sitemap li span {
    color: #aaaaaa;
    padding-left: 10px;
  }

  ul.sitemap li img {
    vertical-align: -3px;
  }

  tr.kf-req {
    display: none;
    visibility: hidden:
  }

  img.thumb {
    margin: 5px;
    border: 1px solid silver;
  }

  #plinks {
    margin-bottom: 5px;
    margin-left: 15px;
  }

  #plinks a {
    font-size: 11px;
    text-align: center;
  }

  tr.ranked td img {
    vertical-align: -36px;
  }

  #faq ol {
    margin: 5px 0px 30px 30px;
  }

  #faq h3 {
    margin: 25px 0px 10px 10px;
    font-size: 12px;
  }

  #faq p {
    margin: 10px 0px 10px 10px;
  }

  .box h3 {
    font-size: 12px;
    margin: 10px 0px 10px 5px;
  }

  .box p {
    margin: 10px 0px 10px 5px;
  }

  div.bbar, p.bbar {
    height: 33px;
    font-size: 14px;
    float: left;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  }

  div.bbar {
    color: white;
    background: silver url('/img/bbar.png') repeat-x;
    overflow: hidden;
  }

  div.bbar p, p.bbar {
    padding: 0px 0px 0px 5px;
    margin: 0px;
    line-height: 240%;
  }

  p.bbar {
    color: black;
    margin-right: 10px;
  }

  div.bbar p img, p.bbar img {
    vertical-align: -25%;
    margin-right: 5px;
  }

  p.bbarp {
    margin-bottom: 0px;
    color: silver;
  }

  p.clearp, p.bbarp {
    clear: both;
  } 

  p.preview {
      background-color: #e8f4ff;
      border: 1px solid #8ca8ff;
      padding: 10px;
      text-align: center;
      float: left;
      margin: 0px 20px 0px 0px;
  }
  
  p.preview img {
      border: 1px solid silver;
  }
  
  p.preview .rank, p.preview .score {
    display: block;
  }
  
  p.preview .rank {
      font-size: 120%;
      font-weight: bold;
  }
  
  p.preview .rank a {
      text-decoration: none;
      color: #222222;
  }
  
  p.preview .rank a:hover {
      text-decoration: underline;
      color: #444444;
  }
  
  p.preview .score {
      font-size: 80%;
      color: #aaaaaa;
  }  

  #notice {
      margin: 5px 10px;
      padding: 6px 6px 6px 28px;
      border: 1px solid #9EC0DD;
      background: #ECF3FE url(/img/icons/information.png) no-repeat 6px center;
      line-height: 180%;
  }

.box-success, .box-failure, .box-information {
    margin: 5px 10px;
    padding: 6px 6px 6px 28px;
    border: 1px solid transparent;
    background: transparent none no-repeat 6px center;
    line-height: 180%;
}

.box-success {
    border-color: #46ad24;
    background-color: #c4e5bb;
    background-image: url(/img/icons/accept.png);
}

.box-failure {
    border-color: #ea6b58;
    background-color: #fccdbb;
    background-image: url(/img/icons/exclamation.png);
}

.box-information {
    border-color: #9EC0DD;
    background-color: #ECF3FE;
    background-image: url(/img/icons/information.png);
}

#userloginpage label, #userregisterpage label {
    width: 100px;
    float: left;
    display: block;
}

#userloginpage input, #userregisterpage input {
    font-size: 12px;
    color: black;
}

#userregisterpage label {
    width: 200px;
}

span.input-note {
  color: #999999;
  font-size: 9px;
  display: block;
  line-height: 0;
  padding-bottom: 10px;
}

#userregisterpage span.input-note {
  margin-left: 200px;
}

#userloginpage br, #userregisterpage br, #loginform p, .defaultform p {
    clear: both;
    margin-bottom: 14px;
}

input.username, input.password, input.password-rpt {
  padding: 4px 4px 4px 24px;
  border: 1px solid silver;
  background: transparent none no-repeat scroll 4px center;
  width: 200px;
}

p.space-b {
  margin-bottom: 40px;
}


input.username {
  background-image: url(/img/icons/email.png);
}
input.password {
  background-image: url(/img/icons/key.png);
}
input.password-rpt {
  background-image: url(/img/icons/key.png);
}

#registration-adv {
  list-style-type: none;
}

#registration-adv li {
  background-image: url(/img/icons/add.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 22px;
  margin: 12px 0;
}

/**** blog styles ****/

#sidebar {
  float: right;
  width: 190px;
  margin-left: -100%;
  padding: 5px;
}

.narrowcolumn {
  margin-right: 210px;
  float: left;
}

.widecolumn {
  padding: 10px;
}

#sidebar ul {
  list-style-type: none;
  margin-bottom: 15px;
}

#sidebar h2, .post h2 {
  font-weight: normal;
  font-size: 18px;
  margin: 5px 10px 15px 5px;
  padding: 0px;
}

.post {
  margin-top: 10px;
  margin-bottom: 35px;
}

.post h2 a {
  text-decoration: none;
  color: #0F60AA;
}

.post .date a:hover, .post .meta  a:hover, .post h2 a:hover {
  text-decoration: underline;
}

.post .date, .post .meta {
  color: silver;
  margin-left: 5px;
}

.post .date a, .post .meta a {
  text-decoration: none;
}

hr {
  border: 0px solid transparent;
  background-color: #2C99CC;
  height: 1px;
}

#blogcontent .navigation {
  margin: 0px 10px 20px 5px;
}

ol.commentlist {
    list-style-type: none;
    margin: 0px 20px;
}

ol.commentlist li {
    padding: 5px 0px;
}

.commenttext p, .commenttext div {
    padding: 5px;
    margin: 12px 12px 10px 4px;
    border-left: 5px solid transparent;
}

#comment {
    width: 100%;
    height: 100px;
}

.commentlist li.alt {
    background-color: #fafafa;
}

p.postmetadata {
    color: #999999;
}

.widecolumn .post {
    margin-bottom: 0px;
}

#comments {
    margin-top: 20px;
}

input#s {
    width: 150px;
}

.metatags, .metacat { color: #999; padding-left: 5px; }
.metacomments { padding-left: 5px }
.metatags img, .metacat img, .metacomments img { vertical-align: -25% }
.metatags a, .metacat a { color: #bbb }
.metatags a:hover, .metacat a:hover { text-decoration: underline; color: #ccc }


/* #content {
    padding: 0px 0px 180px;
    background: transparent url(/img/back.png) repeat-x scroll;
}

#content .inner {
  background-color: white;
  border: 1px solid #efefef;
  border-top-width: 0px;
}

.box {
  border: 1px dashed #f8f8f8;
  font-size: 12px;
  line-height: 180%;
} */


.sttab {
  border-collapse: collapse;
  margin: 10px 0px;
}

.sttabhead {
  background-color: #d9d9ff;
  background-color: #c2e1ef;
  background-color: #0F60AA;
  color: white;
}

.sttab td, .sttab th {
  padding: 2px;
}

.sttab td {
  text-align: right;
}

.sttab img {
  padding: 0px 3px;
}

.sttabalt {
  background-color: #e9e9ff;
  background-color: #f1f6f9;
  background-color: #e8f4ff;
}

.sttabbottom {
  border-top: 2px solid #c2e1ef;
  border-color: #0F60AA;
  color: silver;
  font-style: italic;
}

#note {
    float: right;
    width: 300px;
    background-color: #ccffcc;
    border: 1px solid green;
    padding: 10px;
    color: green;
    line-height: 150%;
    margin-top: 10px;
}

#note_attention {
    float: right;
    width: 300px;
    border: 1px solid orange;
    background-color: #FFFBCC;
    padding: 10px;
    color: #333333;
    line-height: 150%;
    margin-top: 10px;
}

#top {
    float: right;
    width: 240px;    
    margin-top: 6px;
    font-size: 9px;
}

#top img {
    border: 1px solid white;
}


.marketsharelist p {
    font-size: 100%;
    width: 90%;
    clear: both;
    border-bottom: 1px solid darkgrey;
}

.marketsharelist p img {
    vertical-align: -0.5em;
}

.marketsharelist p.top1 {
    font-size: 200%;
    line-height: 2em;
}

.marketsharelist p.top1 img {
    vertical-align: top;
}

.marketsharelist p.top2 {
    font-size: 150%;
    line-height: 2em;  
}

.marketsharelist p.top2 img {
    vertical-align: -7px;
}

.marketsharelist p.row {
    line-height: 3em;
}

.marketsharelist p.meta {
    color: darkgrey;
    border: 0px;
}

.marketsharelist p span {
    float: right;
}

#content ul.partnerstats {
    list-style-type: none;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: Arial;
    line-height: 200%;    
}

.partnerstats span {
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding-right: 4px;
}