/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2008, dicode VOF
Email: info@dicode.nl
Website: http://www.dicode.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

/* global settings */
* { 
	font-family: verdana, sans-serif; 
	font-size: 11px;
	line-height: 16px;
}

img {
	border: 0;
}

h1 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

/* Alleen gebruiken voor eerste alinea nieuws item */
h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

span.color {
	color: #00aadf;
}

a {
	color: #00aadf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	background: #0074a3 url(../images/bg_body.jpg) repeat-x;
}

div#site {
	position: relative;
	width: 999px;
	margin: 0 auto;
	text-align: left;	
}


div#top {
	position: relative;
	width: 922px;
	height: 15px;
	background: url(../images/top.png) no-repeat;
}

div#middle {
	position: relative;
	width: 790px; /** 922px **/
	padding: 30px 66px 30px 66px;
	background: url(../images/middle.png) repeat-y;
}

div#middle div.left {
	position: relative;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	width: 340px;
}

div#middle div.right {
	position: relative;
	float: left;
	margin-left: 90px;
	padding-top: 20px;
	width: 340px;
}

div#bottom {
	position: relative;
	width: 924px;
	height: 148px;
	background: url(../images/footer.png) repeat-y;
}

div#dicode {
	position: relative;
	margin: 10px 0 0 5px;
	float: left;
}

div#dihost {
	position: relative;
	margin: 10px 0 0 33px;
	float: left;
}

/* Other
-------------------------------------------------------------------------*/
div.clear {
	clear: both;
}

