@charset "UTF-8";

body,html{
	margin:0;
	padding:0;
}

body {
	font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:24px;
	color:#444;
	
	background-color:#DDD;
	background-position:top center;
}
div.container{
	width:700px;
	margin:20px auto 0 auto;
	display:table;
	background-color:#FFF;
	padding:0 20px 20px 20px;
}
div.footer{
	display:block;
	width:740px;
	margin:0 auto;
	padding:0;
	height:40px;
}
div.footer a{
	height:40px;
	line-height:40px;
	display:block;
	padding:0 10px 0 40px;
	float:right;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background-image:url(../images/leesMeer.png);
	background-position:center left;
	
	background-repeat:no-repeat;
}
div.footer a:hover{
	background-color:#444;
}
div.header{
	height:100px;
	display:block;
	background-image:url(../images/logo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 0 20px 0;
}
div.betalen{
	display:block;
	padding:10px;
	text-align:center;
}

h1,h2,h3,p{
	padding:0 0 15px 0;
}
h1{
	font-size:22px;
	color:#444;
	font-weight:bold !important;
}
h3{
	font-size:24px;
	font-weight:bold !important;
}
span.bedrag{
	font-size:24px;
	color:#AAA;
	font-weight:bold !important;
	display:block;
	text-align:center;
}
span.bedrag input{
	height:30px;
	line-height:30px;
	font:inherit;
	color:#333;
	border:2px solid #DDD;
	text-align:center;
}
span.bedrag input.voor{
	width:100px;
}
span.bedrag input.na{
	width:50px;
}
span.bedrag input.bes{
	width:400px;
	font-size:16px !important;
}
input.submit{
	display:inline-block;
	padding:10px;
	background-color:#DDD;
	color:#444;
	font-size:20px;
	font-weight:bold !important;
	border:1px solid #CCC;	
}
input.submit:hover{
	background-color:#CCC;
	border:1px solid #BBB;	
}
label{
	display:none !important;
}
input{
	-webkit-appearance:none;
}
article a{
	color:#f4970f;
	
}
small{
	font-size:0.9em;
	font-style:italic;
}
b{
	font-weight:bold;
}
.error{
	border-color:red !important;
}
/* HTML5 elementen */
header, section, footer, aside, nav, article, figure {
	display: block;
}
hr.lijn{
	border:none;
	display:block;
	height:2px;
	background-color:#DDD;
	margin:20px 0 10px 0;
}

div.tekst{
	text-align:left !important;
	font-weight:normal !important;
}
ul.lijst{
	display:block; padding:0; margin:0; list-style:none;
}
ul.lijst li{
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height:100px;
	position:relative;
	padding-left:280px;
	border-bottom:1px solid #DDD;
}
ul.lijst li:last-child{
	border:none;
}
ul.lijst li div.foto{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:90px;
	width:250px;
	background-color:#333;
	border:5px solid #222;
  	-webkit-box-shadow: 0 10px 30px 0px rgba(0,0,0,0.15), 0 2px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0 10px 30px 0px rgba(0,0,0,0.15), 0 2px 5px 0px rgba(0,0,0,0.31);
	z-index:1; 
	background-position:center center;
  -webkit-transition: all 0.1s ease-out; 
     -moz-transition: all 0.1s ease-out; 
       -o-transition: all 0.1s ease-out; 
          transition: all 0.1s ease-out; 

}
ul.lijst li div.foto:hover a{
	background-image:url(../img/overlay.png);
}
ul.lijst li div.foto:hover a small{
	display:block;
}
ul.lijst li div.foto:hover a small strong{
	font-weight:normal;
	text-decoration:underline;
}
ul.lijst li div.foto > a{
	display: block;
	position: absolute; 
	left: 0;
	right: 0; 
	bottom: 0;
	padding: 10px; 
	background-image: url(../img/overlay.png);
	font-size: 1.2em;
	text-decoration: none;
	color: #FFF;
	text-align: left;
}
span.zin{
	font-size:1.2em;
}
.fontface ul.lijst li div.foto > a, .fontface span.zin{
    font-family: 'Roboto Condensed','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:14px;
}
ul.lijst li div.foto > a small{
	display:none;
	font-weight:normal;
	font-size:13px;
}
ul.lijst li div.foto > a small strong{
	color: #FFF;
}