@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGMa9awK0IKUjIWABZIchFI8.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}

html {
    background: url(../images/background.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100%;
    width: 100%;
    min-width: 1250px;
}

.menu{
    height: 100px;
    width: 100%;
    position: absolute;
    min-width: 1250px;
    z-index: 10;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.85);
    font-weight: 200;
}

.center{
    margin-left: auto;
    margin-right: auto;
    width: 1250px;
	position: relative;
}

.content{
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.85);
    width: 800px;
    padding: 20px 25px 25px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 80px;
}

.infoblock{
    position: relative;
    float: left;
    margin-left: 30px;
    background-color: rgba(21,93,191,0.8);
    width: 370px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 30px;
}

.infoimage{
    position: absolute;
    right: 15px;
    top: 50px;
    width: 90px;
    height: 74px;
}

.infotitle{
    position: absolute;
    top: 17px;
    left: 24px;
    font-size: 24px;
}

.infotext{
    position: absolute;
    top: 60px;
    left: 24px;
    font-size: 15px;
    width: 230px;
	height: 77px;
	overflow: hidden;
}

.container{
    position: relative;
    margin-top: 135px;
}

h1, h2, h3{
    font-weight: 200;
    color: #155dbf;
}

h1 {
    font-size: 52px;
	margin-bottom: 10px;
}

h2 {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.logo{
    float: left;
    margin-left: 20px;
}

a {
    color: #155DBF;
}

a:hover{
    color: #053a82;
}
/*
.menu ul ul{
	display: none;
}*/

.menu ul li{
    float: left;
    margin-left: 1px;
}

.menu ul li a{
    float: left;
    text-decoration: none;
    color: #155DBF;
    font-size: 26px;
    height: 100px;
    line-height: 100px;
    padding: 0px 20px 0px 20px;
    background-color: transparent;
}

.menu ul li a:hover, .menu ul li a.active{
    color: #fff;
    background-color: #155DBF;
}

.menu ul{
    float: left;
    position: relative;
    top: 0px;
    left: 290px;
}

a.infomore, a.informore:hover{
    position: absolute;
    top: 145px;
    left: 24px;
    font-size: 15px;
    color: #fff;
}

strong {
    font-weight: bold;
}

td:nth-child(1){
    background-color: rgba(21, 93, 191, 0.8);
    color: #fff;
}

tr:nth-child(1){
    background-color: rgba(21, 93, 191, 0.8);
    color: #fff;
}

.tablecss {
	margin:0px;padding:0px;
	width:100%;
	display: block;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}.tablecss table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tablecss tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.tablecss table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.tablecss table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.tablecss tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.tablecss tr:hover td{
	
}
.tablecss tr:nth-child(odd){ background-color:#cfe0f7; }
.tablecss tr:nth-child(even)    { background-color:#ffffff; }.tablecss td{
	vertical-align:middle;
	
	
	border:1px solid #155dbf;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tablecss tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tablecss tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tablecss tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tablecss tr:first-child td{
		background:-o-linear-gradient(bottom, #155dbf 5%, #155dbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #155dbf), color-stop(1, #155dbf) );
	background:-moz-linear-gradient( center top, #155dbf 5%, #155dbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#155dbf", endColorstr="#155dbf");	background: -o-linear-gradient(top,#155dbf,155dbf);

	background-color:#155dbf;
	border:0px solid #155dbf;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.tablecss tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #155dbf 5%, #155dbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #155dbf), color-stop(1, #155dbf) );
	background:-moz-linear-gradient( center top, #155dbf 5%, #155dbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#155dbf", endColorstr="#155dbf");	background: -o-linear-gradient(top,#155dbf,155dbf);

	background-color:#155dbf;
}
.tablecss tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tablecss tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.tablecss td:nth-child(1){
    color: #fff !important;
}

table {
	overflow: hidden;
}

form .label, form input, form select, form textarea{
	width: 500px;
	line-height: 35px;
	height: 35px;
	float: left;
	border: 0px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
	font-family: 'Source Sans Pro', sans-serif;
}

form .label{
	width: 200px;
	clear: left;
}

form input{
	padding-left: 4px;
}

form select{
	padding-top: 4px;
	padding-left: 4px;
}

form textarea{
	height: 100px;
	padding: 4px;
	padding-right: 0px;
	font-size: 12px;
	line-height: 15px;
}

a.infobutton{
	background-image: url('../images/bike_small.png');
	background-position: 30px 7px;
	background-repeat: no-repeat;
}
.toggletablebutton, .toggletablebutton2{
	background-image: url('../images/calc.png');
	background-position: 30px 5px;
	background-repeat: no-repeat;
}

.toggletablebutton, .toggletablebutton2, a.infobutton, a.submit{
	display: block;
	text-decoration: none;
	margin: 20px 0px 10px 0px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 100%;
	background-color: #155dbf;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 0px;
}

.toggletablebutton:hover, .toggletablebutton2:hover, a.infobutton:hover, a.submit:hover{
        color: #fff;
	background-color: #053a82;
}

a.submit{
	width: 500px;
	float: left;
	margin-left: 200px;
}

.error{
    float: left;
    width: 500px;
    color: #f00;
    margin-left: 200px;
}

.checkboxlabel{
    float: left;
    height: 35px;
    line-height: 35px;
}

#voorwaarden{
    width: 50px;
}