/*
	paars: #7653A5
	turquoise: #23A491
	accent orange: #FE2B12
*/

body {
	background: #CCCCCC; 
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: verdana, tahoma, "sans-serif";
}

div#siteWrapper
{
	position:		absolute;
	left:				50%;
	margin-left:	-389px;
	width:			778px;
	top: 				0px;
	background:		white;
	height:			100%;
}

/*stijl voor logo en talenkeuze*/
div#talen {
	 position:	absolute;
	 top:			40px;
	 right:		15px;
    float:		right;
	 background:white;
    line-height:normal;
	 font-size:		11px;
	 letter-spacing:1px;
    }

div#talen ul {
    margin:0;
    padding:0;
    list-style:none;
    }
	 
div#talen li {
    float:right;
    }

div#talen #nietActief a {
    display:block;
	 width:	6.9em;
	 background: #B9B0D7;
	 color:	white;
	 text-decoration: none;
	 padding:1px 2px 3px 5px;
	 margin:7px 0px 0px 2px;
    }
	
div#talen #actief a {
    display:block;
	 width:	6.9em;
	 background: #8BD2D3;
	 color:	white;
    text-decoration: none;
	 padding:1px 2px 3px 5px;
	 margin:7px 0px 0px 2px;
	 } 

div#talen #logo a {
    margin: 0px 225px 0px 0px;
	 }
	 
div#talen #logo img
{
	border: 0px solid black;
}

/*stijl voor menu*/
div#navigatie 
{
	position:		absolute;
	top:			   128px;
	left:				5px;
	padding: 		0 0 1em 0;
	margin-bottom: 1em;
	color: 			#B9B0D7;
	font-size:		12px;
	/*line-height:	1.5em;*/
	letter-spacing:0px;
}

div#navigatie ul {
		list-style: none;
		margin: 		0;
		padding:		0;
		border: 		none;
    }

div#navigatie li {
		margin: 0;
		}
	 
div#navigatie #actief a
{
		display:		 		block;
		padding:				5px 5px 5px 0.5em;
		color: 				#FF6633;
		text-decoration: 	none;
		width: 				100%;
		font-weight: 	bold;
}

div#navigatie #nietActief a
{
		display: 			block;
		padding: 			5px 5px 5px 0.5em;
		color: 				#9487C0;
		text-decoration:	none;
		width: 				100%;
		font-weight: 		normal;
}

html>body #navigatie li a {
		width: 				auto;
		}
		
div#navigatie #nietActief a:hover {
			color: 			black;
		}

div#blokje
{
	position:		absolute;
	top:			   128px;
	right:			17px;
	display:			block;
	width:			210px;
	height:			210px;
	background:		white;
	margin:			0px;
	padding: 		0px;
}

div#blokje img
{
	margin:			0px;
	padding: 		0px;
	border:			0px solid black;
}

div#blokjeKleur img
{
	margin:			0px;
	padding: 		0px;
	border:			0px solid black;
}

div#blokjeKleur
{
	position:		absolute;
	top:			   128px;
	right:			17px;
	display:			block;
	width:			210px;
	height:			210px;
	background:		white;
	margin:			0px;
	padding: 		0px;
}



/* org settings
	margin:			128px 265px 0px 160px;
	padding:			0px 10px 20px 10px;
*/

div#content
{
	margin:			128px 0px 0px 0px;
	padding:			0px 275px 20px 170px;
	background:		white;
	border:			0px solid red;
	font-size:		12px;
	font-weight:	normal;
	line-height:	1.4em;
	letter-spacing:0px;
}

div#content a
{
	color: #9487C0;
	text-decoration: none;
}

div#content a:hover
{
	color: black;
	text-decoration: none;
}

div#content p
{
	margin:			0px;
	padding:			0px 0px 10px 0px;
}

div#content h1
{
	font-size:		13px;
	margin:			0px;
	padding:			0px 0px 0px 0px;
	color:			#00B1B0;
}

div#content ul
{
	margin:			0px 0px 0px 0px;
	padding:			0px 0px 15px 16px
}

