/* @override 
	http://peopleandprojects.jonnoriekwel.nl/css/main.css
	http://mjs-people-projects.nl/css/main.css
*/

* {
	margin: 0;
	padding: 0;
}

html {
	
}

body {
	font: 12px/17px Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	color: #404040;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	background: #e9e9e9 url(/img/body_bg.jpg) center center;
}

strong {
	font-weight: normal;
}

em {
	
}

p {
	
}

ul {
	list-style-type: none;
}

h1 {
	#font-size:45px;
	position: relative;
	margin-top: 42px;
	color: #FFFFFF;
	font: 30px Helvetica, Arial, Geneva, sans-serif;
}

h2 {
	font-size: 13px;
	color: #3366e5; 
/*#3366e5;*/
	font-weight: normal;
	font-style: normal;
	margin-bottom: 6px;
}

h3 {
	color: #FFFFFF;
	font: 18px Helvetica, Arial, Geneva, sans-serif;
}

a {
	color: #3366e5;
}

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

a.readall {
	display: block;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 10px;
	text-decoration: none;
}

a.readall:hover {
	text-decoration: underline;
}

img.title {
	margin-bottom: 25px;
	display: block;
}

strong {
	
}

/* CONTAINER */

.container {
	width: 863px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.container .left {
	float: left;
	width: 216px;
}

.container .right {
	float: right;
}

/* HEADER */

#header {
	height: 212px;
	background: url(/img/header_bg.jpg) repeat-x center;
}

#header .image {
	width: 254px;
	height: 151px;
	background: url(/img/header_image_bg.gif) no-repeat;
	padding: 3px;
	margin-top: 27px;
}

#header .left {
	
	height: 212px;
}



#header .right {
}

/* NAVIGATION */

#navigation {
	height: 56px;
	background: url(/img/navigation_bg.jpg) repeat-x;
}

#navigation .container {
	width: 863px;
}

#navigation .left {
	height: 56px;
	background-image: url(/img/navigation_logo2.jpg);
}

#navigation .right {
	width: 626px;
	margin-right: -10px;
}

/* CONTENT */

#content {
	background-color: #e9e9e9;
}

#content ul {
	list-style-type: disc;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
	list-style-position: inside;
}

#content .container {
}

#content .left {
}

#content .left .nieuws {
	width: 176px;
	padding: 35px 20px 1px;
	background-image: url(/img/news_bg.jpg);
}

#content .left .nieuws a.contact {
	background-color: #6e88e9; 
	display: block;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content .left .nieuws a.contact:hover {
	background-color: #8867a3;
}

#content .left .bot {
	height: 2px;
	background: url(/img/news_bot.jpg) no-repeat;
}

#content .right {
	padding-top: 35px;
	width: 607px;
	padding-bottom: 10px;
	_padding-bottom: 0px;
}

#content .right .columnone {
	float: left;
	width: 293px;
}

#content .right .columntwo {
	float: right;
	width: 293px;
}

/* FOOTER */

input {
	width: 100%;
}

input.none {
	width: auto;
	margin-top: 7px;
}

textarea {
	width: 100%;
	height: 90px;
}

#footer {
	background: url(/img/footer_bg.jpg) repeat-x 0 -15px;
	padding-top: 47px;
	margin-bottom: 50px;
	color: #fff;
	text-shadow: #000000 0px 1px 1px;
}

#footer .container {
	padding-left: 38px;
}

#footer .right {
	width: 628px;
}

/* OTHER */

.clear {
	clear: both;
}
