/* CONTENT */

/* Formulare */

form.formular {
  font-size: 12px;
  color: #4c606c;
}

form.formular fieldset {
  border: none;
}

form.formular label.label {
  float: left;
  width: 170px;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
  line-height: 25px;
} 

form.formular input,
form.formular textarea,
form.formular file,
form.formular select {
  border: 1px solid #8CCCF0;
  padding: 5px;
  font-size: 12px;
  color: #4c606c;
}

form.formular select {
  width: 150px;
}

form.formular input.active {
  background: #e9f6fd;
}

form.formular input.text {
  width: 250px;
  float: left;
  margin-bottom: 5px;
}

form.formular input.radio {
  margin-right: 5px;
}

form.formular input.checkbox {
  margin-right: 5px;
}

/* Listen Elemente */

ul.list {
  color: #4c606c;
  margin-bottom: 15px;
}

ul.list li {
  margin-left: 25px;
  margin-bottom: 2px;
}

/* Spacer Elemente */

.spacer-5 {
	height: 5px;
}

.spacer-10 {
	height: 10px;
}

.spacer-15 {
	height: 15px;
}

.spacer-20 {
	height: 20px;
}

.spacer-25 {
	height: 25px;
}


/* Block Elemente */

.block {
  background: #fff;
  border-top: 1px solid #8acef5;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.block h1 {
  color: #4c606c;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 35px;
}

.block h2 {
  color: #2faef5;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 18px;
}

.block h3 {
  color: #4c606c;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 16px;
}

.block h4 {
  color: #2faef5;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 16px;
}

.block p {
  font-size: 12px;
  color: #4c606c;
  line-height: 15px;
}


/* UI-Button */

a.button {
  color: #fff;
  font-size: 12px;
  border: 1px solid #2e94ce;
  background: url(../media/ui-background-blue.gif) repeat-x;
  padding: 5px 10px 4px 10px;
  height: 12px;
  text-align: center;
  cursor: pointer;
  display: inline;
  text-decoration: none;
}

a:hover.button {
  border: 1px solid #c30d0d;
  background: url(../media/ui-background-red.gif) repeat-x;
}


/* Blueblock-Elemente */

.blueblock {
  padding: 15px;
  border: 1px solid #8CCCF0;
  background: #e9f6fd;
  font-size: 12px;
  color: #2faef5;
}

/* Testberichte Tabelle */

table.testberichte {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 13px;
}

table.testberichte tr.head th {
  text-transform: uppercase;
  padding: 10px;
  color: #2faef5;
  background: #d5effb;
  border: 1px solid #8cccf0;
  border-bottom: 2px solid #2faef5;
}

table.testberichte tr.head th a {
	color: #2faef5;
}

table.testberichte tr.head th a.sortup {
	background: url(../media/table-arrow-up.gif) no-repeat right 4px;
	padding-right: 12px;
}

table.testberichte tr.head th a.sortdown {
	background: url(../media/table-arrow-down.gif) no-repeat right 4px;
	padding-right: 12px;
}

table.testberichte tr.subhead th {
  padding: 5px;
  color: #fff;
  background: #2faef5;
  border-left: 1px solid #2faef5;
  border-right: 1px solid #2faef5;
}

table.testberichte tr.subhead th a {
  font-weight: normal;
}

table.testberichte td {
  padding: 7px;
  color: #4c606c;
  border: 1px solid #b4e2f6;
  line-height: 12px;
}

table.testberichte td a {
  color: #4c606c;
  text-decoration: none;
}

table.testberichte tr {
  background: #fff;
}

table.testberichte tr.odd {
  background: #e9f6fd;
}

table.testberichte td small {
  font-size: 11px;
  line-height: 10px;
  margin-top: 3px;
  float: left;
  display: block;
  padding: 2px;
}

table.testberichte td small.time {
  font-size: 11px;
  margin-top: 3px;
  display: inline;
  padding: 0px;
}

table.testberichte td small.user {
  color: #fff;
  background: #41c500;
  
}

table.testberichte td small.profi {
  color: #fff;
  background: #2faef5; 
}

table.testberichte td small.vergleichs {
  color: #fff;
  background: #ff3c00;
}

table.testberichte tr.over {
  background: #bae5f9;
}

table.testberichte tr.over td {
  cursor: pointer;
  border-right: 1px solid #8cccf0;
  border-left: 1px solid #8cccf0;
  color: #4c606c;
}


/* Panel-Navigation */

div.navigation-panel {
  border-top: 1px solid #8CCCF0;
  background: #e9f6fd;
  padding: 5px;
  margin-bottom: 15px;
}

div.navigation-panel ul {
  list-style-type: none;
}

div.navigation-panel ul li {
  float: left;
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 3px;
  border: none;
}

div.navigation-panel ul li a {
  color: #fff;
  font-size: 12px;
  border: 1px solid #2e94ce;
  background: url(../media/ui-background-blue.gif) repeat-x;
  padding: 5px 10px 4px 10px;
  height: 12px;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

div.navigation-panel ul li a:hover,
div.navigation-panel ul li.active a {
  border: 1px solid #c30d0d;
  background: url(../media/ui-background-red.gif) repeat-x;
}  

/* Block-Top-Navigation */

ul.navigation-blocktop {
  list-style-type: none;
  margin-left: 10px;
}

ul.navigation-blocktop li {
  margin-right: 3px; 
  margin-bottom: -1px;
  float: left;
  z-index: 5;
  position: relative;
}

ul.navigation-blocktop li a {
  background: #2faef5;
  border: 1px solid #2e94ce;
  padding: 5px 10px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

ul.navigation-blocktop li a:hover {
  color: #fff;
  background: #FB1212;
  border: 1px solid #c30d0d;
}

ul.navigation-blocktop li.active a,
ul.navigation-blocktop li.active a:hover {
  background: #fff;
  border: 1px solid #8ACEF5;
  border-bottom: 1px solid #fff;
  color: #2faef5;
}


/* Timeline Navigation */

ul.navigation-timeline {
  list-style-type: none;
}

ul.navigation-timeline li {
  font-size: 12px;
  color: #4c606c;
  padding: 7px;
  float: left;
  border-top: 3px solid #2faef5;
  margin-right: 1px;
}

ul.navigation-timeline li span {
  font-size: 10px;
  font-weight: bold;
  background: #2faef5;
  color: #fff;
  padding: 3px; 
  height: 10px;
  width: 10px;
  margin-right: 5px;
  display: block;
  float: left;
  line-height: 10px;
  text-align: center;
}

ul.navigation-timeline li.done span {
  background: #FB1212;
}

ul.navigation-timeline li.done {
  border-top: 3px solid #FB1212;
}

ul.navigation-timeline li.current {
  background: #ffe7e7;
}


/* Pagination */

ul.pagination {
  list-style-type: none;
  margin-top: 15px;
}

ul.pagination li {
  float: left;
  font-size: 12px;
  margin-right: 3px;
}

ul.pagination li a, ul.pagination li span {
  display: block;
  color: #2faef5;
  background: #e9f6fd;
  padding: 5px 7px;
  display: block;
  font-size: 12px;
  text-align: center;
  border: 1px solid #8CCCF0;
  text-decoration: none;
}

ul.pagination li a:hover,
ul.pagination li.current span {
  color: #fff;
  background: #FB1212;
  border: 1px solid #c30d0d;
}

/* block: Hifitester werden */

#block-join {
  padding: 15px;
  width: 610px;
  height: 24px;
}

#block-join p {
  color: #2faef5;
  float: left;
  padding: 4px 3px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

#button-join{
  float: right;
}


/* Breadcrumb */

div.breadcrumb {
  font-size: 12px;
  color: #4c606c;
  margin-bottom: 15px;
}

div.breadcrumb a {
  color: #2faef5;
}


/* Fotostrecke-Slider */

#fotostreckeslider {
  padding: 15px;
  border: 1px solid #8CCCF0;
  background: #e9f6fd;
}

#wrapper-fotostreckeslider {
  position: relative;
  overflow: hidden;
  height: 102px;
}

#fotostreckeslider-prev {
  height: 102px;
  float: left;
  border: 1px solid #2e94ce;
  background: url(../media/ui-background-blue.gif) repeat-x;
  margin-right: 15px;
  cursor: pointer;
}

#fotostreckeslider-arrow-prev {
  background: url(../media/fotostreckeslider-arrow-left.png) center center no-repeat;
  width: 6px;
  height: 92px;
  padding: 5px;
}

#fotostreckeslider-next {
  height: 102px;
  float: right;
  border: 1px solid #2e94ce;
  background: url(../media/ui-background-blue.gif) repeat-x;
  margin-left: 15px;
  cursor: pointer;
}

#fotostreckeslider-arrow-next {
  background: url(../media/fotostreckeslider-arrow-right.png) center center no-repeat;
  width: 6px;
  height: 92px;
  padding: 5px;
}

#fotostreckeslider-prev.active,
#fotostreckeslider-next.active  {
  border: 1px solid #c30d0d;
  background: url(../media/ui-background-red.gif) repeat-x;
}

#list-fotostreckeslider {
  position: absolute;
  list-style-type: none;
  width: 9999px;
}

#list-fotostreckeslider li {
  float: left;
  margin-right: 15px;
  border: 1px solid #8CCCF0;
  height: 100px;
  cursor: pointer;
}

/* Fotostrecke */

.ui-dialog {
  padding: 15px;
  border: 1px solid #8CCCF0;
  background: #e9f6fd;
  text-align: left;
}

.ui-dialog-titlebar {
  display: none;
}

#fotostrecke-title {
  color: #2faef5;
  font-size: 20px;
}

#fotostrecke-close {
  float: right;
}

#fotostrecke-wrapper-image {
  margin-top: 15px;
  padding: 10px;
  background: #fff;
  border: 1px solid #8CCCF0;
  margin-bottom: 15px;
  height: 490px;
  text-align: center;
}

#fotostrecke-wrapper-image img {
  cursor: pointer;
}

#fotostrecke-navigation {
  text-align: center;
  font-size: 18px;
  color: #2faef5;
}

#fotostrecke-navigation-prev {
  display: block;
  float: left;
}

#fotostrecke-navigation-next {
  display: block;
  float: right;
}
