/*

	blauw: #6caedf

*/

body {
	text-align: center;
}

#site {
	margin-top: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font-family: "Arial";
	text-align: left;
	overflow: hidden;
}

#header {
	height: 140px;
	margin-bottom: 20px;
}

#header #adres {
	float: left;
	padding-left: 40px;
	margin-top: 30px;
	font-size: 29px;
}

#menu {
	float: left;
	width: 300px;
}

#menu ul {
	margin: 0px;
	padding: 0px;	
}

#menu ul li {
	margin-left: 0px;
	list-style-type: none;
	background-image: url(/fileadmin/templates/img/spijker.png);
	background-repeat: no-repeat;
	padding-left: 70px;
	height: 55px;
	padding-top: 20px;
	
	font-size: 16px;
	margin-bottom: 10px;
}

#menu ul li a:hover, 
#menu ul li a:active {
	font-weight: bold;
}

#data {
	float: left;
	clear: left;
	width: 300px;
	font-size: 12px;
	margin-top: 10px;
}

#data ul {
	list-style-type: none;
}

#content {
	float: right;
	width: 608px;
	background-color: #6caedf;
	padding: 20px;
	background-image: url(/fileadmin/templates/img/zaag.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #0065a6;
	clear: right;
}

#content img {
	border: 1px solid #0065a6;
}

#footer {
	width: 650px;
	float: right;
	clear: both;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 150px;
}

.left {
	float: left;
}

.right {
	float: right;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
}

a:visited {
}

.current_page_item {
	font-weight: bold;
}

#content #contact {
	padding-left: 35px;
	padding-top: 40px;
	font-size: 26px;
	color: #ffffff;
}

#content #contact p {
	float: left;
	padding: 0;
	margin: 0;
}

#content #contact p a {
	font-size: 15px;
	color: #ffffff;
	
}

.csc-textpic-firstcol, .csc-textpic-lastcol {
	width: 295px !important;
}

.csc-textpic-firstcol {
	float: left;
	clear: left;
}

.csc-textpic-lastcol {
	float: right;
	clear: right;
}