body,html
	{
		margin: 0px;
		padding: 0px;
		_height: 100%;
		min-height: 100%;
		background: url(pix/body_background.png);
		background-position: top center;
		background-repeat: repeat-y;
		background-color: #FFFFFF;
		font-family: Trebuchet MS, Arial, Verdana;
		font-size: 12px;
		color: #000000;
	}

img
	{
		border: none;
	}

a
	{
		color: #ff9900;
	}

a:hover
	{
		color: #98CC00;
		text-decoration: none;
	}

h2
	{
		color: #FF9900;
		margin: 0px;
		font-size: 16px;
	}

h3
	{
		color: #000000;
		margin: 0px;
		font-size: 13px;
	}

label
	{
		font-size: 12px;
		font-weight: bold;
	}

#container
	{
		position: relative;
		margin: 0px auto;
		width: 700px;
		_height: 100%;
		min-height: 100%;
	}

#main
	{
		position: absolute;
		_height: 100%;
		min-height: 100%;
		width: 100%;
	}

#header
	{
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #FF0000;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

#header h1
	{
		color: #FFFFFF;
		margin: 0px;
		padding-left: 10px;
		font-size: 12px;
	}

#logo
	{
		margin-top: 5px;
		margin-left: 205px;
	}

#navigatie
	{
		position: absolute;
		left: 10px;
		top: 95px;
		color: #FFFFFF;
	}

#navigatie #content
	{
		width: 145px;
		background-color: #404040;
		padding-top: 10px;
		padding-bottom: 10px;
	}

#navigatie h1
	{
		font-size: 12px;
		font-weight: bold;
		display: block;
		margin: 0px;
		padding-left: 8px;
		padding-right: 10px;
	}

#navigatie .item
	{
		font-size: 12px;
		
		display: block;
		padding-left: 20px;
		padding-right: 10px;
	}

#navigatie hr
	{
		background-color: #000000;
		color: #FFFFFF;
		height: 1px;
		border: none;
	}

#navigatie a
	{
		height: 100%;
		display: block;
		color: #FFFFFF;
		text-decoration: none;
	}

#navigatie a:hover
	{
		background-color: #98CC00;
		color: #000000;
	}

#maincontent
	{
		position: absolute;
		top: 120px;
		left: 205px;
		width: 450px;
		padding-bottom: 40px;
	}

#portfolio_overzicht
	{
		border-collapse: collapse;
	}

#portfolio_overzicht td
	{
		vertical-align: top;
		padding-bottom: 15px;
	}

#portfolio_overzicht img
	{
		border: 1px solid #999999;
	}

#portfolio_overzicht .omschrijving
	{
		padding-left: 10px;
	}

.sle
	{
		width: 100%;
		border: 1px solid #000000;
		font-family: Arial, Verdana;
		font-size: 12px;
	}

.textbox
	{
		width: 100%;
		border: 1px solid #000000;
		height: 200px;
		font-family: Arial, Verdana;
		font-size: 12px;
	}

.error
	{
		color: #FF0000;
	}