/*Algemeen*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
}
html {
	background: url(images/background.png) #222;
}
body {
	padding: 0 0 15px 0;
}


/*Header*/
#header {
	width: 900px;
	padding-left: 50px;
	margin: 30px auto 10px auto;
}
#header h1 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
}
#header h1 a {
	text-decoration: none;
	color: #fff;
}
#header h1 a:hover {
	text-decoration: none;
	color: #9f0;
}


/*Container*/
#container {
	width: 950px;
	background: url(images/bgbanner.png) repeat-x top center #fff;
	margin: 0 auto;
}


/*header*/
#banner {
	width: 950px;
	margin: 0 auto;
	height: 69px;
	line-height: 69px;
	vertical-align: middle;
}
#banner img {
	float: left;
	margin: 0 0 0 32px;
	width: 206px;
	height: 69px;
}
#banner span {
	color: #000;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
}
#banner span.ct {
	float: left;
	padding-left: 20px;
}
#banner span.bs {
	float: right;
	padding-right: 20px;
}


/*sidebar + contentvlak */
#center {
	width: 918px;
	float: right;
	background: url(images/bgsidebar.png) repeat-y top left #fff;
}


/*sidebar*/
#sidebar {
	width: 180px;
	float: left;
}


/*Menu*/
#navigation {
	width: 110px;
	padding-left: 80px;
}
#navigation ul {
	text-align: right;
	color: #fff;
	font-size: 16px;
	list-style-type: none;
	direction: rtl;
}
#navigation ul li {
	list-style-type: none;
	padding-right: 14px;
}
#navigation ul li.active {
	background: url(images/block.png) top right no-repeat;
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
}
#navigation ul li a:hover {
	color: #000;
}
#navigation ul li.active a:hover {
	color: #fff;
}


/*content*/
#content {
	background: url(images/bgcontent.png) no-repeat bottom right #fff;
	min-height: 300px;
	width: 712px;
	font-size: 13px;
	padding: 10px 0 10px 0;
	float: right;
}
#content p, table.form {
	margin: 0 0 15px 20px;
	width: 670px;
}
#content p:first-letter {
	color: #0af;
	font-weight: bold;
}
#content h2 {
	color: #0af;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #0af;
	margin: 0 0 10px 0;
	padding: 0 0 1px 20px;
	clear: both;
}
#content h2 a {
	text-decoration: none;
	color: #0af;
}
#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #0af;
}
#content abbr {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	cursor: help;
}
#content a img {
	border: 0;
}
.spacer, #spacer {
	clear: both;
}


/*contactpagina (formulier)*/
#content .form td {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);	
}
#content .form td.data {
	vertical-align: top;
}
#content .form .data  input , #content .form .data a {
	background-color: #66ddff;
	border: 1px solid #44aaff;
	color: #004499;
	width: 200px;
	padding: 2px 0 2px 4px;
	display: block;
	margin: 0 5px 5px 0;
	text-decoration: none;
	text-align: left;
}
#content .form .data a span {
	float: left;
	cursor: pointer;
}
#content .form .data a img {
	float: right;
	border: 0;
	margin: 4px;
}
#content .form .data ul {
	border: 1px solid #44aaff;
	width: 204px;
	position: relative;
	top: -6px;
	clear: both;
	display: none;
	filter:alpha(opacity=50);
}
#content .form .data ul li {
	list-style-type: none;
}
#content .form .data ul li a {
	border: 0;
	margin: 0;
}
#content .form .data  input:focus,.form .message textarea:focus, #content .form .data ul li a:hover {
	background-color: #77ccff;
	color: #000;
}
#content .form .message textarea {
	background-color: #66ddff;
	border: 1px solid #44aaff;
	color: #004499;
	padding: 2px 2px 2px 4px;
	font-size: 12px;
	width: 455px;
	height: 280px;
	overflow: auto;
}
#content .form .buttons {
	vertical-align: bottom;
}
#content .form .buttons a {
	background-color: #99ff00;
	border: 1px solid #11aa00;
	color: #006600;
	width: 200px;
	padding: 2px 0 2px 4px;
	display: block;
	margin: 5px 5px 0 0;
	text-align: left;
	text-decoration: none;
}
#content .form .buttons a:hover {
	background-color: #66ff00;
	color: #000;
}

/*Portfolio */
#content .projects {
	width: 670px;
	margin: 0 20px 0 20px;
}
#content .project {
	width: 200px;
	margin: 0 10px 20px 8px;
	float: left;
	background: url(images/bladblauw.png) top left no-repeat;
	text-align: right;
}
#content .project:hover {
	background: url(images/bladzwart.png) top left no-repeat;
}
#content .project img {
	margin-top: 9px;
	.margin-bottom: 2px;
}
#content .project a {
	text-decoration: none;
	display: block;
	background: url(images/port.png) bottom right no-repeat;
	color: #0af;
	font-weight: bold;
	font-size: 11px;
	padding: 0 4px 2px 0;
}
#content .project a:hover {
	background-image: url(images/porthover.png);
	color: #000;
}


/*footer*/
#footer {
	clear: both;
	width: 950px;
	text-align: right;
	font-size: 12px;
	color: #fff;
	margin: 5px auto 10px auto;
}
#footer a {
	color: #9f0;
}
