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

html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #F8F8F8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.99em;
	overflow:hidden;
    }

/*-- Start Navigatie --*/

#navigatie {
	height: 100%;
	margin-right: 40px;
	position: fixed;
	top: 0;
	width: 400px;
	z-index: 1001;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 15px;
	
	
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #cb4061;
	border-right-width: 15px;
	border-right-style: double;
	border-right-color: #cb4061;
	
	width: 330px;
	float: left;
	color: #FFF;
	font-size: 1.2em;
	text-shadow: #cb4061 0.5px 0.5px;
}
#navigatie ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
}

#navigatie a {
	color: #cb4061;
	text-decoration: none;
	text-shadow: #FFF 0.5px 0.5px;



}

#navigatie a:hover {
	color: #cb4061;
	text-decoration: none;
	background-image: url(../images/navigatie-bckgrnd.png);
	background-repeat: repeat;
	
}
#omygod {
	bottom: 15px;
	color: #999999;
	font-style: italic;
	left: 54px;
	position: fixed;
	z-index: 1002;
	font-size: 0.8em;
}


/*-- Einde Navigatie --*/

/*-- Start Content --*/


#content {
	padding-left: 440px;
	padding-top: 80px;
	padding-right: 40px;
	padding-bottom: 40px;
		z-index: 1002;

}


h1  {
	font-size: 1.6em;
	margin: .67em 0;
	color: #cb4061;
}

h2  {
	font-size: 1.2em;
	margin: .75em 0;
	color: #999;
}

#content a {
	color: #999999;
	text-decoration: none;
}

#content a:link {
	color: #999999;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
}


#content ol {
	list-style-type: none;
	list-style-image: none;
	line-height: 20px;
}

/*-- Einde Content --*/

/*-- Start Footer --*/

#footer {
	bottom: 10px;
	color: #999999;
	left: 420px;
	position: fixed;
	z-index: 2;
	font-size: 0.9em;
}


#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#footer ol {

}

#footer li {
list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	line-height: 20px;}

/*-- Einde Footer --*/
