/* DIVS ROUTES */
#provincie {
position: relative;
float: left;
width: 920px;
margin: 0 40px 20px 0;
padding: 20px;
min-height: 200px;
border: 1px solid #c1d72e;
}

#column_left {
position: relative;
float: left;
width: 450px;
margin: 0 50px 0 0;
}

#column_right {
position: relative;
float: left;
width: 460px;
}

#practical_information_symbols, .practical_information_symbols, .practical_information_item {
position: relative;
float: left;
margin: 10px 0 10px 0;
padding: 0 0 10px 0;
width: 450px;
border-bottom: 1px solid #c1d72e;
}

.item {
position: relative;
clear: both;
margin: 0 0 25px 0;
}

#routes_tabs {
position: relative;
float: left;
}

#routes_tabs_content {
position: relative;
float: left;
margin: -1px 0 0 0;
padding: 8px;
width: 440px;
color: #3d3d3d;
background: #d8d900;
border: 1px solid #c1d72e;
}

#routes_tabs_content h2 {
color: #3d3d3d;
margin: 0 0 10px 0;
}

#routes_tabs_content a {
color: #3d3d3d;
}

.reacties_item {
position: relative;
clear: both;
margin: 0 0 20px 0;
border-bottom: 1px solid #3b3b3b;
}

.route_sidebar {
position: relative;
float: left;
margin: 20px 0 0 0;
padding: 8px;
width: 440px;
background: #ededed;
border: 1px solid #c1d72e;
}

/* IMAGES ROUTES */
#provincie img {
display: block;
margin: 0 auto 0 auto;
}

#practical_information_symbols img, .practical_information_symbols img {
margin: 0 7px 0 0;
border: 0;
cursor: pointer;
}

#routes_tabs_content img, .route_sidebar img {
border: 1px solid #c1d72e;
}

#fotos img {
position: relative;
float: left;
margin: 0 8px 5px 0;
width: 100px;
height: 75px;
}

/* TABLES */

/* LISTS */

/* LISTS TABS */
#routes_tabs ul {
position: relative;
float: left;
margin: 0;
padding: 0;
list-style: none;
}

#routes_tabs ul li {
position: relative;
float: left;
width: 114px;
height: 20px;
padding: 6px 0 6px 0;
background: #e8e96c;
border-right: 1px solid #ffffff;
text-align: center;
cursor: pointer;
}

#routes_tabs ul li:hover {
background: #d8d900;
}

#routes_tabs ul li a {
text-decoration: none;
font-family: 'Roboto Slab', serif;
font-size: 14px;
font-weight: bold;
color: #3d3d3d;
}

#routes_tabs ul li:hover a {
color: #3d3d3d;
}