body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	
	background-image: url(../images/top-tile.png);
	background-repeat: repeat-x;
}

/* ELEMENTEN */

h1 {
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
}

h1.subtitle {
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

h1.news_title {
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
}

div.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.navigation li {
	float: left;
	margin-right: 20px;
	padding: 0;
}

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

a.purple {
	color: #c225d4;
	text-decoration: none;
}
a.purple:hover {
	text-decoration: underline;
}

a.nav_item {
	display: block;
	padding-top: 5px;
	width: 100px;
	height: 35px;
	background-image: url(../images/navbutton.png);
	background-position: top;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

a.nav_item:hover {
	background-position: bottom;
}

a.nav_item_on {
	display: block;
	padding-top: 5px;
	width: 100px;
	height: 35px;
	background-image: url(../images/navbutton.png);
	background-position: bottom;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

a.news {
	color: #000;
	text-decoration: none;
}
a.news:hover {
	text-decoration: underline;
}

span.purple {
	color: #c225d4;
}

span.valid {
	font-weight: bold;
	color: #1ba100;
}

span.invalid {
	font-weight: bold;
	color: #e30000;
}

input.newslettertext {
	width: 178px;
	padding: 3px;
	font-family: "Trebuchet MS";
	font-size: 12px;	
	color: #444;
	border: 1px solid #000;
}

textarea.contact {
	border: 1px solid #000;
	padding: 3px;
	width: 300px;
	height: 120px;
	font-family: "Trebuchet MS";
	font-size: 12px;	
	color: #444;
}

input.contactbutton {
	width: 100px;
	height: 29px;
	background-image: url(../images/verzenden.png);
	background-position: top;
	cursor: pointer;
	border: 0;
	outline: 0;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

input.contactbutton:hover {
	background-position: bottom;
}

img.news {
	border: 1px solid #999;
}

img.noborder {
	border: 0;
}

/* LAYOUT */
div.wrapper {
	width: 940px;
	margin: 0 auto;
}
div.header {
	margin-top: 40px;
	width: 940px;
}
div.logo {
	float: left;
}
div.header_text {
	float: left;
	margin-left: 25px;
	margin-top: 16px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
div.navigation {
	float: left;
	width: 940px;
	margin-top: 10px;
}
div.page_top_top {
	height: 4px;
	width: 940px;
	margin-top: 30px;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	float: left;
}
div.page_top {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	width: 838px;
	background-image: url(../images/header_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	float: left;
}
div.page_top_bottom {
	height: 4px;
	width: 940px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
}
div.page_bottom {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 940px;
}
div.page_content {
	margin-top: 20px;
	width: 580px;
	float: left;
}

div.container_items {
	width: 910px;
margin: 0 auto;
}
	
div.item {
	margin: 0 auto;
	padding-right: 5px;
	width: 450px;
	float: left;
}

div.bottom {
	margin-top: 30px;
	border-top: 1px solid #ececec;
	padding-top: 20px;
	width: 940px;
	float: left;
	text-align: center;
	color: #959595;
}
div.rightbox {
	margin-left: 20px;
	margin-top: 20px;
	width: 340px;
	float: left;
}
div.rightbox_top {
	width: 340px;
	height: 20px;
	background-image: url(../images/rightbox-top.png);
}
div.rightbox_content {
	background-color: #f9e9fb;
	padding-left: 20px;
	padding-right: 20px;
}
div.rightbox_bottom {
	width: 340px;
	height: 20px;
	background-image: url(../images/rightbox-bottom.png);
}
div.news_item {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-bottom: 1px dotted #e2bbe4;
	padding-bottom: 20px;
}
div.news_photo {
	float: left;
	margin-right: 20px;
}
div.news_text {
	width: 330px;
	float: left;
	margin-right: 20px;
}
div.news_bottom {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dotted #e2bbe4;
	color: #c225d4;
}
div.kruimel {
	margin-bottom: 15px;
	color: #c225d4;
	font-size: 10px;
}