/* --------------------------------------------------
Nassau CSS 
-------------------------------------------------- */

/* Midden */

		#container {
			width: 800px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #3A0000;
			background-color: #FFFFFF;
		}

/* Algemeen */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bolder;
			font-size: 16px;
			color: #000066;
			margin-bottom: 10px;
			background-color: #FFFFFF;
		}
		
		h2 {
                        font-family: Arial, Helvetica, sans-serif;
                        font-weight: normal;
                        font-size: 20px;
			color: #000066;
			background-color: #FFFFFF;
		}
		
		a {
			color:#FF6600;
			text-decoration: none;
		}

		a:hover {
			color:#FF6600;
			background-color: #F5F5F5;
		}
		
		input {
			background-color: #FFFFFF;
			color: #999999;
			border: 1px solid #CCCCCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER */

		#header {
			border-bottom: 4px solid #FF6600;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #003876;
		}

/* NAVIGATIE */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCCCCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#000066;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000066 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#FF6600;
		}

/* evt Onder NAVIGATIE */

		#navigation p {
		        margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
			padding-bottom: 10px;
                        border-bottom: 1px dotted #CCCCCC;
			border-top: 1px dotted #CCCCCC;
		}

/* CONTENT */

		#content {
			width: 400px;
			margin-left: 180px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* lijn */
		}

/* SIDEBAR rechts */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER */

		#footer {
			margin-top:20px;
			clear: both;
			background-color:#FF6600;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#000066;
			padding: 5px;
		}
		
		#footer p a {
			color: #000066;
			border-bottom: 0px solid #000066;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#FF6600;
		}
