﻿.cls {
  clear: both;
}

.red {
  color: #F00;
}

.debug_output {
  font-size: 12px;
  line-height: 1.4em;
  font-family: courier;
  background: #EEE;
  color: #000;
}

ul.errors {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding: 0px;
}

ul.errors li {
  color: #F00;
  font-family: Arial, Helvetica;
}

fieldset.experten,
dl.experten {
  border: none;
  color: #666;
  font-size: 14px;
  font-family: Arial, Helvetica;
  line-height: 14px;
  margin: 30px 0;
  padding: 0px;
}

fieldset.experten label,
dl.experten dt {
  display: block;
  float: left;
  width: 160px;
  height: 30px;
}

fieldset.experten input,
fieldset.experten select {
  width: 250px;
}

fieldset.experten textarea {
  margin-bottom: 10px;
  width: 250px;
  font-family: arial;
  font-size: 13px;
  padding: 2px 1px;
}

table.experten_table tr th.sorter_header {
  background: #EEE url(bilder/list_unordered.gif) 1px 6px no-repeat;
  padding-left: 14px;
}

table.experten_table tr th.sorter_css_asc {
  background: #EEE url(bilder/arrow_fat_up.gif) 1px 6px no-repeat;
}

table.experten_table tr th.sorter_css_desc {
  background: #EEE url(bilder/arrow_fat_down.gif) 1px 6px no-repeat;
}

table.experten_table tr.even {
  background: #F4F4F4;

}

table.experten_table tr.odd {
  background: #FFF;
}

table.experten_table tr th.sorter_header:hover {
  cursor: hand;
  cursor: pointer;
}

table.experten_table tr td,
table.experten_table tr th {
  vertical-align: top;
}

dl.experten dd {
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 300px;
}

dl.experten.details dd {
  font-weight: bold;
}

fieldset.experten input.checkbox {
  margin: 0 8px 0 0;
  border: 0px;
  width: 12px;
}

fieldset.experten div.checkbox_map {
  float: left;
  line-height: 20px;
  width: 335px;
  margin-bottom: 10px;
}

fieldset.experten span.checkbox_text {
  display: inline-block;
  width: 135px;
}

em,
em a {
  font-style: normal;
  font-weight: bold;
  color: #F00;
}

em.pfeil,
em.pfeil a {
  text-decoration: none;
}

em.pfeil a {
  padding-left: 7px;
  background: url(bilder/pfeil_r.gif) 0 5px no-repeat;
}

em a:hover {
  text-decoration: underline;
}

hr {
  border: 0px;
  height: 0px;
  border-top: 1px dotted #666;
}

div.suchergebnis {
  background: #e6e6e6;
  font-family: Arial, Helvetica;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 8px 8px 14px;
  margin-bottom: 2px;
  color: #666;
}

div.suchergebnis div.rating_row {
  font-weight: bold;
  margin-top: 5px;
}

div.suchergebnis div.rating_row a {
  color: #666;
  text-decoration: none;
}

div.suchergebnis.zebra {
  background: #FFF;
}

div.suchergebnis span.title {
  background: url(bilder/pfeil_r.gif) 0 5px no-repeat;
  position: relative;
  left: -8px;
  padding-left: 7px;
  font-weight: bold;
  color: #F00;
  display: block;
  margin-bottom: 3px;
}

div.suchergebnis span.title a {
  color: #F00;
  text-decoration: none;
}

div.suchergebnis span.title a:hover {
  text-decoration: underline;
}

div.suchergebnis span.rating {
  display: inline-block;
  margin-left: 5px;
}

a.excel_download {
  background: url(bilder/excel_icon.gif) no-repeat;
  color: #F00;
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 24px;
  line-height: 16px;
}

a.excel_download:hover {
  text-decoration: underline;
}

div.error_message span,
div.debug_message span,
div.success_message span,
div.info_message span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: #EEE;
  font-family: Arial, Helvetica;
  font-style: italic;
  color: #666;
  padding: 20px 20px 20px 75px;
  margin: 1px;
}

div.error_message,
div.debug_message,
div.success_message,
div.info_message {
  border: 1px solid #c9c9c9;
  margin-bottom: 3px;
}

div.success_message span {
  background: #cadf74 url(bilder/success_icon.gif) 30px 13px no-repeat;
}

div.error_message span,
div.info_message span {
  background: #cccccc url(bilder/error_icon.gif) 28px 13px no-repeat;
}

div.comment {
  font-size: 13px;
  line-height: 16px;
  font-family: Arial, Helvetica;
  color: #666;
  background: #e6e6e6;
  margin-bottom: 2px;
  padding: 4px;
}

div.comment em {
  font-size: 13px;
}

div.comment.zebra {
  background: #FFF;
}

div#company_navigation,
div#company_navigation a,
div#admin_navigation,
div#admin_navigation a {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica;
  color: #666;
  margin-bottom: 10px;
}

table.experten_table {
  font-size: 12px;
  line-height: 20px;
  font-family: Arial, Helvetica;
  color: #666;
  border: 0px;
  width: 500px;
  margin-bottom: 15px;
}

table.experten_table tr td {
  padding: 0 10px 0 5px;
}

table.experten_table tr th {
  padding: 0 10px 0 5px;
  border-bottom: 1px solid #CCC;
}

table.experten_table tr.zebra {
  background-color: #EEE;
}

div.comment div.answer {
  padding-left: 30px;
  font-size: 11px;
  line-height: 14px;
  font-family: Arial, Helvetica;
  color: #666;
  font-weight: bold;
  font-style: italic;
  background: url(bilder/antwort_pfeil.gif) 1px 3px no-repeat;
  margin-top: 5px;
}

table.experten_table tr td.admin_answer {
  padding-left: 30px;
  font-style: italic;
  background: url(bilder/comment_left.gif) 10px 4px no-repeat;
}

div.comment div.answer em {
  font-style: italic;
  font-size: 11px;
}

fieldset.experten input.star {
  width: 12px;
}

a.paging_link {
  color: #666;
  text-decoration: none;
}

a.paging_link.active {
  font-weight: bold;
  font-size: 16px;
}

a.paging_link:hover {
  font-weight: bold;
}