* {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
}

.bordertop {
	border-top: 2px dotted #33CCFF;
	padding-top: 12px;
	margin-top: 12px;
}

html, body {
	background-color: #fff;
}

body {
	font: 75%/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #999999;
	padding: 40px 0 0;
}

.description p {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
}

img {
	vertical-align: bottom;
	border-style: none;
}

p, ul {
	margin-bottom: 1.5em;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

a:link, a:visited {
	color: #3cf;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #999999;
	text-decoration: none;
}

#wrapper {
	width: 972px;
	margin: 0 auto;
	overflow: hidden;
}

.nomargin {
	margin-right: 0 !important;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 180px;
	padding: 25px 25px 0 0;
}

#sidebar #logo {
	width: 184px;
	height: 125px;
	display: block;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
}

#sidebar #slogan {
	font-family:RockwellStdLight;
	color: #3cf;
	padding-top: 7px;
	font-size: 15px;
	line-height: 20px;
}

#sidebar #navigation {
	list-style-type: none;
}

#sidebar #navigation li {
	background: url(../images/sidebar_li.png) repeat-x 0 bottom;
	font-size: 0.9em;
}

#sidebar #navigation li a {
	display: block;
	padding: 1px 0 3px;
	width: 180px;
}

#sidebar #navigation li.current a {
	color: #3cf;
	font-weight: bold;
}

/*  MAIN */

#main {
	width: 562px;
	float: right;
	overflow: hidden;
}

/* --- subnavigation */

#subnavigation {
	list-style-type: none;
	margin-bottom: 0;
	height: 25px;
	width: 972px;
	
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -486px;
}

#subnavigation li {
	display: inline;
	margin-left: 3px;
	float: right;
}

#subnavigation li a {
	color: #575756;
	text-decoration: none;
	font-size: 9px;
	color: #575756;
}

#subnavigation li a:hover {
	color: #3cf;
	text-decoration: none;
}

/* --- content */

#main #content {
	width: 562px;
	margin-top: 25px;
}

#main #content h2 {
	color: #3cf;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

/* ------ home */

#page-home {
	
}

#page-home #content ul {
	width: 562px;
	overflow: hidden;
	margin-bottom: 5px;
	list-style-type: none;
}

#page-home #content ul li {
	width: 178px;
	height: 178px;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}

/* ------ referenties */

#page-referenties {
	
}

#page-referenties #content ul {
	margin-right: 13px;
	width: 148px;
	float: left;
	list-style-type: none;
	background: url(../images/referenties_ul_bg.png) repeat-x;
	min-height: 553px;
	height: auto !important;
	height: 553px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
}

#page-referenties #content ul li {
	
}

#page-referenties #content ul li a {
	
}

/* ------ contact */

#page-contact #content {
	/*background: url(../images/contact_img.png) no-repeat;*/
	/*padding-left: 191px;*/
	width: 562px; /*was eerst: 371px*/
	color: #aaa;
	/*padding-top: 165px;*/
}

#page-contact #content h2 {
	font-weight: bold;
}

#page-contact #content h3 {
	font-weight: normal;
	color: #3cf;
	font-style: normal;
	font-size: 1em;
}

#page-contact #content a {
	color: #3cf;
}

#page-contact #content a:hover {
	text-decoration: underline;
}

#page-contact #content .blue {
	color: #3cf;
	font-weight: normal;
	font-style: normal;
}

#page-contact #content .blue:hover {
	text-decoration: underline;
}

/* ----- portfolio */

#page-portfolio #content {
	
}

#page-portfolio #content #image {
	width: 372px;
	height: 371px;
	float: left;
	margin-bottom: 13px;
	overflow: hidden;
}

#page-portfolio #content #image-nieuws {
	width: 560px;
	height: 260px;
	float: left;
	margin-bottom: 13px;
	overflow: hidden;
}

#page-portfolio #content #info {
	float: right;
	width: 148px;
	height: 148px;
	background-color: #33ccff;
	color: #000;
	padding: 15px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 13px;
}

#page-portfolio #content #info h2 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.5em;
}

#page-portfolio #content #info h3 {
	font-weight: bold;
}

#page-portfolio #content #info a {
	color: #FFF !important;
}

#page-portfolio #content #thumbs {
	width: 178px;
	clear: right;
	float: right;
	list-style-type: none;
	margin-bottom: 0;
}

#page-portfolio #content #thumbs li {
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
}

#page-portfolio #content #thumbs li a {
	float: left;
}

#page-portfolio #content #thumbs li a img {
	width: 52px;
	height: 52px;
}

#page-portfolio #content .description {
	clear: both;
	width: 565px;
	font-size: 0.9em;
}

#page-portfolio #content .description h2 {
	font-weight: bold;
	font-size: 1.3em;
}

#page-portfolio #content .description h3 {
	color: #3cf;
	font-weight: normal;
	font-size: 1.1em;
}

/* ------ over ons */

#page-overons #content {
	
}

#page-overons #content #image {
	overflow: hidden;
	width: 372px;
	height: 371px;
	margin-bottom: 13px;
	margin-right: 12px;
	float: left;
}

#page-overons #content .description {
	width: 562px;
	float: left;
	font-size: 0.9em;
}

#page-overons #content .description h2 {
	font-weight: bold;
	font-size: 1.3em;
}

#page-overons #content #thumbs {
	float: left;
	width: 178px;
	list-style-type: none;
}

#page-overons #content #thumbs li {
	margin-right: 11px;
	float: left;
	margin-bottom: 13px;
}

#page-overons #content #thumbs li a {
	float: left;
	display: block;
	width: 52px;
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
}

#page-overons #content #thumbs li a img {
	
}

/* ----- nieuws */

#page-nieuws #content {
	
}

#page-nieuws #content #image {
	width: 372px;
	height: 321px;
	float: left;
	margin-bottom: 13px;
	overflow: hidden;
}

#page-nieuws #content #info {
	float: right;
	width: 148px;
	height: 148px;
	background-color: #6fab3c;
	color: #000;
	padding: 15px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 13px;
}

#page-nieuws #content #info h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.5em;
}

#page-nieuws #content #info h3 {
	font-weight: bold;
}

#page-nieuws #content #thumbs {
	width: 178px;
	clear: right;
	float: right;
	list-style-type: none;
	margin-bottom: 0;
}

#page-nieuws #content #thumbs li {
	margin-right: 13px;
	margin-bottom: 10px;
}

#page-nieuws #content #thumbs li a {
}

#page-nieuws #content #thumbs li a img {
	width: 52px;
	height: 52px;
}

#page-nieuws #content .description {
	clear: both;
	width: 562px;
	font-size: 0.9em;
}

#page-nieuws #content .description h2 {
	font-weight: bold;
	font-size: 1.3em;
}

/* --- footer */

#main #footer {
	clear: both;
	border-top: 2px dotted #33CCFF;
	padding-top: 10px;
	margin-top: 20px;
	/*background-image: url(../images/sidebar_li.png);
	background-repeat: repeat-x;*/
	font-size: 0.8em;
}

/*  PORTFOLIO */

#portfolio {
	width: 178px;
	float: right;
	padding: 20px 0 0 14px;
	list-style-type: none;
}

#portfolio h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #3cf;
}

#portfolio ul {
	list-style-type: none;
	/*background: url(../images/sidebar_li.png) repeat-x;*/
	padding-top: 3px;
	font-size: 0.9em;
}

#portfolio ul li {
	background: url(../images/sidebar_li.png) repeat-x 0 bottom;
}

#portfolio ul li h2 {
	font-family: RockwellStdLight;
	font-size: 18px;
	line-height: 15px;
}

#portfolio ul li .datum {
	font-size: 11px;
	color: #9c9d9d;
}

#portfolio ul li div {
	font-size: 11px;
	color: #575656;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#portfolio ul li h2,
#portfolio ul li span,
#portfolio ul li div {
	cursor: pointer;
}

#portfolio ul li a {
	display: block;
	padding: 1px 0 3px;
	width: 180px;
}

#portfolio ul li.current a {
	color: #3cf;
	font-weight: bold;
}

#paginering {
	text-align: center;
}

.blauwelink {
	color: #33ccff !important;
}

/* WIJZIGINGEN 10 mei 2011 tbh nieuwe layout */

#twitter {
	right: 0px;
	top: 70px;
	position: fixed;	
}

.hoofdkop {
	font-family: ITCAvantGardeGothicLTBold;
	font-weight: normal;
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.subkop {
	font-family: RockwellStdLight;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #33CCFF;
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
}

.tussenkop {
	font-family: RockwellStdLight;
	font-size: 18px;
	font-weight: normal;
	color: #33CCFF;
	padding: 0px;
	margin: 0px;
}

p.inleiding {
	font-family: RockwellStdLight;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

p.streamer {
	font-family: RockwellStdLight;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #33CCFF;
	padding: 0px;
	margin: 0px;
}

span.subkop {
	padding-left: 10px;
}

#content ul.referenties {
	margin-right: 13px;
	width: 167px;
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

#content ul.referenties.nomargin {
	margin-right: 0px;
}

#content .portfolio-thumbnail {
	float: left;
	margin-right: 13px;	
	margin-bottom: 13px;	
}

#content .portfolio-thumbnail.last {
	margin-right: 0px;	
}

.blauw {
	color: #33CCFF;
}
