/* Imports */









/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: url(../images/background.gif) repeat-x;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
div.clear_float, div.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 960px;
	min-height: 100%;
}
div#body {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
div#body div#left, div#body div#right {
	float: left;
}
div#body div#left {
	position: relative;
	padding: 65px 30px 0 0;
	width: 440px;
}
div#body div#right {
	position: relative;
	width: 480px;
	border-style: solid;
	border-width: 0 10px;
	border-color: #fff;
}
/* Body onder */
div#under_body {
	padding-bottom: 230px;
	position: relative;
}

/* Header */
div#header {
	height: 135px;
	margin: 0 auto;
	position: relative;
}

/* Tekstvelden rechts */
div#right div.editor {
	float: left;
	width: 210px;
	padding: 0 0 0 30px;
}
div#right div.editor h2 {
	margin: 0 0 6px 0;
}
div#right div.editor ul {
	margin: 0 0 6px 0;
}
div#right div.editor ul a {
	text-decoration: none;
	color: #4d4d4d;
}
div#right div.editor p {
	font-size: 11px;
}

/* Footer */
div#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 230px;
	margin: -230px auto 0 auto;
	background: #000;
	color: #4d4d4d;
	font-size: 11px;
}
div#footer div.inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}
div#footer a {
	text-decoration: none;
	color: #4d4d4d;
}
div#footer a:hover {
	color: #fff;
}

/* Credits */
div#credits {
	width: 240px;
	float: left;
	text-align: right;
}

#twitter-follow {
	width: 31px;
	height: 113px;
	position: fixed;
	top: 200px;
	right: 0;
	text-decoration: none;
}

#twitter-follow.webdev {
	background: url('../images/twitter-webdev.gif') no-repeat;
}
#twitter-follow.cms {
	background: url('../images/twitter-cms.gif') no-repeat;
}

