@charset "utf-8";

/*
Theme Name: JP bedankt!
Theme URI: http://www.jpbedankt.nl
Description: Thema voor JP bedankt.nl
Version: 1.0
Author: Derk Oosterveld
Author URI: http://www.jpbedankt.nl
*/

/****************************************************************************************************************************/
/*	General																													*/
/****************************************************************************************************************************/

*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}

html, body{
	height:100%;

}

body{
	font: 12px/18px 'Arial';
	color: #8f9092;
	
}

h1 {
	padding: 80px 0 30px 0;
	font: 48px 'Arial';
	color: #f89927;
}
h1 a {
	text-decoration: none;
}

.clear{
	clear: both;
}

#main-holder {
	width:100%;
	min-height:100%;
	position:relative;
	background: #fff url('images/jan_peter_balkenende.jpg') no-repeat right bottom;
}

#container{
	width: 680px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

p {
	padding: 0 0 18px 0;
}

a {
	color: #f89927;
	text-decoration: underline;
}

#teller_container {
	padding: 25px 0 25px 0;
}
#teller {
	float: left;
	width: 300px;
	background: url('images/teller.png') repeat-x;
	height: 56px;
	text-align: right;
}

#teller h2 {
	padding: 1px 0 0 0;
	color: #fff;
	font: 48px 'Arial';
	letter-spacing: 33px;
	width: 100%;
	margin-left: 4px;
}

#teller_aantal {
	padding: 0 0 18px 0;
	float: left;
	width: 200px;
}
#teller_aantal h3 {
	padding: 11px 0 0 14px;
	color: #f89927;
	font: 30px 'Arial';
}

h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: 18px 'Arial';
	color: #8f9092;
}

fieldset label {
	float: left;
	width: 160px;
	padding: 10px 0 0 0;
}
input,textarea {
	float: left;
	border: 1px solid #c7c8c9;
	padding: 8px;
	margin: 0 0 4px 0;
	font: 16px 'Arial';
}
input.input {
	width: 250px;
}
textarea {
	width: 400px;
	height: 100px;
}
.email {
	padding: 9px 0 0 5px; float: left; font-size: 9px;
}

#footer {
	padding: 25px 0 0 0;
	color: #c5c6c7;
}
#footer ul {
	
}
#footer ul li {
	float: left;
	padding: 0 8px 0 0;
}
#footer ul li.padding {
	padding: 0 0 0 40px;
}
#footer ul li a {
	color: #c5c6c7;
	text-decoration: underline;
}
