/*
================================
opmaak body en html voor centreren site
================================
*/

html				{
					color:black;
					background-color:#444444;
					}
	
body				{
					left: 50%;
					margin-top: 0px;
					margin-left: -501px;
					position:absolute;
					background: #FFFFFF url(/images/achtergrond.jpg);
					width: 1000px;

					border: 0px solid #FF0000;
					border-top: 10px solid #0000FE;
					behavior:url("css/csshover.htc");
					}

/*
================================
Opmaak element 1
================================
*/
#element1	{
					float: left;
					width: 998px;
					height: 200px;
					margin: 0px 0px 0px 0px;
					border: 0px solid #000000;
					}

#element1	img{
					float: left;
					margin: 0px 0px 0px 30px;
					border: 0px solid #000000;
					}
#banner {
				float: left;
				text-align: center;
				border: 1px solid #FF0000;
				width: 486px;
				height:198px;
				margin: 0px 0px 0px 33px;
				}

#banner img{
				margin: 0px;
				}

.kop{
					float: left;
					width: 486px;
					Text-align: center;
					border-bottom: 1px solid #FF0000;
					font-family: times, verdana, courier new, tahoma, sans-serif;
					color: #FF0000;
					font-size: 18pt;
					font-weight: bold;
					}

.tekst{

					width: 486px;
					height: 20px;
					text-align: center;
					border-top: 1px solid #FF0000;
					font-family: verdana, courier new, tahoma, times, sans-serif;
					color: #FF0000;
					line-height: 20px;
					font-size: 12px;
					font-weight: bold;
					}

#logo	{
					margin: 0px;
					}

/*
================================
Opmaak element 3
================================
*/

div#element3{
		margin: 0px;
		height: 47px;
		width: 112px;
		}

#element3 p {
		background: #FFFFFF;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		margin: 0px 0px 0px 0px;
		width: 103px;
		}

/*
================================
Opmaak navigatie 1
================================
*/
#navigationcontainer	{
				float: left;
				background-color:#0000FE;
				width: 1000px;
				height: 51px;
				margin: 0px;
				clear:left;
				}

ul#navigation1	{
				position: absolute;
				width: 990px;
				height: 20px;
				clear: both;
				margin: 15px 0px 2px 0px;
				padding: 0px;
				float:left;
				list-style: none; 
				}

#navigation1 li	{
					float: left;
					background: white;
					border-left: 1px solid #FF0000;
					position: relative;
					text-align: center;
					line-height: 20px;
					text-decoration: none;
					width: 163px;
					}

#navigation1 li	a{
					float: left;
					position: relative;
					text-align: center;
					line-height: 20px;
					text-decoration: none;
					width: 163px;
					}

#navigation1 li a:hover { 
					background: #AAAAAA;
					line-height: 20px;
					width: 163px;
					}

#navigation1 li ul li a:hover { 
					background: #AAAAAA;
					border: 0px solid #FF0000;
					line-height: 20px;
					width: 162px;
					list-style: none; 
					}

#navigation1 li	 ul{
					display: none;
					float:left;
					position: relative;
					top: 0px; 
					border-right: 1px solid #FF0000;
					margin: 0px;
					width: 161px;
					}

#navigation1 li	 ul li{
					line-height: 20px;
					float:left;
					position: relative;
					margin: 0px;
					border: 0px;
					border-bottom: 1px solid #FF0000;
					width: 162px;
					}


#navigation1 li > ul { 
					 top: auto; 
					 left: auto; 
					 } 

#navigation1 li:hover ul, li.over ul { 
					display: block;
					float:left;
					position: relative;
					margin: 0px;
					background: white;
					width:163px;
					line-height: 20px;
					border-top: 0px;
					list-style: none; 
					}

#navigation1 li:hover ul, li.over ul { 
					display: block;
					}

#navigation1 li ul li:hover { 
					float: left;
					background: #AAAAAA;
					line-height: 20px;
					margin:0px;
					border: 0px;
					border-bottom: 1px solid #FF0000;
					width: 163px;
					}
/*
================================

================================
*/


#navigationcontainer2	{
				float: left;
				background: #FFFFFF url(/images/achtergrondmenu.jpg);
				width: 200px;

				margin: 25px 0px 0px 0px;
				}

#bovensub{
				background: #FFFFFF url(/images/bovensub.jpg);
				height: 30px;
				width: 200px;
				}
#ondersub{
				background: #FFFFFF url(/images/ondersub.jpg);
				height: 30px;
				width: 200px;
				}

ul#navigation3{
				background-color:#FFFFFF;
				border: 1px solid #FF0000;
				border-left: 0px solid #FF0000;
				border-right: 1px solid #FF0000;
				width: 170px;
				height: 162px;
				margin: 0px 0px 2px 0px;
				padding: 0px;
				float:left;
				}

#navigation3	li{
					float: left;
					background-color: #FFFFFF;
					width: 170px;
					padding-left: 0px;
					list-style-type: none;
					}

#navigation3 li a	{
					float: right;
					color: #000000;
					border-bottom: 1px solid #FF0000;
					border-right: 1px solid #FF0000;
					width: 170px;
					line-height: 20px;;
					margin: 0px 0px 0px 0px;
					text-align: center;
					text-decoration: none;
					}
#navigation3 li a:link	{
					float: right;
					color: #000000;
					width: 170px;
					
					margin: 0px 0px 0px 0px;
					text-align: center;
					text-decoration: none;
					}
#navigation3 li a:visited	{
					border-right: 1px solid #000000;
					float: right;
					line-height: 20px;;
					color: #000000;
					width: 170px;
					margin: 0px 0px 0px 0px;
					text-align: center;
					text-decoration: none;
					}

#navigation3 li a:hover {
					background-color: #AAAAAA;
					color: #000000;
					text-decoration: underline;
					}

ul#navigation4{
				background-color:#FFFFFF;
				border: 1px solid #FF0000;
				border-left: 0px solid #FF0000;
				border-right: 0px solid #FF0000;
				width: 170px;
				margin: 2px 0px 0px 0px;
				padding: 0px;
				float:left;
				}

#navigation4	li{
					float: left;
					background-color: #FFFFFF;
					border-right: 1px solid #FF0000;
					width: 170px;
					padding-left: 0px;
					line-height: 20px;;
					font-weight: bold;
					list-style-type: none;
					font-size: 8pt;
					}
#navigation4	img{
					padding-left: 3px;
					}
#navigation4 li a	{
					float: right;
					color: #000000;
					border-top: 1px solid #FF0000;
					
					width: 170px;
					line-height: 20px;;
					margin: 0px 0px 0px 0px;
					text-align: left;
					text-decoration: none;
					}
#navigation4 li a:link	{
					float: right;
					color: #000000;
					width: 170px;
					padding-left: 0px;
					margin: 0px 0px 0px 0px;
					text-align: left;
					text-decoration: none;
					}
#navigation4 li a:visited	{
					border-right: 1px solid #000000;
					float: right;
					line-height: 20px;;
					color: #000000;
					width: 170px;
					margin: 0px 0px 0px 0px;
					text-align: left;
					text-decoration: none;
					}

#navigation4 li a:hover {
					background-color: #AAAAAA;
					color: #000000;
					text-decoration: underline;
					}


ul#navigation5{
				background-color:#000000;
				width: 197px;
				margin: 0px;
				padding: 0px;
				float:left;
				}

#navigation5	li{
					float: left;
					background-color: #FFFFFF;
					width: 197px;
					padding-left: 0px;
					list-style-type: none;
					}

#navigation5 li a	{
					float: right;
					color: #000000;
					border-bottom: 1px solid #FF0000;
					width: 197px;
					line-height: 20px;;
					margin: 0px 0px 0px 0px;
					text-align: center;
					text-decoration: none;
					}
#navigation5 li a:link	{
					float: right;
					color: #000000;
					width: 197px;
					
					margin: 0px 0px 0px 0px;
					text-align: center;
					text-decoration: none;
					}
#navigation5 li a:visited	{
					float: right;
					line-height: 20px;;
					color: #000000;
					width: 197px;
					margin: 0px 0px 0px 0px;
					text-align: center;
					text-decoration: none;
					}

#navigation5 li a:hover {
					background-color: #AAAAAA;
					color: #000000;
					text-decoration: underline;
					}


/*
================================

================================
*/

#inhoud		{
			width:998px;
			_height: 410px;
			min-height: 410px;
			margin: 0px 0px 0px 0px;
			float:left;
			}

#container{
		float: right;
		width: 700px;
		_height: 410px;
		min-height: 410px;
		border: 0px solid #FF0000;
		margin: 0px 28px 0px 10px;
		_margin: 0px 15px 0px 10px;
		}

.content	{
		float: left;
		background: #FFFFFF;
		width: 460px;
		min-height: 410px;
		_height: 410px;
		padding: 5px;
		}

.content td{

		}

.content	img{
			border: 1px solid #000000;
		}
.content	table img{
			border: 0px solid #000000;
		}
/*
================================

================================
*/

#element5	{
		background-color: #333333;
		clear:left;
		float: left;
		height: 30px;
		width: 998px;
		margin: 0px 0px 0px 0px;
		}

#element5 ul {
				background-color:#FFFFFF;
				border-top: 6px solid #BEABA9;
				border-bottom: 6px solid #BEABA9;
				width: 998px;
				height: 18px;
				clear: both;
				margin: 0px 0px 0px 0px;
				border-left: 1px solid #000000;
				border-right: 1px solid #000000;
				padding-left: 0px;
				float:left;
				}

#element5 li {
					float: left;
					width: 19px;
					height:17px;
					border: 1px solid #000000;
					border-left: 0px solid #000000;
					border-right: 0px solid #000000;
					list-style-type: none;
					}
#element5 li a{
					float: left;
					width: 19px;
					height:17px;
					border: 0px solid #000000;
					border-left: 0px solid #000000;
					border-right: 1px solid #000000;
					list-style-type: none;
				}

#element5 li a:visited{
					float: left;
					width: 19px;
					border: 0px solid #000000;
					list-style-type: none;
				}
#element5 li a:hover {
					background-color: #000000;
					}
#element5 p a	{
		float: left;
		margin: 15px 0px 0px 10px;
		font-size: 20px;
		color: white;
		font-weight: bold;
		}


/*
================================

================================
*/

#element6		{	
					float: left;
					background-color: #000000;
					color: #FFFFFF;
					width: 775px;
					height: 18px;
					text-align: left;
					line-height: 20px;;
					padding-left: 5px;
					border-bottom: 1px solid #C4AE99;
					margin: 0px 0px 0px 50px;
					_margin: 0px 0px 0px 25px;
					border-left: 1px solid #000000;
					border-right: 1px solid #000000;
					}
#element6	a	{	
					color: #FFFFFF;
						}
/*
================================

================================
*/

#element7			{	
					float: left;
					width: 1000px;
					background: #FFFFFF;
					height: 20px;
					text-align: right;
					line-height: 20px;
					border-bottom: 1px solid #FF0000;
					border-top: 1px solid #FF0000;
					margin: 27px 0px 0px 0px;
					}

#element7 a	{
			color: #000000;
			}

#element7 a:link	{
			color: #000000;
			}

#element7 a:visited	{
			color: #000000;
			background: #FFFFFF;
			}

#designed	{
			margin-top: 0px;
			background: #FFFFFF;
			color: #000000;
			font-size: 8pt;
			padding-right: 5px;
			float: right;
			}
#ontworpen	{
			margin-top: 0px;
			color: #000000;
			font-size: 8pt;
			padding-left: 5px;
			float: left;
			}
