/* CSS Document */
body, html
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	background-color:#0F0F0F;
	padding:0;
	margin:0;
	background:#0F0F0F url(../images/content/bg.png) repeat-y 50%;
}
input, select, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#container h1,#container h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#container h3
{
	margin:0;
	padding:0;
	font-size:9pt;
}
img{ border:none; }
p
{
	line-height:1.5em;
	margin-top:0.9em;
	margin-bottom:0.9em;
	text-align:justify;
}
a {
	color:#006699;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
#container
{
	margin: 0 auto;
	position:relative;
	width:808px;
}
#logo
{
	position:absolute;
	top:12px;
	left:695px;
}	
#centercol
{
	position:absolute;
	width:640px;
	left:43px;
	top:0px;
}
#rightcol
{
	position:absolute;
	left:683px;
	top:169px;
	width:124px;
	height:431px;
	background:#333333 url(../images/content/navigatie.png) no-repeat;
}
#header
{
	width:640px;
}
#header div.title
{
	height:71px;
	background:#7BA400 url(../images/content/header1.png) no-repeat;
	padding-left:1em;
	position:relative;
}
#header div.title h1
{
	position:absolute;
	font-size:30px;
	top:32px;
}
#header div.image
{
	border-top:solid 1px #0F0F0F;
}
#content
{
	background-color:#FFF;
	border-top:solid 1px #0F0F0F;
	padding:1em;
}
#content h2
{
	font-size:22px;
}
#leftcol
{
	position:absolute;
	left:0px;
	top:0px;
	width:43px;
	height:340px;
	background:#333333 url(../images/content/bocht_links.png) no-repeat;
}
#navigatie {
	padding:1em 0 0 1em;
}
#navigatie ul, #navigatie li
{
	margin:0;
	padding:0;
	list-style-type:none;
}	
#navigatie li {
	padding-bottom:3px;
}
#navigatie li a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#navigatie li a:hover{
	text-decoration:underline;
}
#navigatie li.level2, #navigatie li.level2_huidig { 
	padding-left:1em;color:#CCCCCC;
}
#navigatie li.level2_huidig a{ color:#FFCC00;}
#navigatie li.level1_huidig a{ color:#FFCC00;}

img.cms_image
{
	padding:3px;
}

#breadcrumb
{
	float:left;
	padding:0;
}
#breadcrumb ul, #breadcrumb li
{
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}
#breadcrumb ul li a
{
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb ul li a:hover
{
	text-decoration:underline;
}

/* Portfolio */
table.projectenlijst {
	border-left:solid 1px #999;
	border-top:solid 1px #999;
}
table.projectenlijst td {
	border-bottom: solid 1px #999;
	border-right:solid 1px #999;
}
table.projectenlijst thead td {
	background-color:#CCCCCC;
	font-weight:bold;
}
table.projectenlijst tbody td {
	background-color:#EEE;
	
}
table.projectenlijst tbody tr.oneven td {
	background-color:#FFF;
}

