BODY
{
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-family: helvetica, verdana;
	font-size: 80%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	background-color: #444444;
}

#container
{
	margin: 10px auto;
	margin-bottom: 10px;
	width: 1000px;
	min-height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #277ab0;
	position: relative;
	color: #65A8D3;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#header
{
	position: relative;
	width: 100%;
	clear: both;
	height: 250px;
	background-image: url(./images/header-sunset.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
	
	#header #title_container
	{
		width: 100%;
		padding-top: 90px;
	}
	
	#header H1
	{
		color: #FFFFFF;
		font-size: 2.4em;
		font-weight: bolder;
		margin-left: 20px;
		margin-bottom: 0px;
		text-align: left;
	}
	
	#header H2
	{
		color: #999999;
		text-align: left;
		margin-left: 40px;
		margin-top: 0px;
		font-size: 1.6em;
		font-weight: bold;
	}
	
	#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;
		width: 100%;
		border-top: 2px solid #222222;
		border-bottom: 2px solid #222222;
		background-color: #277ab0;
	}
	
		
		#header #menu UL
		{
			display: inline;
			position: relative;
			margin: 0px;
			padding: 0px;
			list-style: none;
			width: 100%;
		}
			
			#header #menu UL LI
			{
				display: inline;
				float: left;
				margin: 0px;
				padding-top: 5px;
				padding-bottom: 5px;
				font-weight: bold;
				font-size: 1.2em;
				padding-left: 25px;
				padding-right:25px;
			}
				
				#header #menu UL LI A
				{
					color: #222222;
					text-decoration: none;
				}

#content
{
	position: relative;
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #277ab0;
}
	
	#content #left
	{
		float: left;
		width: 150px;
		background-color: #277ab0;	
	}
	
		#content H1
		{
			color: #277ab0;
			font-family: helvetica, verdana;
			font-weight: normal;
			padding-left: 5px;
			font-size: 1.8em;
			margin: 0px;
			margin-bottom: 20px;
		}
		
		#content H2
		{
			color: #277ab0;
			font-family: helvetica, verdana;
			font-weight: bold;
			padding-left: 5px;
			font-size: 1.4em;
			margin: 0px;
			margin-top: 10px;
			border-bottom: 1px solid #277ab0;
		}
		
		#content H3
		{
			color: #65A8D3;
			font-family: helvetica, verdana;
			font-weight: bold;
			padding-left: 5px;
			font-size: 1em;
			margin: 0px;
		}
	
		#content P
		{
			text-align: justify;
			line-height: 1.2;
			margin-top:2px;
			margin-bottom: 5px;
			color: #65A8D3;
			font-size: 1.1em;
		}
		
		#content A
		{
			color: #277ab0;
			font-weight: bold;
		}

		#content A:hover
		{
			color: #65A8D3;
			text-decoration: none;
		}

		#content IMG
		{
			border: 0px;
		}
		
		#content UL
		{
			margin-top: 0px;
			margin-bottom: 5px;
		}
		
		#content #left H1
		{
			color: #222222;
		}
		
		#content #left H2
		{
			color: #222222;
			font-family: helvetica, verdana;
			font-weight: normal;
			padding-left: 10px;
			font-size: 1.6em;
			margin: 0px;
			margin-top:10px;
			border-bottom: 1px solid #4F6472;
			
		}
		
		#left UL
		{
			list-style: none;
			margin: 0px;
			padding:0px;
			margin-left: 20px;
			margin-top: 10px;
			width: 130px;
			border-top: 1px solid #65A8D3;
		}
		
			#left UL LI
			{
				margin: 0px;
				padding: 0px;
				border-bottom: 1px solid #4f6472;
				border-right: 2px solid #65A8D3;
			}
			
			#left UL LI A
			{
				display: block;
				background-color: #277ab0;
				color: #222222;
				text-decoration: none;
				padding-left: 10px;
			}
			
			#left UL LI A:hover
			{
				background-color: #65A8D3;
				color: #222222;
			}
			
			#left UL LI.selected
			{
				border-top:	1px solid #65A8D3;
				border-bottom: 2px solid #65A8D3;
				border-left: 2px solid #65A8D3;
				border-right: 2px solid #277ab0;
			}
			
				#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: #444444;
				}
				
	#content #left_middle
	{
		float: left;
		width: 650px;
	}
		
		#content #left_middle H1
		{
			color: #222222;
		}
		
		#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: #222222;/*#277ab0;*/
			}
	
	#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: #222222;
		text-align: justify;
		line-height: 1.2em;
		font-size: 1.1em;
		margin-top:2px;
		margin-bottom: 5px;
	}
	
		#content #middle A.naar_de_top
		{
			display: block;
			color: #277ab0;
			text-decoration: none;
			width: 100%;
			clear: both;
			border-bottom: 1px solid #277ab0;
			font-family: helvetica, verdana;
			font-size: 1em;
			font-weight: bold;
			text-align: right;
			margin-bottom: 20px;
		}
		
		#content #middle A.naar_de_top SPAN
		{
			color: #277ab0;
			font-size: 0.8em;
		}
	
	
	#content #right
	{
		float: left;
		width: 290px;
	}
	
		#content #right #right_images
		{
			width:100%;
		}
		
			#content #right H2
			{
				color: #222222;
				font-family: helvetica, verdana;
				font-weight: normal;
				padding-left: 10px;
				font-size: 1.6em;
				margin: 0px;
				margin-left: 10px;
				border-bottom: 1px solid #4F6472;
			}
			
			#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;
				}
				
			#content #right #right_oefening
			{
				width: 100%;
				border-bottom: 1px solid #277ab0;
				margin-bottom: 15px;
			}
			
			#right_oefening H3
			{
				font-size: 1.2em;
			}
			
			#right_oefening H4
			{
				font-size: 1em;
			}
			
			#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 #4F6472;
				}
				
				#right_nieuws UL LI A
				{
					width: 100%;
					display: block;
					color: #65A8D3;
					text-decoration: none;
					padding-left: 10px;
				}
				
				#right_nieuws UL LI A:hover
				{
					color: #444444;
					background-color: #65A8D3;
				}
		
			#right_links
			{
				width: 100%;
			}
		
				#right_links UL
				{
					list-style: none;
					margin: 0px;
					margin-left: 20px;
					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;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	
		#footer A
		{
			color: #65A8D3;
			font-weight: bold;
		}

		#footer A:hover
		{
			color: #444444;
			text-decoration: none;
		}

A.lees_verder
{
	display: block;
	color: #65A8D3;
	text-decoration: none;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #277ab0;
	font-family: helvetica, verdana;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
}
		
A.lees_verder SPAN
{
	color: #277ab0;
	font-size: 0.8em;
	font-weight: bolder;
}

#right_images A.lees_verder
{
	color: #222222;
}

#right_images A.lees_verder:hover
{
	color: #65A8D3;
}

#right_images A.lees_verder SPAN
{
	color: #65A8D3;
	font-size: 0.8em;
	font-weight: bolder;
}

SPAN.datum
{
	font-size: 90%;
}