body {
    margin: 0;
    font-family: verdana;
    color: #2d3133;
    font-size: .7em;
	background-color: #facb43;
}
img {
    border: 0;
}

fieldset {
  padding: 1em;
  color: #ffffff;
  border: 0;
  }
  
label, legend {
	margin-bottom: 6px;
	float: left;
	font-weight: 600;
	
  }
  
label {
	color: #ffffff;
	font-size: 13px;
	
  }
  
legend {
  color: #facb43;
  font-size: 14px;
  }
  
  
a {
    color: #2d3133;
    text-decoration: none;
}

h1, h2, h3 {
    display: inline;
    letter-spacing: .5px;
    font-weight: bold;
	
}
h1 {
    font-size: 1.4em;
	color: #56a0e6;
}
h2 {
    font-size: 1.3em;
	color: #2d3133;
}
h3 {
    font-size: 1.2em;
	color: #2d3133;
}

select, select option, input {
	border: 1px solid #DFDFDF;
	outline: none;
}

select {
	width: 100%;
	color: #858585;
	font-size: 1em;
	padding: 7px;
	font-family: verdana;
	background: #ffffff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	
}
select option{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input {
	width: 98% !important;
	color: #858585;
	font-size: 1em;
	padding: 8px;
	font-family: verdana;
	box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-moz-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-o-box-shadow: inset 0 0 2px rgb(236, 236, 236);
	-webkit-appearance: none;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
}

input:disabled {
    background: #dddddd;
} 

.submit {
	width: 100% !important;
	background: #dddddd;
	color: #2A2E33;
	padding: 8px;
	border: none;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
	cursor: pointer;
	font-weight:bold;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
}
 #main, #links {
    padding-top: 15px;
    padding-bottom: 15px;
}
#ads {
    background-color: #fff;
    text-align: center;
	margin-bottom: -15px;
}

#logo {
	border-top: 2px solid #facb43;
	text-align: center;
	width: 100%;
	background-color: #2A2E33;
}

#logo img{
	padding: 8px;
	width: 100%;
}

#tabs {
	border-top: 2px solid #facb43;
    background-color: #2A2E33;
	height: 57px;
	font-size: 1.2em;
}

#tabs a {
    padding: 20px;
    color: #ddd;
	float: right;
	font-weight: 600;
	color:#fff;
}

#tabs a.logo {
	float: left;
}

#tabs a:first {
}

#tabs a img {
	width: 175px;
}

#tabs a:hover {
    color: #fff;
}
#tabs a.current {
	background-color: #1E2329;
}
#main {
    background-color: #fff;
}

#banner {
	text-align: center;
	background:#56a0e6;
	padding:2em 0 1.2em 0;
	color: #ffffff;
}

#banner h1 {
	color: #ffffff;
	font-size: 1.8em;
}

#content {
    width: 100%;
    line-height: 1.5em;
    padding: 5px;
}

#breadcrumbs-omlijning {
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
	margin-bottom: 5px;
}

#breadcrumbs-omlijning div { 
	display: inline;
}

#berekenen {
	padding:16px 10px;
	width:95%;
	background: #2A2E33;
	box-shadow: 2px 16px 37px -12px;
	margin-bottom: 25px;
}

#content a {
    font-weight: bold;
}

#links h2 {
    display: block;
    color: #2d3133;
}
#links div.column {
	padding: 5px;
    float: left;
    margin-right: 50px;
	color: #2d3133;
	width: 25%;
}
#links div.column a {
    float: left;
    clear: left;
    margin-bottom: 16px;
	color: #2d3133;
}
div.clear {
    clear: both;
    height: 0;
}
#footer {
    clear: both;
    text-align: center;
	background-color: #333333;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

.table {
	overflow: auto;
	overflow-y: hidden;
}

@media screen and (max-width:768px) {

body {
	background-color: #F4F4F4;
}

#tabs {
    background: none;
    padding: 0;
    text-align: left;
    border-top: none;
}

#banner {
	margin-top: 107px;
}

#banner h1 {
	font-size: 1.2em;
}

.verkeersbelastingen-content-responsive {
    width: 320px;
    height: 50px;
    display: inline-block;
}
#tabs a {
    display: block;
    background-color: #2A2E33;
    padding: 8px 15px 8px 15px;
    margin: 4px 0 4px 0;
	width: 98%;
	text-align: center;
	font-size: 0.9em;
}

#tabs a.logo {
	display: none;
}
#tabs a.current {
    background-image: none;
}
#links div.column {
    width: auto;
    clear: left;
}
#links div.column a {
    padding-top: 8px;
}
h1 {
    font-size: 1.2em;
}
h2 {
    font-size: 1.1em;
}
h3 {
    font-size: .9em;
}
#content {
    float: none;
    width: auto;
	font-size: .9em;
}

#side {
    float: none;
    width: auto;
    margin-left: 0;
}

}@media screen and (min-width:768px) and (max-width:1080px) {

h1 {
    font-size: 1.3em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1em;
}
#content {
    font-size: .9em;
}
#logo {
	display: none;
}

}@media screen and (min-width:1080px) {
    #header, #tabs, #main, #links {
    padding-left: 150px;
    padding-right: 150px;
}

#logo {
	display: none;
}
.verkeersbelastingen-content-responsive {
    width: 728px;
    height: 90px;
}
}