/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#container {
	background: url(../images/background.jpg) repeat-y top center #fbfbfb;
}

#top {
	padding-bottom: 20px;
}

/* GENERAL */
a img{
	border: none;
}

/* ITEMS */

#verkade{
	background: url(../images/items/verkade.png) no-repeat top left;
	width: 397px;
	height: 226px;
	margin: 45px 0 0 19px;
	padding: 69px 0 0 18px;
}

#chocolonely{
	background: url(../images/items/chocolonely.png) no-repeat top left;
	width: 397px;
	height: 226px;
	margin: -75px 0 0 24px;
	padding: 72px 0 0 18px;
}

#albert-heijn{
	background: url(../images/items/albert-heijn.png) no-repeat top left;
	width: 397px;
	height: 226px;
	margin: 55px 0 0 31px;
	padding: 50px 0 0 18px;

}

#droste{
	background: url(../images/items/droste.png) no-repeat top left;
	width: 397px;
	height: 226px;
	margin: -60px 0 0 24px;
	padding: 50px 0 0 18px;
}

#de-heer{
	background: url(../images/items/de-heer.png) no-repeat top left;
	width: 397px;
	height: 226px;
	margin: -60px 0 0 19px;
	padding: 50px 0 0 18px;
}

#content p{
	width: 190px;
	line-height: 20px;
}

.buttons{
	margin-top: 10px;
}

#content a, #lightbox a{
	text-decoration: underline;
	color: white;
}

#content p a:hover, #lightbox a:hover{
	text-decoration: none;
	color: white;
}

/* ELEMENTS */
#header{
	width: 960px;
	height: 150px;
	background-color: #6caad9;
	margin: 0 auto;
}

#content {
	width: 960px;
	background: url(../images/content-background.jpg) repeat top left;
	margin: 0 auto;
	padding-top: 15px;
	height: 750px;
}

#column-left{
	float: left;
	width: 420px;
	height: 725px;
	margin-left: 40px;
	background: url(../images/eerlijke-letters.png) no-repeat top left;

}

#column-right{
	float: right;
	width: 420px;
	height: 725px;
	margin-right: 40px;
	background: url(../images/oneerlijke-letters.png) no-repeat top left;
}

#menu{
	margin: -34px 0 0 24px;
}	

#menu img{
	margin-top: -15px;
}

#menu #button-1{
	margin-left: -3px;
}
#menu #button-2{
	margin-left: -2px;
}
#menu #button-3{
	margin-left: -1px;
}

#break {
	clear: both;
}

#footer {
	width: 960px;
	height: 18px;
	margin: -20px auto 0;
	background: url(../images/footer.jpg) repeat-x top left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid black;
	font-size: 11px;
	color: white;
	
}

#footer p{
	padding: 3px 4px 0 4px;
}

#footer a, #footer a:visited{
	color: white;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

/* HIDDEN CONTENT */
h1, h2, h3{
	display: none;
}

/* LIGHTBOX */
#lightbox-container{
	padding: 20px 25px 0 25px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#lightbox-container a{
	color: white
}

#lightbox-close{
	margin-top: 2px;
	margin-right: -15px;
	float: right;
}

#lightbox-container p{
	margin: 5px 0 5px 10px;
	width: 500px;
}


/* FORM */
#contactField{
	font-size: 1em;
	font-weight: normal;
	margin: 0 5px;
	padding: 5px;
	width: 700px;
	height: 500px;
	padding: 25px 0 0 25px;
	line-height: 1.7em;
	background: url(../images/lightbox/contact-background.png) no-repeat top left;
}

#contactForm{
	margin: 0;
	padding: 0;
}

#contactField label{
	cursor: pointer;
	width: 100px;
	float: left;
}

#contactField #radio-label{
	width: auto;
	float: none;
}

#contactField input, textarea{
	width: 220px;
	border: 1px solid black;
	color: black;
	background-color: white;
	margin: 0 0 5px 0;
	padding: 2px;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

#contactField textarea{
	width: 220px;
	height: 150px;
}

#example-mail{
	width: 480px;
	height: 200px;
	margin-left: 10px;
}

#contactField #contactNewsletter{
	margin: 0 0 0 100px;
	padding: 0 0 0 0;
	width: auto;
	border: none;
	background: none;
	width: 10px;
	height: 10px;
}

#contactField .submitButton{
	margin: 5px 0 0 0;
	padding: 3px;
	height: 26px;
	width: 100px;
	margin-left: 100px;
}
