html, body {
	margin: 0;
	padding: 0;
	font-family: "andale mono", monospace;
	color: #666;
	font-size: 16px;
}
body {
	background: #FFF url("img/body.gif") center top no-repeat;
	min-width: 1250px;
}
h1,h2,h3,p {
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
.ghosthelper {
	display: none;
}
span.underline {
	text-decoration: underline;
}
.imgcaption { font-size: 13px; }
#main .content .hf { list-style-type: disc; background: none; clear: none; height: auto; padding-left: 35px; margin: 16px 20px 16px 0;  }
#main .content ol.hf { list-style-type: decimal; }
#main .content .hf li { list-style-type: inherit; background: none; padding: 0; }



a img { border: none; }

.flat, .flat li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.addon {
	display: none;
}


/**
 * Header
 */
#header {
	position: relative;
	z-index: 10;
	height: 199px;
	padding-left: 293px;
	width: 957px;
	margin: 30px auto 0 auto;
}
#logo { 
	position: absolute;
	top: 0;
	left: 0;
}
#searchform {
	position: absolute;
	top: 0px;
	right: 13px;
	width: 250px;
	height: 160px;
	background: url("img/zoeken.png"); 
}
#searchform input {
	font-family: "andale mono", monospace;
	font-size: 20px; 
	background: transparent;
	border: none;
	width: 130px;
	position: absolute;
	left: 35px;
	top: 117px;
	color: #666;
}
#searchform input.submit {
	cursor: pointer;
	width: 60px;
	left: 170px;
}
#psearchform {
	display: block;
	padding: 10px 0;
}


#breadcrumb {
	clear: both;
	line-height: 40px;
	padding-left: 57px;
	height: 40px;
	color: #999;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #9C0;
}
#breadcrumb a:active {
	color: #C33;
}





#main a { color: #C33; }
#main a:active { color: #9C0; }
#main a:hover { text-decoration: underline; }


#leftbar {
	width: 350px;
	float: left;
	padding-top: 350px;
}

.skype {

	padding: 40px 0 10px 42px;
	width: 273px;
	background: url("img/skype.gif") top right no-repeat;
}

.twitterbox {
	margin-left: 50px;
	width: 250px;
	background: url("img/twiiterbox.gif") top left no-repeat;
}
.twitterbox .inner {
	position: relative;
	padding: 20px 20px 100px 20px;
	background: url("img/twiiterbox_bot.gif") bottom left no-repeat;
}
.twitterbox li {
	padding-top: 10px;
	font-size: 13px;
}
.twitterbox li .date {
	font-weight: bold;
}
div.twitterbox .inner a {
	display: block;
	width: 150px;
	height: 70px;
	position: absolute;
	bottom: 10px;
	left: 50px;
}
div.twitterbox .inner a span {
	visibility: hidden;
}

/**
 * (contact) form
 */
form.dashed, .dashed fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
form.dashed legend {
	padding: 0 5px 0 0;
	left: 30px;
	font-weight: bold;
	color: #b7b9b8;
	background: #FFF;
}
form.dashed {
	width: 600px;
	position: relative;
	left: -20px;
}
form.dashed fieldset {
	margin: 15px 0;
	background: url("img/itembox.gif") top left no-repeat;
}
.dashed .inner {
	background: url("img/itembox_bot.gif") bottom left no-repeat;
	padding: 15px 20px; 
}
form li {
	line-height: 26px;
	padding-bottom: 4px;
}
.dashed label {
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;
}
.ubbeditor textarea,
form input.text, form li textarea {
	width: 360px;
	border: 1px solid #b7b9b8;
}
.ubbeditor textarea:focus,
form li input.text:focus, form li textarea:focus {
	border: 1px solid #666;
}

.ubbeditor {
	position: relative;
}
.ubbeditor ul.buttons,
.ubbeditor ul.buttons li {
	margin: 0;
	padding: 0;
	width: 25px;
	height: 27px;
	list-style-type: none;
}
.ubbeditor ul.buttons { 
	position: absolute;
	right: 30px;
	top: 0;
}
.ubbeditor .preview h2 a,
#main .ubbeditor ul.buttons a {
	display: block;
	float: left;
	width: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #b7b9b8;
	color: #666;
}
#main .ubbeditor ul.buttons a:hover {
	color: #C33;
	border: 1px solid #C33;
	text-decoration: none;
} 
.ubbeditor textarea {
	height: 104px;
	padding: 0;
}
#main .ubbeditor a.example {
	padding-left: 140px;
	color: #666;
	outline: none;
}
#main .ubbeditor a.example:hover {
	text-decoration: none;
	color: #C33;
}
#main .ubbeditor .preview {
	background: #EFEFEF;
	position: absolute;
	bottom: 0;
	left: -11px;
	width: 560px;
	padding: 0 10px;
	border: 1px solid #b7b9b8;
	min-height: 175px;
	font-size: 13px;
	font-weight: normal;
}
#main .ubbeditor .preview div {
	margin-right: 160px;
}
#main .ubbeditor .preview h2 {
	line-height: 25px;
	height: 25px;
	margin: 0;
	padding: 0 0 10px 0;
}
#main .ubbeditor .preview h2 a {
	float: right;
	position: relative;
	top: -1px;
	right: -11px;
	background: url("img/close.gif") 0 0 no-repeat;
	
	outline: none;
}
#main .ubbeditor .preview h2 a:hover {
	background-position: bottom left;
	text-decoration: none;
	border: 1px solid #C33;
}

/**
 --
 -- Menu's
 */
#mainmenu li {
	float: left;
	width: 234px;
	height: 160px;
	font-size: 28px;
}
#mainmenu li a {
	display: block;
	line-height: 40px;
	padding-top: 120px;
	color: #C33;
	text-decoration: none;
	text-align: center;
}
#catmenu li a:hover,
#mainmenu li a:hover {
	color: #9C0;
}
#catmenu li a:active,
#mainmenu li  a:active {
	color: #C33;
}
#mainmenu li.referenties {
	background: url("img/menu/referenties.png") center center no-repeat;
}
#mainmenu li.projecten {
	background: url("img/menu/projecten.png") center center no-repeat;
}
#mainmenu li.crossmedia {
	background: url("img/menu/crossmedia.png") center center no-repeat;
}
#mainmenu li.over_ons, #mainmenu li.contact {
	position: absolute;
	z-index: 11;
	width: 330px;
	top: 230px;
	left: 20px;
	background: url("img/menu/over_ons.png") center center no-repeat;
}
#mainmenu li.over_ons a {
	padding: 20px 0 100px 30px;
	text-align: left;
}
#mainmenu li.contact a { text-align: left; padding: 0 0 120px 30px; }
#mainmenu li.contact {
	top: 390px;
	background: url("img/menu/contact.png") center center no-repeat;
}
#catmenu {
	padding: 0 20px 10px 20px;
}
#catmenu li {
	display: inline;
	padding-right: 18px;
	white-space: nowrap;
	background: url("img/slash.gif") center right no-repeat;
}
#catmenu li.last {
	background: none;
	padding-right: 0;
}
#catmenu li a {
	color: #C33;
	text-decoration: none;
}
#catmenu li a.current {
	text-decoration: underline;
}	










#wrapper {
	position: relative;
	width: 1250px;	
	min-height: 500px;
	margin: 0 auto;
}

#main {
	width: 600px;
	line-height: 1.25;
	float: left;
}
#main .lead {
	font-size: 21px;
	padding: 0 20px 10px 20px;
}
#main h1 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	padding: 3px 0;
}
#main h2 {
	font-size: 25px;
	color: #333;
	font-weight: normal;
	padding: 8px 0 3px;
}
#main h3 {
	font-size: 18px;
	color: #333;
	padding: 5px 0 2px;
}
#main p {
	padding-bottom: 12px;
}

#main .content {
	padding: 0 20px;
	overflow: visible;
}

#sidebar {
	float: right;
	width: 200px;
	background: url("img/sidebox.gif") top left no-repeat;
	position: relative;
	right: -20px;
	margin: 0;
	font-size: 14px;
}
#sidebar dl, #sidebar dt, #sidebar dd {
	margin: 0; padding: 0;
}
#sidebar dd {
	padding-bottom: 10px; 
}
#sidebar a {
	color: #9C0;
	text-decoration: underline;
}
#sidebar a.thumb {
	display: block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin-top: 10px;
	border: 2px solid #CCC;
	-moz-border-radius: 2px;
}
#sidebar a.thumb img {
	vertical-align: middle;
}
#sidebar a.thumb:hover { border-color: #C33; }
#sidebar a.thumb:active { border-color: #9c0; }

#sidebar a:hover { 	color: #C33; }
#sidebar a:active {	color: #9c0; }
#main #sidebar h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 8px 0 3px;
}
#sbinner {
	padding: 13px 23px;
	background: url("img/sidebox_bot.gif") bottom left no-repeat;
	min-height: 125px;
}



#banners {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	min-height: 200px;
}
#banners li {
	width: 237px;
	height: 129px;
	padding: 2px;
	margin: 0 0 15px 30px;
	background: url("img/banner_border.gif") top left no-repeat;
}



.itemlist {
	width: 600px;
	position: relative;
	left: -20px;
}
.itemlist li {
	background: url("img/itembox.gif") top left no-repeat;
	margin-bottom: 20px;
}
.itemlist li .ilinner {
	background: url("img/itembox_bot.gif") bottom left no-repeat;
	padding: 15px 20px;
	min-height: 160px;
}
.itemlist a.thumb {
	width: 150px;
	height: 150px;
	float: left;
	margin: 5px 10px 0 0;
	line-height: 150px;
	border: 2px solid #CCC;
	-moz-border-radius: 2px;
}
.itemlist a.thumb:hover {
	border-color: #C33;
}
.itemlist a.thumb:active {
	border-color: #9C0;
}
.itemlist a.thumb img {
	vertical-align: top;
}
.itemlist div.meta {
	line-height: 40px;
	height: 40px;
}
#wrapper .itemlist a.more {
	height: 40px;
	width: 175px;
	background: url("img/lees_meer.gif") top right no-repeat;
	line-height: 40px;
	display: block;
	text-decoration: none;
	float: right;
}
#wrapper .itemlist a.more:hover {
	background-position: bottom right;
}
.itemlist a.more span {
	visibility: hidden;
}
.itemlist .pubdate { 
	font-weight: bold;
}




/**
 --
 -- FOOTER 
 */
 #footer {
	clear: both;
	height: 155px;
}
#footer ul {
	width: 1250px;
	line-height: 35px;
	list-style-type: none; 
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	padding: 60px 0;
}
#footer li {
	font-size: 28px;
	display: inline;
	padding: 0 20px;
	color: 
}
#footer li a {
	color: #666;
	text-decoration: none;
}
#footer li a:hover {
	color: #9C0;
}
#footer li a:active {
	color: #C33;
}


/**
 * Search results
 */
#searchresults li {
	padding-bottom: 10px;
}
#searchresults li a.title {
	font-size: 18px;
	color: #333;
	padding: 5px 0 2px;
	display: block;
	font-weight: bold;
}
#searchresults li a:hover {
	color: #9C0;
}
#searchresults li a:active {
	color: #C33;
}
#searchresults li div {
	font-size: 13px;
}




/**
 * Homepage animation styles
 */
#home_animation {
	margin: 0;
	padding: 0;
	position: relative;
	width: 600px;
	height: 338px;
	overflow: auto;
	list-style-type: none; 
}
#home_animation li {
	position: relative;
	margin: 0;
	padding: 0;
	height: 338px;
	background-color: #333;
	background-position: center center;
}
#home_animation li h3 {
	padding: 4px 0 12px 0;
}
#home_animation li h3 a,
#home_animation li h3 {
	color: #9C0;
	font-size: 14px;
	text-decoration: none;
}
#home_animation li h3 a:hover {
	color: #C33;
}
#home_animation li div {
	position: absolute;
	background: url("img/ani_desc.png");
	color: #FFF;
	width: 320px;
	height: 130px;
	padding: 10px;
	font-size: 13px;
	top: 175px;
	left: 240px;
}
#gallery {
	clear: both;
	padding-top: 10px;
}
#gallery .cv {
	background: #dfe1e0;
}
#gallery.hasjs .cv {
	position: relative;
	height: 500px;
	padding: 17px;
}
#gallery #thumbs {
	padding: 30px 0 30px 30px;
	margin: 0;
	
}
#gallery #thumbs li {
	margin: 0;
	padding: 0;
	display: inline;
}
#gallery.hasjs #thumbs li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
}
#gallery.hasjs #thumbs li span.video {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url("img/video.png");
}


#gallery div.nav {
	position: absolute;
	top: 275px;
	width: 450px;
	left: 17px;
	height: 20px;
}
#gallery div.nav a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 20px;
	background: url("img/prev.png") 0 -20px no-repeat;
	cursor: pointer;
}
#gallery div.nav a.next {
	left: auto;
	right: 0;
	background: url("img/next.png") 0 -20px no-repeat;
}
#gallery div.nav a:hover {
	background-position: 0 0;
}
#gallery div.nav a.inact,
#gallery div.nav a.inact:hover {
	background-position: 0 -40px;
	cursor: default;
}
#gallery.hasjs .working {
	cursor: wait !important; 
}
#gallery.hasjs #thumbs {
	text-align: left;
	width: 117px;
	height: 500px;
	position: absolute;
	right: 0;
	top: 17px;
	padding: 0;
	overflow: hidden;
}
#gallery.hasjs #thumbs a img { opacity: 0.9; }
#gallery.hasjs #thumbs .current a img {
	width: 96px;
	height: 96px;
	border: 2px dashed #9C0;
	opacity: 1;
}
#gallery.hasjs #thumbs li img {
	vertical-align: top;
}
#gallery #image {
	width: 450px;
	height: 500px;
	position: relative;
}
#gallery #image .imwrap {
	position: absolute;
	top: 0;
	left: 0;
}
#gallery #image .imwrap .item {
	width: 450px;
	height: 253px;
	text-align: center;
	background: #333;
}
#gallery .description {
	padding-top: 20px;
}
#gallery #image .imwrap h3 {
	color: #C33;
	font-size:14px;
	position: relative; top: 10px;
	font-weight: bold;
	text-decoration: none;
}

#comments {
	padding-top: 20px;
}
#comments h2 {
	padding-bottom: 10px;
}
#comments .addcomment {
	float: right;	
}
#comments .comments {
	font-size: 13px;
}
#comments .comments li .meta {
	line-height: 20px;
	border-bottom: 1px solid #b7b9b8;
}
#comments .comments li .message {
	margin: 5px 120px 30px 40px;
}