/*
Master styles for screen media
Author:	justine@gentlecode.net
*/

@import 'reset.css';


/* PAGE STRUCTURE
------------------------------------------------------------- */

body {
	background: url(../img/bg-noise.png) repeat;
	font: normal 11px/18px Arial, sans-serif;
	color: #32373e;
}

.container {
	width: 980px;
	margin: 45px auto 0;
	overflow: visible;
	background-color: #fff;
	border: 1px solid #e5e3df;
	-moz-box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	-webkit-box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	box-shadow: 0px 0px 10px rgba(196,196,186, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ELEMENTS
------------------------------------------------------------- */

p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

a, a:visited {
	color: #ff0ae5;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ff0ae5;
	text-decoration: underline;
}

a.button {
	padding: 6px 10px 6px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #36b696;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.button:hover {
	background-color: #53d7b6;
}

h3 {
	font-size: 36px;
	letter-spacing: -1px;
	color: #36b696;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.75), inset -2px -2px 2px rgba(0,0,0,0.2);
}

h4 {
	font-size: 14px;
	color: #36b696;
}


/* HEADER
------------------------------------------------------------- */

.header {
	width: 100%;
	padding: 25px 0 0 0;
	background: #fff url(../img/bg-pattern-white.png) bottom repeat-x;
}

/* Logo */

.header h1 {
	float: left;
	margin: 0 0 25px 35px;
}

.header h1 a {
	display: block;
	width: 600px;
	height: 70px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
}

/* Social icons */

.header ul.social {
	float: right;
	overflow: hidden;
	margin: 5px 15px 0 0;
	list-style-type: none;
}

.header ul.social li {
	float: left;
	margin: 0 8px 0 0;
	
}

.header ul.social li a {
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/icon-social.png) no-repeat;
	list-style-type: none;
}

.header ul.social li a.fb {
	background-position: 0 0;
}

.header ul.social li a.lin {
	background-position: 0 -21px;
}

.header ul.social li a.twit {
	background-position: 0 -42px;
}

/* Subscribe form */

.header form {
	float: right;
	overflow: hidden;
	margin: 0 25px 0 0;
}

.header input[type=text] {
	float: left;
	width: 152px;
	padding: 9px 11px;
	font: normal 9px Arial, sans-serif;
	color: #777;
	text-transform: uppercase;
	background: #fcfcfc;
	border-bottom: none;
	border-left: 1px solid #e8e7e8;
	border-right: 1px solid #e8e7e8;
	border-top: 1px solid #bfbdbf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fafafa));
	background: -moz-linear-gradient(0% 0% 90deg, #fff, #fafafa);
	-moz-box-shadow: inset 0px 0px 1px #eae9ea;
	-webkit-box-shadow: inset 0px 0px 1px #eae9ea;
	box-shadow: inset 0px 0px 1px #eae9ea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.header input[type=submit] {
	float: left;
	margin: 0 0 0 9px;
	padding: 8px 10px 9px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #36b696;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.header input[type=submit]:hover {
	background-color: #53d7b6;
}	


/* INTRO & PRICE
------------------------------------------------------------- */

.intro {
	position: relative;
	padding: 40px 0 0 70px;
	height: 640px;
	background: url(../img/bg-noise.png) repeat;
}

.intro img.book {
	float: right;
	margin: 0 45px 0 0;
	position: relative;
	top: -25px;
	padding-bottom: 0px;
}

.intro h1 {
	float: left;
	width: 430px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 5px 0;
}

.intro h2 {
	float: left;
	width: 430px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 25px 0;
}

.intro p {
	float: left;
	width: 430px;
	margin: 0 0 15px 0;
}

.price {
	padding: 0px 0px 0px 50px;
	margin: 0 0 0px 0;
	height: 190px;
	background: url(../img/bg-pattern-noise.png) repeat-x;
}

.price h2{
	float: left;
	width: 930px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 15px 0;
	margin-top: -80px;
}

.price p {
	
	padding-top: 40px;
}

.price a.button {
	display: inline-block;
	overflow: hidden;
	margin: 0 26px 0 0;
	padding: 0 0 0 65px;
	width: 165px;
	height: 53px;
	line-height: 53px;
	-moz-box-shadow: 0px 0px 1px #e9e9e1;
	-webkit-box-shadow: 0px 0px 1px #e9e9e1;
	box-shadow: 0px 0px 1px #e9e9e1;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.price a.button:hover {
	text-decoration: none;
}

.price a.button span {
	float: right;
	margin: 0 15px 0 0;
	font-size: 24px;
	line-height: 50px;
}

.price a.button.paper {
	background: url(../img/btn-gray.png) 6px 0 no-repeat;
}

.price a.button.pdf {
	background: #32373e url(../img/icon-pdf.png) 6px 0 no-repeat;
}

/* FINAL
------------------------------------------------------------- */

.final {
	padding: 50px 50px 30px;
	background: url(../img/bg-pattern-noise.png) 0 0 repeat-x;
	height: 1350px;
}

.final h2 {
	float: left;
	width: 930px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 25px 0;
}

.final a.button {
	display: block;
	float: right;
}

.kosten {
	padding: 50px 50px 30px;
	background: url(../img/bg-pattern-noise.png) 0 0 repeat-x;
	height: 520px;
	font-size: 14px;
}

.kosten h2 {
	float: left;
	width: 930px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 25px 0;
}

.kosten .small {width: 150px;}

.contact {
	padding: 50px 50px 30px;
	background: url(../img/bg-pattern-noise.png) 0 0 repeat-x;
	height: 400px;
	font-size: 14px;
}

.contact h2 {
	float: left;
	width: 930px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 25px 0;
}

.contact .small {width: 150px;}


/* FOOTER
------------------------------------------------------------- */

.footer {
	width: 930px;
	margin: 15px auto;
}

.footer p {
	width: 50%;
	float: left;
}

.footer p a {
	color: #86847d;
}

.footer p.last {
	float: right;
	text-align: right;
}

/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ul.list {
	list-style-type: none;
	font-size: 16px;
	
}

ul.list li {
	font-size: 16px;
	line-height: 34px;
	padding-left: 50px;
	background-image: url(../img/lijst.png);
	background-repeat: no-repeat;
	background-position: left center; 
}

.first {background-position: left center;
margin-top: 105px;}

table {font-size: 16px; line-height: 24px; }
.contactgegevens {vertical-align: top; height: 300px; width: 1000px;}
.contactgegevens td {float: left; margin-top: 10px; }
.width {width: 240px;}