form.formular {
    color: #4C606C;
    font-size: 12px;
}
form.formular fieldset {
    border: medium none;
}
form.formular label.label {
    float: left;
    line-height: 25px;
    margin-bottom: 5px;
    margin-right: 15px;
    text-align: right;
    width: 170px;
}
form.formular input, form.formular textarea, form.formular file, form.formular select {
    border: 1px solid #BB8808;
    color: #4C606C;
    font-size: 12px;
    padding: 5px;
}
form.formular select {
    width: 150px;
}
form.formular input.active {
    background: none repeat scroll 0 0 #FFF8E1;
}
form.formular input.text {
    float: left;
    margin-bottom: 5px;
    width: 250px;
}
form.formular input.radio {
    margin-right: 5px;
}
form.formular input.checkbox {
    margin-right: 5px;
}
ul.list {
    color: #4C606C;
    margin-bottom: 15px;
}
ul.list li {
    margin-bottom: 2px;
    margin-left: 25px;
}
.spacer-5 {
    height: 5px;
}
.spacer-10 {
    height: 10px;
}
.spacer-15 {
    height: 15px;
}
.spacer-20 {
    height: 20px;
}
.spacer-25 {
    height: 25px;
}
.block {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #FFD45E;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.block h1 {
    color: #455157;
    font-size: 25px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 25px;
}
.block h2 {
    color: #455157;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.block h3 {
    color: #455157;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 15px;
}
.block h4 {
    color: #455157;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 15px;
}
.block p {
    color: #4C606C;
    font-size: 12px;
    line-height: 15px;
}
a.button {
    background: url("../media/ui-background-orange.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #BB8808;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    height: 12px;
    padding: 5px 10px 4px;
    text-align: center;
    text-decoration: none;
}
a.button:hover {
    background: url("../media/ui-background-red.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #C30D0D;
    color: #FFFFFF;
}
.blueblock {
    background: none repeat scroll 0 0 #FFEBA5;
    border: 1px solid silver;
    color: #000000;
    font-size: 12px;
    padding: 15px;
}
table.testberichte {
    border-collapse: collapse;
    font-size: 12px;
    line-height: 13px;
}
table.testberichte tr.head th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFD869;
    border-color: #CA9126;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #455157;
    padding: 10px;
    text-transform: uppercase;
}
table.testberichte tr.head th a {
    color: #455157;
}
table.testberichte tr.head th a.sortup {
    background: url("../media/table-arrow-up.gif") no-repeat scroll right 4px transparent;
    padding-right: 12px;
}
table.testberichte tr.head th a.sortdown {
    background: url("../media/table-arrow-down.gif") no-repeat scroll right 4px transparent;
    padding-right: 12px;
}
table.testberichte tr.subhead th {
    background: none repeat scroll 0 0 #CA9126;
    border-left: 1px solid #CA9126;
    border-right: 1px solid #CA9126;
    color: #FFFFFF;
    padding: 5px;
}
table.testberichte tr.subhead th a {
    font-weight: normal;
}
table.testberichte td {
    border: 1px solid #CA9126;
    color: #4C606C;
    line-height: 12px;
    padding: 7px;
}
table.testberichte td a {
    color: #4C606C;
    text-decoration: none;
}
table.testberichte tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
table.testberichte tr.odd {
    background: none repeat scroll 0 0 #FFEDA9;
}
table.testberichte td small {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 10px;
    margin-top: 3px;
    padding: 2px;
}
table.testberichte td small.time {
    display: inline;
    font-size: 11px;
    margin-top: 3px;
    padding: 0;
}
table.testberichte td small.user {
    background: none repeat scroll 0 0 #41C500;
    color: #FFFFFF;
}
table.testberichte td small.profi {
    background: none repeat scroll 0 0 #FFBA00;
    color: #4C606C;
}
table.testberichte td small.vergleichs {
    background: none repeat scroll 0 0 #FF3C00;
    color: #FFFFFF;
}
table.testberichte tr.over {
    background: none repeat scroll 0 0 #FFE57E;
}
table.testberichte tr.over td {
    border-left: 1px solid #CA9126;
    border-right: 1px solid #CA9126;
    color: #4C606C;
    cursor: pointer;
}
div.navigation-panel {
    background: none repeat scroll 0 0 #FFF3C8;
    border-top: 1px solid #FFD45E;
    margin-bottom: 15px;
    padding: 5px;
}
div.navigation-panel ul {
    list-style-type: none;
}
div.navigation-panel ul li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    margin-bottom: 0;
    margin-right: 3px;
    padding: 0;
}
div.navigation-panel ul li a {
    background: url("../media/ui-background-orange.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #BB8808;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 12px;
    padding: 5px 10px 4px;
    text-align: center;
    text-decoration: none;
}
div.navigation-panel ul li a:hover, div.navigation-panel ul li.active a {
    background: url("../media/ui-background-red.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #C30D0D;
    color: #FFFFFF;
}
ul.navigation-blocktop {
    list-style-type: none;
    margin-left: 10px;
}
ul.navigation-blocktop li {
    float: left;
    margin-bottom: -1px;
    margin-right: 3px;
    position: relative;
    z-index: 5;
}
ul.navigation-blocktop li a {
    background: none repeat scroll 0 0 #FFBD0A;
    border: 1px solid #FFD45E;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
ul.navigation-blocktop li a:hover {
    background: none repeat scroll 0 0 #FB1212;
    border: 1px solid #C30D0D;
    color: #FFFFFF;
}
ul.navigation-blocktop li.active a, ul.navigation-blocktop li.active a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #FFD45E #FFD45E #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #455157;
}
ul.navigation-timeline {
    list-style-type: none;
}
ul.navigation-timeline li {
    border-top: 3px solid #000000;
    color: #4C606C;
    float: left;
    font-size: 12px;
    margin-right: 1px;
    padding: 7px;
}
ul.navigation-timeline li span {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 10px;
    line-height: 10px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    width: 10px;
}
ul.navigation-timeline li.done span {
    background: none repeat scroll 0 0 #FB1212;
}
ul.navigation-timeline li.done {
    border-top: 3px solid #FB1212;
}
ul.navigation-timeline li.current {
    background: none repeat scroll 0 0 #FFE7E7;
}
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 {
    background: none repeat scroll 0 0 #FFF0B9;
    border: 1px solid #FFD869;
    color: #000000;
    display: block;
    font-size: 12px;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
}
ul.pagination li a:hover, ul.pagination li.current span {
    background: none repeat scroll 0 0 #FB1212;
    border: 1px solid #C30D0D;
    color: #FFFFFF;
}
#block-join {
    height: 24px;
    padding: 15px;
    width: 610px;
}
#block-join p {
    color: #000000;
    float: left;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    padding: 4px 3px;
}
#button-join {
    float: right;
}
div.breadcrumb {
    color: #4C606C;
    font-size: 12px;
    margin-bottom: 15px;
}
div.breadcrumb a {
    color: #000000;
}
#fotostreckeslider {
    background: none repeat scroll 0 0 #FFF2C4;
    border: 1px solid #FFD45E;
    padding: 15px;
}
#wrapper-fotostreckeslider {
    height: 102px;
    overflow: hidden;
    position: relative;
}
#fotostreckeslider-prev {
    background: url("../media/ui-background-orange.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #C38A00;
    cursor: pointer;
    float: left;
    height: 102px;
    margin-right: 15px;
}
#fotostreckeslider-arrow-prev {
    background: url("../media/fotostreckeslider-arrow-left.png") no-repeat scroll center center transparent;
    height: 92px;
    padding: 5px;
    width: 6px;
}
#fotostreckeslider-next {
    background: url("../media/ui-background-orange.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #C38A00;
    cursor: pointer;
    float: right;
    height: 102px;
    margin-left: 15px;
}
#fotostreckeslider-arrow-next {
    background: url("../media/fotostreckeslider-arrow-right.png") no-repeat scroll center center transparent;
    height: 92px;
    padding: 5px;
    width: 6px;
}
#fotostreckeslider-prev.active, #fotostreckeslider-next.active {
    background: url("../media/ui-background-red.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #C30D0D;
}
#list-fotostreckeslider {
    list-style-type: none;
    position: absolute;
    width: 9999px;
}
#list-fotostreckeslider li {
    border: 1px solid #C38A00;
    cursor: pointer;
    float: left;
    height: 100px;
    margin-right: 15px;
}
.ui-dialog {
    background: none repeat scroll 0 0 #FFEBA5;
    border: 1px solid #BB8808;
    padding: 15px;
    text-align: left;
}
.ui-dialog-titlebar {
    display: none;
}
#fotostrecke-title {
    color: #455157;
    font-size: 20px;
}
#fotostrecke-close {
    float: right;
}
#fotostrecke-wrapper-image {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFD45E;
    height: 490px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
}
#fotostrecke-wrapper-image img {
    cursor: pointer;
}
#fotostrecke-navigation {
    color: #455157;
    font-size: 18px;
    text-align: center;
}
#fotostrecke-navigation-prev {
    display: block;
    float: left;
}
#fotostrecke-navigation-next {
    display: block;
    float: right;
}

.bestoftabelle {
	font-size: 14px;
}

.bestoftabelle td {
	padding: 5px;
}

 .bestoftabelle th {
	padding: 5px;
}

.bestoftabelle tr:nth-child(odd) {
	padding: 5px;
	background-color: #eeeeee;
}

.bestoftabelle tr:nth-child(even) {
	padding: 5px;
	background-color: #ffffff;
}
