/*	PAGE & LAYOUT FONTS
*/

body {	background-image:url("images\/background.jpg");
	background-attachment:fixed;
	background-size: cover;
}

p,li {	font-family:"Verdana","arial","Tahoma";
	font-size:14px;
	list-style-type: disc;
}

h1 {	font-family:"Verdana","arial","Tahoma";
	font-size:16px;
	font-style:italic;
}



/*	CONTENTBOX
*/


#block, .submenu {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
	
	border-style:solid;
	border-color:white;
	border-radius: 5px;
	box-shadow: 5px 5px 5px black;

	padding:10px;
	background: rgba(255,250,240,0.50);
	// fixes opacity issue voor IE8 en eerder
	/* background:none; // moet er eigenlijk bij */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFAF0,endColorstr=#CCFFFAF0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFAF0,endColorstr=#CCFFFAF0);
	zoom: 1;
	}

div.placer {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	}

div.menu {
	width:965px;

	text-align:center;
	}

div.content {
	width:680px;
	float:left;
	}

div.extra {
	Width:340px;
	float:left;
	}

div.biografie_content {
	Width:620px;
	float:left;
	}
div.biografie_extra {
	Width:400px;
	float:left;
	}


div.quote {
	text-align:center;
	font-size:20;
	font-family:"Georgia","serif","times new roman";
	font-style:italic;
	font-weight:bold;
	
	color:white;

	text-shadow: 2px 2px black;
	}


/* MENU
*/

div.menu a {	text-decoration:none;
		color:black;
		font-size:22px;
		padding:10px;
		}

div.menu a:link 		{text-decoration:inherit;color:inherit;} 
div.menu a:hover, a:active 	{background-color:white;}

// hyperlink
a {text-decoration:none;}
a:link 		{text-decoration:inherit;background-color:transparent;color:990000;} 
a:visited 	{text-decoration:inherit;background-color:transparent;color:990000;}
a:hover 	{text-decoration:inherit;background-color:transparent;color:yellow;}
a:active 	{text-decoration:inherit;background-color:transparent;color:yellow;}

/*	IMAGES
*/


img {
	border-style:solid;
	border-width:1px;
	border-color:grey;
	}

#biografie {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	}