body
{
	background-color: #000;
	cursor: default;
	color: #FFFFFF;
	font-family: "Verdana";
	font-size: 12px;
}

h1
{
	font-size: 16px;
}

h1, h2, h3
{
	font-weight: normal;
}

img
	{
		border: 0px;
	}

table
{
	border-spacing: 0px 0px;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#container
	{
		margin: 0 auto;
		width: 1000px;
	}
	
	#header
	{
		width: 1000px;
		height: 124px;
	}		
	
	#content
	{
		background-color: #FFF;
		color: #000;
		width: 1000px;
	}
	
	#contentholder
	{
		margin-top: 15px;
		width: 1000px;
	}
		#contentholder h1
		{
			font-size: 18px;
			font-weight: 400;
			padding: 10px 0px 0px 0px;
			margin: 0px 0px 15px 0px;
		}

		#leftbar
		{
			width: 150px;
			float: left;
		}
			#leftbar ul
			{
				margin: 0;
				padding: 0;
				list-style: none outside;
			}
				#leftbar ul li
				{
					margin-bottom: 10px;
				}
				
				#leftbar ul li a
				{
					display: block;
					color: #000;
					height: 22px;
					padding-left: 0px;
					width: 150px;
					text-decoration: none;
					
					font-size: 12px;
					margin: 0;
					padding: 0px 0px 0px 0px;
					padding-left: 25px;
				}
				
				#leftbar ul li .note
				{
					color: #878787;
					font-size: 8px;
				}
			
			#leftbar .icon
			{
				width: 32px;
				height: 32px;
				float: left;
				border: 0px solid #FFF;
			}
		
		#tekst
		{
			width: 590px;
			margin-left: 50px;
			float: left;
			padding: 0px 0px 0px 0px;
		}
		
			.flatnote
			{
				font-style: italic;
			}
			
			.displayTabel
			{
				width: 97%;
				border: 1px solid #CCC;
			}
			
			.displayTabel tr th
			{
				background-color: #EFEFEF;
				border: 1px solid #CBCFD3;
				text-align: left;
				padding-left: 5px;
			}
			
			.displayTabel tr td
			{
				padding: 3px 0px 3px 5px;
			}
			
			.displayTabel tr.even td
			{
				background-color: #ECECEC;
			}
			
			.error, .succes, .info, .attention
			{
				background-position: 10px 50%;
				background-repeat: no-repeat;
				font-size: 11px;
				height: 20px;
				line-height: 22px;
				margin-bottom: 20px;
				padding-bottom: 10px;
				padding-left: 50px;
				padding-right: 10px;
				padding-top: 10px;
				width: 90%;
			}
			
			.error
			{
				background-image: URL( '/gfx/icons/delete.png' );
				background-color: #FFECE6;
				border: 1px solid #FF936F;
				color: #842100;
			}
			
			.succes
			{
				background-color: #EBF8D6;
				background-image: url( '/gfx/icons/accept.png' );
				border: 1px solid #A6DD88;
				color: #539B2D;
			}
			
			.info
			{
				background-color: #D3EEF1;
				background-image: url( '/gfx/icons/info.png' );
				border: 1px solid #81CDD8;
				color: #369CAB;
			}
			
			.attention
			{
				background-color: #FFFBCC;
				background-image: url( '/gfx/icons/warning.png' );
				border: 1px solid #FFF35E;
				color: #C69E00;
			}
	
		#rightbar
		{
			width: 180px;
			float: right;
		}

	#footer
	{
		color: #000;
		width: 1000px;
		height: 117px;
		background-image: URL( '/gfx/footer.png' );
		background-position: top left;
		background-repeat:no-repeat;
		background-color: transparent;
		text-align: center;
	}
		#footer p
		{
			font-size: 9px;
			margin: 0;
			padding-top: 75px;
		}
	
	.clear
	{
		clear: both;
	}