*
{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html
{
	background-color:white;
	background-image: url(../assets/centipede_content_background.jpg);
	background-position:center;
  	overflow: -moz-scrollbars-vertical;
}
a
{
	cursor:pointer;
}
#container
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
	#header
	{
		float:left;
		width:900px;
		height:168px;
        margin:-1px;
        *margin:0px;
	}
		#header #link
		{
			float:left;
			width:349px;
			height:168px;
			background:url(../assets/centipede_header_link.jpg) no-repeat;
		}
			#header #link span
			{
				display:none;
			}
		#header #normal
		{
			float:left;
			width:551px;
			height:168px;
			background:url(../assets/centipede_header_normal.jpg) #E0E9F4 no-repeat;
		}
	#menu
	{
		float:left;
		width:900px;
		height:25px;
		background: #AF251B;
		color:#FFFFFF;
		font-weight:bold;
        margin:-1px;
        *margin:0px;
	}
		#nav, #nav ul
		{
			padding:0px;
			margin:0px;
			list-style:none;
		}
		#nav .left
		{
			border-left:2px solid #FFFFFF;
		}
		#nav .right
		{
			border-right:2px solid #FFFFFF;
		}
		#nav li.topside
		{
			line-height:25px;
			text-align:center;
			float:left;
			width:149px;
		}
		#nav li
		{
			float:left;
			line-height:25px;
			width:198px;
		}
		#nav a
		{
			text-decoration:none;
			text-align:center;
			font-weight:bold;
			color: white;
			display:block;
			width:100%;
		}
		#nav a:hover
		{
			background-color:#0076BC;
		}
		#nav .active
		{
			background-color:#0076BC;
			text-decoration:none;
			text-align:center;
			font-weight:bold;
			color: white;
			display:block;
			width:100%;
		}
		/* submenu */
		#nav li ul
		{
			position : absolute;
			left: -999em;
			width: 196px;
			margin-left:-2px;
			padding-right:2px;
			border-left: 2px solid #AF251B;
			border-top: 0px;
			border-right: 2px solid #AF251B;
			border-bottom: 2px solid #AF251B;
			padding-bottom: 0px;
			background-color: #FFFFFF;
		}
		#nav li:hover ul, #nav li.sfhover ul
		{
			left: auto;
		}
		#nav li:hover, #nav li.hover 
		{ /* fix hanging sf menu ie7 */
			position: static;
		}
		#nav li ul li a
		{
			text-decoration:none;
			font-weight:bold;
			text-align:left;
			color: #024D77;
			display:block;
			padding-left:40px;
			padding-top:10px;
			padding-bottom:10px;
			width:157px;
			line-height:15px;
			height:auto;
		}
		#nav li ul li a:hover
		{
			background:url(../assets/menu_rollover.gif) no-repeat left;
			background-color:#e0e9f4;
		}
	#content
	{
		width:900px;
        margin:-1px;
        *margin:0px;
	}
	div.images
	{
		width:133px; 
		height:179px; 
		border:2px solid #AF251B;
	}
		#content #column1
		{
			float:left;
			width:137px;
			padding:6px;
		}
		#content #column2
		{
			float:left;
			width:542px;
			padding: 20px 30px;
		}
			#content #column2
			{
				font-size:12px;
				color:#024D77;
				line-height:18px;
			}
			#content #column2 h1
			{
				font-size:18px;
				color:#103C54;
			}
			#content #column2 h2, #content #column2 h3, #content #column2 h4, #content #column2 h5, #content #column2 h6
			{
				font-size:16px;
				color:#2F6E93;
				line-height:25px;
			}
			#content #column2 ul
			{
				list-style:disc;
				padding-left:16px;
			}
			#content #column2 a
			{
				color:#E67028;
				text-decoration:underline;
			}
			#content #column2 a:hover
			{
				text-decoration:underline;
				color:#024D77;
			}
		#content #column3
		{
			float:left;
			width:137px;
			padding:6px;
			_padding-right:0px;
		}
			#content #column3 a
			{
				color:#FFFFFF;
				font-size:11px;
				line-height:15px;
				text-decoration:underline;
			}
			#content #column3 a:hover
			{
				color:#000000;
			}
			#content #column3 .titel
			{
				color:#FFFFFF;
				font-size:10px;
				line-height:15px;
			}
			#content #column3 .inhoud
			{
				color:#FFFFFF;
				font-size:11px;
				line-height:15px;
			}
			#content #column3 #webparking
			{
				padding-top:40px;
				font-size:11px;
				color:#FFFFFF;
				text-align:center;
			}
			#content #column3 #webparking a
			{
				font-size:11px;
				color:#FFFFFF;
				text-decoration:underline;
			}
			#content #column3 #webparking a:hover
			{
				font-size:11px;
				color:#000000;
				text-decoration:underline;
			}
/* foutherkenning */
#foutdiv
{
	/*border:solid 1px #E67028;*/
}
.foutmelding
{
	/*padding:5px 10px;*/
	/*background:#E67028;*/
	font-size:14px;
	font-weight:bold;
	color:#103C54;
	clear:both;
}
.foutcontent
{
	/*padding:5px 10px;*/
	color:#024D77;
}
