@charset "utf-8";
/* CSS Document */

body, html
	{
		/*geel*/
		//background-color: #EFD73F;
		/*blauw1*/
		//background-color:#0081C5;
		/*blauw2*/
		background-color:#4E6CAE;
		//padding-left: 50%;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
	}	
	
a
	{
		border: none;
	}
	
#alles
	{
		//background-color:#03F;
		margin-left: 15%;
		margin-top: 5%;
		width: 934px;
		height: 650px;
	}
	
	#weergave /*grote blok*/
		{
			background-color: #FDFA00;
			width: 920px;
			height: 650px;
			/*blauw1*/
			/*border-left: #4E6CAE medium solid;
			border-top: #4E6CAE medium solid;
			border-right: #4E6CAE medium solid;*/
			/*blauw2*/
			border-left: #0081C5 medium solid;
			border-top: #0081C5 medium solid;
			border-right: #0081C5 medium solid;
		}
		
		/*logo Leiebloem + plaatsbepaling binnen de website*/
		#head /*Logo - rood*/
			{
				//background-color: #FF0000;
				width: 920px;
				height: 102px;
			}
		#logo
			{
				height: 98px;
				margin-top: 5px;
				margin-left: 5px;
				border:none;
			}
		#plaatsing_positie
			{
				margin-left: 675px;
				margin-top: -50px;
				font-size: 16px;
				color: #3399FF;
				font-style:bold;
				font-weight: bolder;
				//background-color: #0CF;
				width: 185px;
			}
		/*knoppen algemeen*/
		#navigatie
			{
				padding-top: 35px;
				width: auto;
				//background-color: #06F;
				margin-top: 5px;
			}
			.nm_nav
				{
					margin-right: -5px;				
				}
			
		
			/*link-opmaak algemeen*/
			a:link
				{
					text-decoration: none;
					font: Tahoma, Geneva, sans-serif;
					color: #0060B0;
					font-style: bold;
					
				}
			a:hover 
				{
					text-decoration: none;
					color: #0060B0;
				}
			a:visited 
				{
					text-decoration: none;
					color: #0060B0;
				}
		/*Variabele inhoud - aanpasbaar*/
		#inhoud
			{
				//background-color: #3366FF;
				//margin-top: 28px;
				width: 919px;
				height: 465px;
			}
			#tekstenbeeld
				{
					height: 451px;
					width: 910px;
					margin-left: 3px;
					padding-top: 3px;
					padding-left: 6px;
					//background-color: #3399FF;
					overflow: auto;
				}
				#subnavigatie
					{
						width: 245px;
						height: 448px;
						margin-left: 660px;
						margin-top: 0px;
						background-color: #3366FF;
						overflow: auto;
						padding-left: 5px;
					}
				#ulsubnav
					{
						list-style: none;
						margin-left: -40px;
						margin-top: 12px;
						font-size: 14px;
						//background-color:#F00;
						font-style: inherit;
					}
					a.subnav:link
						{
							color: #FFF;
							font-weight: 500;
						}
					a.subnav:hover
						{
							color:#0CF;
							font-weight: 900;
						}
					a.subnav:visited
						{
							color: #3FF;
							font-weight: 500;
						}
				#uitleg
					{
						width: 654px;
						height: 453px;
						margin-left: -4px;
						margin-top: -451px;
						padding-left: 5px;
						padding-right: 5px;
						//background-color: #dc143c;
						overflow: auto;
						color: #0081C5;
					}
					a.subtitel:visited
						{
							color: #0CF;
							font-weight: 500;
						}
					a.subtitel:hover
						{
							color: #0081C5;
						}
					.paragraaf
						{
							color: #003366;
						}
					table.afspraken
						{
							border: 1px;
							border-style:solid;
							border-color: #FF6600;
							width: 589px;
						}
						td
							{
								border-width:1px;
								border-style: solid;
								border-color: #FF6600;
							}
				#gedichtje
					{
						text-align: center;
						font-size:16px;
						font-weight:bolder;
					}
					.welkom
						{
							color: #0081C5;
						}
				/*table-opmaak zonder rand*/
				.gnrand
					{
						border: none;
					}
				/*list-opmaak zonder puntjes*/
				.gnpuntjes
					{
						list-style: none;
					}
						
	/*Footer - adres + gegevens van de school*/
	#footer
		{
			//background-color: #660066;
			margin-top: 20px;
			width: 924px;
			height: 25px;
			font-size: 10px;
			font-family: Verdana, Geneva, sans-serif;
			text-align: center;
			color: #FFF;
		}
	.footerlink
		{
			text-decoration: none;
			color: #fff;
		}
	a.footerlink:link
		{
			color: #FFF;
		}
	a.footerlink:hover
		{
			color: #FDFA00;
			font-weight: bold;
		}
	a.footerlink:visited
		{
			color: #FFF;
		}
