/* CSS Document */
*, body, html{
	padding: 0px;
	margin: 0px;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
	body{
		background-image: url(/upload/images_links/backgr_left.png);
		background-position: top left;
		background-repeat: repeat-y;
	}

.clearBoth{
	clear: both;
}

a {
	color: #2a5ba4;	
}
	a:hover {
		text-decoration: none;	
	}
	a img {
		border-width: 0px;
	}

h1{
	font-size: 18px;
	color: #2a5ba4;	
	padding-bottom: 0px;
	margin-bottom: 5px;
}
	h2{
		font-size: 14px;
		color: #2a5ba4;
		padding-top: 10px;
	}
	h3{
		font-size: 12px;
		padding-top: 5px;
	}

#all {
	width: 950px;
}

	#header {
		position: absolute;
		top: 0px;
		height: 179px;
		width: 950px;
	}
	
	#content {	
		margin-top: 179px;
		margin-left: 120px;
		padding: 90px 20px 20px 20px;
	}	
		#content p{	
			padding: 5px 0 8px 0;
			line-height: 135%;
		}
		#content ul{	
			padding: 5px 0 8px 30px;
			line-height: 130%;
			list-style-type: square;
		}
		#content .image_nieuws{
			float: right;
			padding: 5px 0px 5px 10px;
		}
		
		#content #menu{
			position: absolute;
			top: 200px;
			width: 775px;
		}
			#content #menu ul{
				padding: 0px;
				height: 21px;
				border-bottom: 1px solid #808080;
				width: 795px;
			}
			#content #menu ul li{
				list-style: none;
				float: left;
				margin-right: 5px;
				font-weight: bold;
			}
			#content #menu ul li a{
				border: 1px solid #808080;
				border-bottom: 0px;
				padding: 0px 5px 0px 5px;
				color: #000000;
				text-decoration: none;
				line-height: 20px;
				display: block;
			}
				#content #menu ul li a:hover,
				#content #menu ul li a.select,
				#content #menu ul li li.select a:hover{
					background-color: #2a5ba4;
					color: #FFFFFF;
				}
				#content #menu ul li li.select a{
					background-color: #cccccc;
					line-height: 19px;
					margin-top: 1px;
				}
				
				#content #menu ul li.select li a{
					bbbackground-color: #FFFFFF;
					bbcolor: #000000;
				}
			

			#content #menu ul ul{
				width: 794px;
				border: 1px solid #808080;
				border-top: 0px;
				position: absolute;			
				display: block;				
				margin-top: 0px;				
				left: 50%;				
				margin-left: -388px;
				_margin-left: -397px;
				font-size: 85%;
			}
				#content #menu ul ul li{
					font-weight: normal;
					margin-right: 0px;
				}
				#content #menu ul ul li a{
					border: 0px;
					color: #2a5ba4;
					padding: 1px 5px 0px 5px;
				}

	#flash{
		position: absolute;
		top: 179px;
		left: 0px;
		width: 120px;
		height: 585px;
	}




