BODY
{
	margin: 0px;
	text-align: center;
	font-family: helvetica, verdana;
	font-size: 75%;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	background-attachment: fixed;
}

#container
{
	margin: 0px auto;
	width: 1000px;
	min-height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	position: relative;
}

#header
{
	position: relative;
	width: 100%;
	clear: both;
	height: 150px;
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

	#header #animatie
	{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 150px;
		width: 1000px;
		z-index: 0;
	}
	
	#header #sion_logo
	{
		position: absolute;
		left: 5px;
		top: 0px;
		height: 120px;
		width: 200px;
		z-index: 999;
	}
	
	#header #menu
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 1.3em;
		width: 100%;
		border-top: 2px solid #2178EA;
		border-bottom: 2px solid #2178EA;
		background-color: #FFFFFF;
	}
	
		
		#header #menu UL
		{
			display: inline;
			position: relative;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			
			#header #menu UL LI
			{
				display: inline;
				float: left;
				margin: 0px;
				padding-left: 10px;
				padding-right: 10px;
				font-weight: bold;
				font-size: 1.2em;
				width: 100px;
			}
				
				#header #menu UL LI A
				{
					color: #10478C;
					text-decoration: none;
				}

#content
{
	position: relative;
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
}
	
	#content #left
	{
		float: left;
		width: 150px;
		background-color: #FFFFFF;
		
	}
	
	#content H1
		{
			color: #2178EA;
			font-family: helvetica, verdana;
			font-weight: normal;
			padding-left: 5px;
			font-size: 1.8em;
			margin: 0px;
			margin-bottom: 10px;
		}
		
		#content H2
		{
			color: #000000;
			font-family: helvetica, verdana;
			font-weight: bold;
			padding-left: 5px;
			font-size: 1.4em;
			margin: 0px;
			margin-top: 10px;
			border-bottom: 1px solid #2178EA;
		}
		
		#content H3
		{
			color: #000000;
			font-family: helvetica, verdana;
			font-weight: bold;
			padding-left: 5px;
			font-size: 1em;
			margin: 0px;
			margin-top: 10px;
		}
	
		#content P
		{
			text-align: justify;
			line-height: 1.1;
			margin-top:2px;
			margin-bottom: 5px;
		}
		
		#content UL
		{
			margin-top: 0px;
			margin-bottom: 5px;
		}
	
		#content #left H2
		{
			color: #2178EA;
			font-family: helvetica, verdana;
			font-weight: normal;
			padding-left: 10px;
			font-size: 1.6em;
			margin: 0px;
			margin-top:10px;
			border-bottom: 1px solid #F2F2F2;
			
		}
		
		#left UL
		{
			list-style: none;
			margin: 0px;
			margin-left: 20px;
			margin-top: 10px;
			border-top: 1px solid #65A8D3;
		}
		
			#left UL LI
			{
				margin: 0px;
				padding: 0px;
				border-bottom: 1px solid #BABABA;
				border-right: 2px solid #65A8D3;
				width: 100%:
			}
			
			#left UL LI A
			{
				display: block;
				background-color: #FFFFFF;
				color: #000000;
				text-decoration: none;
				padding-left: 10px;
			}
			
			#left UL LI A:hover
			{
				background-color: #65A8D3;
				color: #FFFFFF;
			}
			
			#left UL LI.selected
			{
				border-top:	1px solid #65A8D3;
				border-bottom: 2px solid #65A8D3;
				border-left: 2px solid #65A8D3;
				border-right: 2px solid #FFFFFF;
			}
			
				#left UL LI.selected A
				{
					color: #65A8D3;
					font-weight: bold;
					text-align: right;
					padding-right: 10px;
				}
				
				#left UL LI.selected A:hover
				{
					color: #65A8D3;
					font-weight: bold;
					background-color: #FFFFFF;
				}
				
	#content #left_middle
	{
		float: left;
		width: 650px;
	}
	
		#content #left_middle #list_left
		{
			margin: 0px;
			padding: 0px;
			padding-top: 5px;
			padding-left: 5px;
			width: 200px;
			font-size: 1em;
			float: left;
			border: 0px;
			
		}
		
			#list_left H2
			{
				font-size: 1.1em;
				font-weight: bold;
				color: #2178Ea;
			}
	
	#content #left_middle #news
		{
			width:100%;
			list-style: none;
			width: 100%;
			margin: 0px;
			padding:0px;
		}
		
			#news LI
			{
				width:100%;
				border-top: 1px solid #828282;
				margin: 0px;
				padding: 0px;
				clear: both;
			}
			
				#news LI #list_left UL
				{
					list-style: none;
					width:195px;
					margin: 0px;
					border: 0px;
				}
				
					#news LI #list_left UL LI
					{
						width: 100%;
						margin: 0px;
						border: 0px;
						padding: 0px;
						padding-right: 5px;
						text-transform: capitalize;
						text-align: right;
						color: #ABABAB;
					}
			
				#news LI #news_content
				{
					float: left;
					width: 440px;
					margin: 0px;
					border-left: 1px solid #828282;
				}
				
				#news_content H2
				{
					font-size: 1.1em;
					padding-left: 5px;
				}
				
				#news_content P
				{
					padding-left: 10px;
				}
	
		#fotos
		{
			width:100%;
			list-style: none;
			width: 100%;
			margin: 0px;
			padding:0px;
		}
		
			#fotos LI
			{
				width:100%;
				border-top: 1px solid #828282;
				margin: 0px;
				padding: 0px;
				clear: both;
			}
				
				#fotos LI UL
				{
					float: left;
					width: 440px;
					list-style: none;
					margin: 0px;
					padding: 0px;
				}
					
					#fotos LI UL LI
					{
						float: left;
						display: inline;
						margin: 5px;
						width: 100px;
						height: 100px;
						border: 0px;
						text-align: center;
						clear: none;
					}
					
					#fotos LI UL LI.small
					{
						margin: 2.5px;
						width: 50px;
						height: 50px;
					}
					
					
					
					
						#fotos LI UL LI IMG
						{
							border: 0px;
						}
	
	#content #middle
	{
		float: left;
		width: 500px;
		padding: 10px;
		background-color: #FFFFFF;
		text-align: justify;
		line-height: 13pt;
		margin-top:2px;
		margin-bottom: 5px;
	}
	
		#content #middle A.naar_de_top
		{
			display: block;
			color: #000000;
			text-decoration: none;
			width: 100%;
			clear: both;
			border-bottom: 1px solid #2178EA;
			font-family: helvetica, verdana;
			font-size: 1em;
			font-weight: bold;
			text-align: right;
			margin-bottom: 20px;
		}
		
		#content #middle A.naar_de_top SPAN
		{
			color: #2178EA;
			font-size: 0.8em;
		}
	
	
	#content #right
	{
		float: left;
		width: 290px;
	}
	
		#content #right #right_images
		{
			width:100%;
		}
		
			#content #right H2
			{
				color: #2178EA;
				font-family: helvetica, verdana;
				font-weight: normal;
				padding-left: 10px;
				font-size: 1.6em;
				margin: 0px;
				margin-top: 15px;
				border-bottom: 1px solid #F2F2F2;
			}
			
			#right_images UL
			{
				display: block;
				width: 285px;
				margin-left: 20px;
				margin-right: 30px;
				list-style: none;
				padding: 0px;
			}
			
				#right_images UL LI
				{
					width: 90px;
					height: 90px;
					margin: 2px;
					float: left;
					padding: 0px;
				}
			
			#right_nieuws
			{
				width: 100%;
			}
			
				#right_nieuws UL
				{
					list-style: none;
					margin: 0px;
					margin-left: 20px;
					width:240px;
				}
				
				#right_nieuws UL LI
				{
					margin: 0px;
					padding: 0px;
					border-bottom: 1px solid #BABABA;
				}
				
				#right_nieuws UL LI A
				{
					width: 100%;
					display: block;
					color: #000000;
					text-decoration: none;
					padding-left: 10px;
				}
				
				#right_nieuws UL LI A:hover
				{
					color: #FFFFFF;
					background-color: #65A8D3;
				}
		
			#right_links
			{
				width: 100%;
			}
		
				#right_links UL
				{
					list-style: none;
					margin: 0px;
					margin-left: 20px
					margin-bottom: 10px;
					border-bottom: 1px solid #2178EA;
					width:240px;
				}
				
				#right_links UL LI
				{
					margin: 0px;
					padding: 0px;
					border-bottom: 1px solid #BABABA;
				}
				
				#right_links UL LI A
				{
					width: 100%;
					display: block;
					color: #000000;
					text-decoration: none;
					padding-left: 10px;
				}
				
				#right_links UL LI A:hover
				{
					color: #FFFFFF;
					background-color: #65A8D3;
				}

#footer
{
	position: relative;
	clear: both;
	width: 100%;
	font-size: 0.8em;
}

A.lees_verder
{
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #2178EA;
	font-family: helvetica, verdana;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
}
		
A.lees_verder SPAN
{
	color: #2178EA;
	font-size: 0.8em;
}

SPAN.datum
{
	font-size: 90%;
}