/* Layout general elements */

body {
	margin: 0px;
	padding: 0px;
	background: url(Images/bg.png) 0 0 repeat-x ;
	font-family: Arial,Verdana, Helvetica;
	font-size: 100%;
	color: #000;
}

	p {
		margin: 0px 0px 1.0em 0px;
		padding: 0px;
		line-height: 1.4em;	
	}
	
	a {
		color: #000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;	
	}

/* Positioning blocks */

#grid {
	    position: absolute;
	    left: 50%;
	    width: 1004px;
	    margin-left: -502px;
	}
		
		#master_top {
			position: relative;
			top: 5px;
			left: 0px; 
			width: 1004px;
			height: 260px;
		}
			
			#master_top #link_home {
			position:absolute;
			top:15px;
			margin-left:15px;
			width:215px;
			height:215px;
			left:20px;
			z-index: 2;
			}
			
				#master_top #link_home a {
				width:215px;
				height:215px;
				display:block;
				}					
		
			#master_top #header {
				position: absolute;
				top: 0px; 
				width: 1004px;
				height: 233px;
				background: url(Images/header.png) 0 0 no-repeat;
			}

		#master_content {
					position: relative;
					top: 15px;
					left: 0px; 
					width: 1004px;
				}
		
		
			#master_content #about{
						position: relative;
						top: 0px;
						left: 30px;
						margin-left:6px;
						float: left;
						width: 229px;
						height: auto !important;
						height: 409px;
						min-height:409px;
						max-height:409px;
						font-size: 11px;
				
					
			}	
			
			#master_content #about .intro_tekst {font-size:12px;}
			
			#master_content #about .menu_titel {
						position:absolute;
						left:50px;
						top:0px;
			
			}
			
			#master_content #about img{
						position: absolute;
						left:0px;
						bottom:0px;}
				
			
			#master_content #content{
						position: relative;
						top: 0px;
						left: 70px; 
						float: left;
						width: 498px; 
						height: auto !important;
						height: 409px;
						min-height: 409px; 
						font-size: 15px;
					
			}	
				#master_content #content .titel_aflevering {
				text-align: center;
	
				}
				#master_content #content .content_nav {font-size:12px;}
				
				#master_content #content #nu { font-style:italic;
				font-size:10px}
					
			#master_content #links{
						position: relative;
						top: 0px;
						left: 28px; 
						float: left;
						width: 229px; 
						height: auto !important;
						height: 409px;
						min-height: 409px; 
						
			}	
			
				#master_content #links .link_pic{
						position:relative;
						margin-left:92px;
						margin-bottom:50px;
						}
				
			#master_content #links #copyright {
			
						position:absolute;
						left:50px;
						bottom:0px;
						font-size: 9px;
				}
				
				.klein{
				font-size: 9px;}
				
			#master_content #links #mailto {
			position:absolute;
			right:0px;
			bottom:0px;
			}
			
			
			
			