body {
    margin:0;
    padding: 0;
    font-family: 'arial';
}

a:link, a:visited {
    color:#333;
}

a.linkButton:link, a.linkButton:visited {
    text-decoration:none
/*    padding:0px 5px;
    background-color:#eee;
    cursor:pointer;
    border:1px solid #666;
    border-radius:5px;
    text-decoration: none;
    margin-right: 10px;*/
}

a.lineLink:link, a.lineLink:visited {
    display:block;
    line-height:50px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;    
    color: #000;
    padding: 0 10px;
    overflow: hidden;
}
a.lineLink:first-child {
    border-top: 1px solid #ccc;    
}

a.lineLink:after {
    content : '>';
    float:right;
        
}
a.lineLink:hover, a.lineLink:active {
    background-color:#eee;
}

a.backLink:link, a.backLink:visited {
    text-decoration: none;    
}
a.backLink:hover, a.backLink:active {
    border-bottom: 1px solid #ccc;
}

a.backLink:before {
    content : '<';
    width:30px;
    text-align: center;
    display:inline-block;
}

.menu_active {
    color:#fff;
    font-weight: bold;
    padding: 0 4px;
}

a.menu_link:link, a.menu_link:visited {
    color: #666;
    text-decoration: none;
    padding: 0 4px;
}

a.menu_link:hover, a.menu_link:active {
    color: #333;    
}

.content {
    padding : 10px ;
}
.content_center {
    margin:20%;
}
.content_geocod, .content_routing {
    text-align: center;
    font-size:20px;    
}
.geocod_buttons, .routing_buittons { 
    margin-top:10px;
    display:block; 
}
.geocod_percent, .routing_percent {
    display:block;
    border:1px solid #000;
    height :20px;
    margin : 10px 0;
    position:relative;
    text-align: center;
    font-size:16px;
}
.geocod_percent_balken, .routing_percent_balken {
    position: absolute;
    height:20px;
    background-color: #BDC908;
    left:0;
    z-index:9;
    opacity:0.5;
}
.geocod_percent_zahl, .routing_percent_zahl {
    z-index:10;
    position: absolute;
}

.routing_modals {
    margin: 10px 0;
}
.routing_modal{ 
    height:50px; width:50px;
    border: 1px solid #ccc;
    text-align: center;
    line-height:50px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 25px;
    font-size: 14px;
}
.routing_modal_active {
    background-color:#BDC908;
}
.routing_modal_checked {
    background-color:#ccc;
}

.geocod_result { display:none; }
.content_user_9 > .geocod_result {
    display:block;  
    margin-top:10px;
}
.routing_result {
    text-align: left;
    font-size:12px;
    background-color: #eee;
    padding:5px;
    line-height:14px;
    display:none;
    margin-top:10px;
}

.content_user_9 > .routing_result {
    display:block;
}

.header {
    height: 40px;
    line-height: 40px;
    background-color: #BDC908;
    z-index:100;
}
.header_item {
    display:inline-block;padding:0 10px;
    color: #ccc;
}
a.header_logout {
    text-decoration:none;float:right;padding:0 10px;
    color:white;
    
}

a.header_link:link, a.header_link:visited {
    color:white;   
    text-decoration:none;
}

.address_list, .statistik {
    margin-bottom:20px;
}
.address_list_title,.statistik_title {
    font-size:18px;border-bottom:1px solid #333;font-weight:bold;margin:5px 0;
}

.address_list_address {
    width:auto;display:block;overflow-x:hidden;padding:2px;;
    /*background: red;*/
}
            
.address_list_to, .address_list_from {           
    width:250px;float:right;display:inline-block;padding:2px;
    /*background-color: green;*/
}
.address_list_from {
    /*background-color: blue;*/
}

a.address_upload {
    padding:0px 5px;background-color:#eee;cursor:pointer;border:1px solid #666;border-radius:5px;text-decoration:none;
}

.statistik_line {
    line-height:30px;
}
.statistik_line > .left_item, .address_list_address > .left_item {
    display:inline-block;width:200px;
}

.statistik_line > .statistik_count {
    width:50px;text-align:right;margin-right:10px;
}
.statistik_line > .statistik_max {
    width:100px;text-align:right;margin-right:10px;
}

.address_line, .connection_line{
    line-height:30px;
    height:30px;
}

.address_line:hover, .connection_line:hover{
    background-color:#eee;
}
.address_head, .address_head:hover {
    background-color:#ccc;
}

.address_item, .connection_item {
    display:inline-block;
    width:100px;
    overflow-y: hidden;
    border-right: 1px solid white;
    height: 30px;
    padding-left: 2px; 
}
        

.input_line {
    display:block;
    min-height:30px;
    line-height:30px;
    width:100%;
}
.input_text {
    display:inline-block;
    width:200px;
    float:left;
}
.input_value {
    width:auto;
    overflow:hidden;
    display:block;
}

.collapse_frame {
    margin-bottom: 10px;    
}

.collapse_title{
    cursor:pointer;
    border-bottom:1px solid #333;
    color: #333;
    line-height:20px;
    height:20px;    
} 

.collapse_title.target_title {
    line-height:30px;
    height:30px;
    font-size: 20px;    
}

.collapse_title:after {
    content : ">";
    float:right;
    
}

.collapse_title_show {
    color: #000;
}
.collapse_title_show:after{
    content : '<';
}


.collapse_content{
    display:none;
}
.collapse_content_show {
    display:block;    
}