@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: px;
}	

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	background-image: url(/images/body-achtergrond.gif);
	background-repeat: repeat;
	background-position: center;
}

p {
	font-size: 1.1em;
	line-height: 16px;
	padding-top: 10px;
}

ul, ol{
	font-size: 1.1em;
	line-height: 16px;
	padding-left: 20px;
}

h1 {
	font-size: 1.8em;
}

a:link{
	color: #333333;
}
		
#container-main {
	position			: relative;
	width				: 790px;
	height				: 100%;
	margin				: 0 auto 0 auto; /* dit centreert deze div horizontaal op de pagina */
	padding				: 0;
	background-color	: #efefef;
}

	#container-content {
		position			: absolute;
		top					: 235px;
		left				: 0;
		width				: 790px;
	}
	
		#content-text {
			float				: right;
			width				: 590px;
			height				: 300px;
			padding-top			: 20px;
			padding-right		: 20px;
		}
		
		#sidebarBlock{
			float: right;
			width: 250px;
			padding: 10px;
			background-color: #0c3188;
		}
			
			#sidebarBlock h1{
				color: #fff59a;
				font-size: 1.6em;
			}
			
			#sidebarBlock p{
				color: #fff;
			}
			
			#sidebarBlock p.head{
				color: #fff59a;
			}
			
			#sidebarBlock a{
				color: #ccc;
			}
		
		#content-leftsidemenu {
			float				: left;
			width				: 160px;
			height				: 300px;
		}
		
			#menuBlock{
				padding: 25px 10px 0px 10px;
			}
			
			#menuBlock ul{
				list-style: none;
				padding-left: 0px;
				font-size: 1em;
				line-height: normal;
			}
			
			#menuBlock ul li{
				height: 23px;
				background-image: url(../images/menu-achtergrond.gif);
				background-repeat: repeat;
			}
		
			#menuBlock a{
				font-size: 1.1em;
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: none;
				padding-left: 12px;
				margin-bottom: 5px;
				height: 25px;
			}

	#container-header {
		position			: absolute;
		top					: 0;
		left				: 0;
		width				: 790px;
		height				: 235px;
	}
	
		#header-logo {
			float				: left;
			width				: 160px;
			height				: 210px;
			margin				: 0px;
			padding-top			: 25px;
			background-color	: #0c3188;
		}	
		
		#header-links {
			float				: right;
			width				: 620px;
			height				: 20px;
			padding-top			: 5px;
			padding-right		: 5px;
			text-align			: right;	
		}
		
		#header-foto {
			float				: right;
		}