@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: 90%;
	max-width:700px;
	margin:20px auto 0 auto;
	display:block;
	background-color:#FFF;
	/*padding:0 20px 20px 20px;*/
}
div.footer{
	display:block;
	width: 90%;
	max-width:700px;
	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{
	max-width:400px;
	width: 90%;
	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;
}