* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial;
    font-size: 12px;
    outline: none;
}

body {
    padding: 25px;
}

table {
    border-spacing: 0px;
}

#loading {
    text-align: center;
}

#map_close {
    display: none;
    position: fixed !important;
    /*position: absolute;*/
    z-index: 120;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin-top: -214px;
    margin-left: 240px;
    border: 1px solid #000;
    background-color: #FFF;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}
#map {
    display: none;
    width: 500px;
    height: 400px;
    position: fixed !important;
    /*position: absolute;*/
    z-index: 110;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    border: 1px solid #000;
    background-color: #FFF;

    -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);
}

#maps_stations_wrap {
    /*display: none;*/
    position: relative;
    width: 998px;
    height: 100px;
    margin-bottom: 25px;
    /*position: fixed !important;*/
    /*position: absolute;*/
    /*z-index: 1000;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -400px;*/
    /*margin-left: -500px;*/
    border: 1px solid #000;
    background-color: #FFF;

    /*-webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);*/
}
#maps_stations_wrap #maps_stations_resize {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-color: red;
    cursor: pointer;
    border: 1px solid #000;
    background-color: #FFF;
}
#maps_stations_wrap #maps_stations_resize .arrow {
    position: absolute;
    top: -3px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
}
#maps_stations_wrap #maps_stations {
    z-index: 90;
    width: 100%;
    height: 100%;
}

#header {
    margin: 0px auto;
    max-width: 1000px;
    width: 100%;
}

#logo {
    margin-bottom: 25px;
}
#logo a {
    padding: 2px 10px;
    font-family: "Courier New";
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #000;
    text-decoration: none;
}

#navi {
    padding: 0px;
    border-radius: 0px;
    border-color: #000;
    border: none;
}
#navi .ui-tabs-nav {
    background: #FFF;
    border: none;
    padding: 0px;
}
#navi .ui-tabs-nav li {
    margin-right: 10px;
    background: #FFF;
    border-color: #000;
    border-radius: 0px;
}

#navi #suche {
    border-radius: 0px;
    border-top: 1px solid #000;
    border: 1px solid #000;
}
#navi #suche th {
    text-align: left;
}
#navi #suche th,
#navi #suche td {
    padding-right: 15px;
}
#navi #suche td:last-of-type {
    padding-right: 0px;
}
#navi #suche select {
    cursor: pointer;
    border: 1px solid #000;
}
#navi #suche input {
    padding: 1px 4px;
    text-align: center;
    border: 1px solid #000;
}
#navi #suche input[type="radio"]:last-of-type {
    margin-left: 10px;
}
#navi #suche input[type="button"] {
    padding: 1px 4px;
    background-color: #FFF;
    
    -moz-transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
#navi #suche input[type="button"]:hover {
    cursor: pointer;
    background-color: #DADADA;
}
    
#navi #favoriten {
    border-radius: 0px;
    border-top: 1px solid #000;
    border: 1px solid #000;
}
#navi #favoriten ul {
    margin-left: 16px;
}
#navi #favoriten ul li {
    margin-bottom: 5px;
}
#navi #favoriten ul li:last-of-type {
    margin-bottom: 0px;
}
#navi #favoriten ul li input {
    cursor: pointer;
}

#content_wrap {
    /*text-align: center;*/
    margin: 25px auto 0px;
    /*margin-top: 25px;*/
    max-width: 1000px;
    width: 100%;
}

.station_result {
    padding: 10px;
    margin-bottom: 25px;
    /*background-color: #F7F7F7;*/
    /*border-top: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    border: 1px solid #000;
}
.station_result > table {
    width: 100%;
}
.station_result > table > tbody > tr > th {
    text-align: left;
}
.station_result > table > tbody > tr > td {
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
}

/*.station_times {
    margin-bottom: 10px;
}
.station_times table th {
    text-align: left;
    padding-right: 10px;
}
.station_times .times_accord {
    background-color: #F2F2F2;
}
.station_times .times_accord .ui-accordion-header {
    background: #F7F7F7;
    font-weight: bold;
    text-align: left;

    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.station_times .times_accord .ui-accordion-content {
    background: #F7F7F7;
    padding-top: 0px;
    padding-bottom: 0px;

    border-radius: 0px;
    border-right: none;
    border-bottom: none;
}*/

.station_result .wrap_address {
    width: 25%;
}
.station_result .wrap_address .station_adress {
    text-align: left;
}
.station_result .wrap_address .station_adress p {
    line-height: 20px;
}
.station_result .wrap_address .station_adress p .brand {
    font-weight: bold;
}

.station_result .wrap_distance {
    width: 25%;
}
.station_result .wrap_distance .station_distance p {
    font-size: 18px;
    font-weight: bold;
}

.station_result .wrap_price {
    width: 25%;
}
.station_result .wrap_price .station_price p {
    font-size: 18px;
    font-weight: bold;
}

.station_result .wrap_functions .station_functions {
    text-align: right;
    /*padding-right: 8px;*/
}
.station_result .wrap_functions .station_functions .btn {
    width: 24px;
    height: 24px;
    padding: 3px;
    border: 1px solid #000;

    -moz-transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.station_result .wrap_functions .station_functions .btn:hover {
    cursor: pointer;
    background-color: #DADADA;
}

#station_details {
/*    padding: 10px;*/
/*    background-color: #F7F7F7;*/
}
#station_details .station_detail {
    margin-bottom: 25px;
    padding: 10px;
    /*background-color: #F7F7F7;*/
    border: 1px solid #000;
}
#station_details .station_detail:last-of-type {
    margin-bottom: 0px;
}
#station_details .station_detail .station_detail_head {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
}
#station_details .station_detail .station_detail_data {
    padding-left: 10px;
}

#station_details .station_detail .station_detail_data ul {
    margin-left: 16px;
}

#station_details .station_detail .station_detail_data #detail_data_address td {
    padding-bottom: 3px;
}

#station_details .station_detail .station_detail_data #detail_data_times th {
    text-align: left;
    padding: 0px 10px 6px 0px;
}
#station_details .station_detail .station_detail_data #detail_data_times td {
    padding-bottom: 6px;
}

#station_details .station_detail .station_detail_data #detail_data_prices th {
    text-align: left;
    padding: 0px 10px 0px 0px;
}
#station_details .station_detail .station_detail_data #detail_data_prices td {
    padding-bottom: 6px;
}