*
{
 	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	behavior: url('style/csshover.htc');
}

	#wrapper
	{
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width: 1000px;
		margin: auto;
		background: url('images/bg_wrapper.png');
	}

		#header
		{
			width: 1000px;
			height: 102px;
			background: #FFFFFF;
			position: relative;
		}

			#logo
			{
             	height: 102px;
				width: 228px;
				background: url('images/logo.png');
				position: absolute;
				left: 50px;
				cursor: pointer;
			}

			#topmenu
			{
             	position: absolute;
				right: 50px;
			}

                #topmenu ul
				{
                 	list-style: none;
				}

				#topmenu ul li
				{
                 	float: left;
				}

		#menu
		{
			width: 1000px;
			height: 76px;
			background: url('images/menu.png');
			position: relative;
		}

			#dropdown
			{
             	width: 672px;
				height: 34px;
				position: absolute;
				left: 278px;
				z-index: 2;
				font-size: 11px;
				font-weight: bold;
			}

				#dropdown ul
				{
                 	list-style: none;
				}

				#dropdown ul li
				{
                 	float: left;
					position: relative;
				}

				#dropdown li ul
				{
					display: none;
					position: absolute;
                    top: 34px;
					left: 0;
                    background: white;
					width: 180px;
					border-right: 1px solid #003399;
					border-bottom: 1px solid #003399;
					border-left: 1px solid #003399;
				}

				#dropdown li:hover ul
				{
					display: block;
				}

				#dropdown li ul li
				{
                 	width: 180px;
					line-height: 2em;
					border-top: 1px solid #cccccc;
				}

				#dropdown li ul li:hover
				{
                 	background: #003399;
					border-right: 8px solid #ff9900;
					width: 172px;
				}

				#dropdown li ul li a
				{
                 	padding: 0 10px;
					text-decoration: none;
					display: block;
					color: black;
				}

				#dropdown li ul li:hover a
				{
                 	color: white;
				}

			#zoeken
			{
             	width: 228px;
				left: 50px;
				height: 42px;
				position: absolute;
				top: 34px;
			}

				#zoeken form
				{
                	padding: 10px 0;
				}

				#zoeken input
				{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					padding: 2px;
				}

			#breadcrumb
			{
             	width: 652px;
				height: 42px;
				position: absolute;
				left: 298px;
				top: 34px;
				color: white;
				line-height: 42px;
				font-size: 12px;
			}

				#breadcrumb a
				{
                 	color: white;
					text-decoration: none;
				}

				#breadcrumb a:hover
				{
    				color: #003399;
				}

		#content
		{
			margin: auto;
			width: 900px;
            padding-bottom: 51px;
		}

			#content-left
			{
				float: left;
				width: 228px;
			}

			#content-center
			{
             	float: left;
				width: 488px;
				line-height: 2em;
				font-size: 12px;
			}

				h1
				{
                 	margin: 0 0 15px 0;
					padding: 0;
					line-height: 1.5em;
					color: #003399;
					font-weight: normal;
					font-size: 20px;
				}

				hr
				{
                 	border: 0;
					color: #ff9900;
					background-color: #ff9900;
					height: 1px;
					margin: 10px 0;
				}

			#content-right
			{
             	float: left;
				width: 184px;
				min-height: 530px;
				_height: 530px;
				background: url('images/bg_content_right.png') no-repeat;
                line-height: 1.5em;
				font-size: 11px;
				font-style: italic;
			}

				#content-right b
				{
                 	color: #003399;
					font-size: 15px;
				}

			.inner
			{
            	margin: 20px
			}

		#footer
		{
         	width: 1000px;
			height: 51px;
			background: url('images/footer.png');
			position: absolute;
			bottom: 0;
		}

		a { color: #003399; }
		a:hover { color: #ff9900; }
		a img { border: none; }
