html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	font-family:arial, helvetica, sans
}	

body{
	background-color:#fff;
}

h1
{
	font-size:12em;
	font-weight:bold;
}
h2
{
	font-size:2.95em;
}
h3
{
	font-size:1.3em;
}



#navigation-container {
	width: 100%;
	height: 50px;
	z-index: 800;
	position: fixed;
	bottom: 0px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #f60;	
	background-color:#fff;
}
	#footer{
		position:absolute;
		right:0px;
		bottom:0px;
		background-color:#000;
	}
	
	#footer p{		
		color:#fff;
		font-size:70%;
		padding:3px;
	}

	#navigation-container ul {
		list-style-type: none;
		width:750px;
		margin-left:auto;
		margin-right:auto;
		margin-top:4px;		
	}

		#navigation-container ul li {
			float: left;
		}

			a.navigation-item {				
				padding-right: 20px;
				padding-left: 10px;
				display: block;
				line-height: 42px;
				text-decoration: none;
				font-weight:bold;
				color: #300;
			}
				a.navigation-item:hover {
					background-repeat: no-repeat;	
					background-image:url(images/menu-selected.png);			
					background-position:100% 80%;
				}
				
				a.final-link {
					background-image:none;
				}
				

		#panel-wrapper{
			overflow:hidden;
			clear:left;
			position:absolute;		
			left:0px;
			right:0px;
			top: 0px;
			bottom:60px;		
		}
		
			#panels-container{
				/*
				background-image:url(images/bg3.png);
				*/
				height:10000px; 
				width:10000px;
			}
			
				div.panel
				{
					position:absolute;
					color:#300;
					width:1000px;
					height:800px;
				}
				
					div.content
					{
						margin:50px; 
						width:600px;
					}

/* panel positions */

#panel-00 { top:0px;    left:0px; }
#panel-01 { top:1500px; left:1500px;}
#panel-02 { top:1300px; left:2800px;}
#panel-03 { top:900px;    left:1100px;}
#panel-04 { top:2700px; left:3000px;}		

		.textoverlay{
			left:0px;
			top:0px;
			background-image:url('images/white50x.png');
			padding:10px;
			width: 400px;
			height:400px;
			text-align:left;
		}
			.textoverlay p{
				margin-bottom:15px;
			}
	/* panel content specifics */
	

		#content-00
		{	
			margin-left:10px;
			margin-top:10px;
			width:900px;
			height:500px;
			position:relative;
		}	
			#title
			{			
				position:absolute;
				top:0px;
				left:0px;
				z-index:10;
			}
			#subtitle
			{	
				position:absolute;
				top:50px;
				left:70px;
				z-index:10;
			}
			#speelt
			{			
				position:absolute;
				top:400px;
				left:270px;			
				z-index:10;
			}
			#musical{			
				position:absolute;
				top:60px;
				left:700px;
				z-index:10;
				text-align:right;
			}
			#topline{
				position: absolute;
				top:80px;
				left:530px;
				z-index:9;
				height:10px;
				width:250px;
				background-image:url('images/stripes.png');
				background-repeat:no-repeat;		
			}
			
			#bottomline{
				position: absolute;
				top:420px;
				left:70px;
				z-index:9;
				height:10px;
				width:500px;
				background-image:url('images/stripes.png');
				background-repeat:no-repeat;
			}
			
			#slideshow{
				position:absolute;
				left:63px;
				top:113px;
				width:825px;
				height:285px;
				z-index:0;
			}	
			
		#content-01{
			margin-left:50px;
			margin-top:25px;
			padding:20px;
			width:800px;
			height:500px;
			text-align:right;
			background-image:url('images/junnekoeien.jpg');
			background-repeat:no-repeat;
			background-position:top right;
		}	
		
		#conclusion { 
			font-style:italic;
		}
		
		#content-01 .textoverlay{ 
			position: absolute
			float:left;
		}
		
		p.narrative{ 
			font-size: 1em;
		}
		p.narrative:first-letter { 
			font-size:2em; 
		}
		p.narrative:first-line { 
			line-height: 1em; 
		}
		
		

		#content-02{
			margin-left:125px;
			margin-top:25px;
			padding:20px;
			width:600px;
			height:500px;
			text-align:right;
			background-image:url('images/oudemuider.jpg');
			background-repeat:no-repeat;
			background-position:top right;
		}
			
			table.timetable{
				float:right;												
			}
			
			a.gmap{
				float:left;
			}
		
		#content-03{
			margin-left:50px;
			margin-top:50px;
			padding:20px;
			width:800px;
			height:500px;
			text-align:right;
			background-image:url('images/linnaeusstraat.jpg');
			background-repeat:no-repeat;
			background-position:top right;
		}
					
				table.staff{
					font-size:1.0em;
					font-weight:bold;
				}
				.tableheader
				{
					font-size: 150%;
					background-repeat: no-repeat;	
					background-image:url(images/menu-selected.png);			
					background-position:50% 50%;
				}
				
		#content-04{
			margin-left:50px;
			margin-top:25px;
			padding:20px;
			width:800px;
			height:500px;
			text-align:right;
		}	
				.nieuwscontainer{
					height:400px;
					width:700px;
					margin-top:25px;
					overflow:auto;
				}
				.nieuwsitems{
					width:650px;	
					text-align:left;
					margin-top:10px;
					margin-bottom:10px;
				}
				.nieuwsitem{
					background-repeat: no-repeat;	
					background-image:url(images/stripes.png);			
					background-position:right top;
					padding:10px;
					float:left;
					clear:both;
				}
				.nieuwsitem p{
					width: 350px;
					margin-top:20px;
					float:right;
				}
				
				.nieuwsitem p strong{
					font-weight:bold;
				}
				
				.newsimage{
					float:left;
					padding: 10px;
					width:250px;
				}

		


		
		





