Body {	
	margin:						0;
	height: 					100%;
	background-color:			#000000;
	background-position:		center;
	background-repeat:			no-repeat;
	background-attachment:		fixed;	
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	text-align:					left;
	line-height:				18px;
	color:						#adadad;
	}

img {
	border:						none;
	}

ul {
	list-style-type:			square;
	padding-left:				10px;
	margin-left:				10px;
	}

/* LAYOUT EIGENSCHAPPEN */

#Container {
	position:					absolute;
	left: 						50%;
	top: 						50%;
	margin-left: 				-425px;
	margin-top: 				-250px;
	width: 						850px;
	height: 					500px;
	overflow: 					hidden;
	z-index: 					1;
	}
	
#Header {
	position:					absolute;
	width:						450px;
	height:						30px;
	border-bottom:				1px solid #adadad;
	z-index: 					2;
	}

#Title {
	position:					absolute;
	left:						450px;
	width:						400px;
	height:						30px;
	border-bottom:				1px solid #adadad;
	text-align:					right;
	vertical-align:				top;
	z-index: 					2;
	}

#Submenu {
	position:					absolute;
	top:						73px;
	width:						170px;
	height:						380px;
	}

#Content {
	position:					absolute;
	top:						30px;
	left:						190px;
	width:						410px;
	height:						390px;
	padding-top:				10px;
	padding-bottom:				50px;
	padding-right:				250px;
	overflow-y:					auto;
	overflow-x:					hidden;
	z-index: 					5;
	}
	
#Picture {
	position:					absolute;
	top:						30px;
	left:						610px;
	width:						240px;
	height:						450px;
	border-top:					1px solid #adadad;
	background-image:			url(../images/stnd_picture.jpg);
	}

#Picture_start {
	position:					absolute;
	top:						30px;
	width:						850px;
	height:						450px;
	border-top:					1px solid #adadad;
	background-image:			url(../images/start_picture.jpg);
	}
	
#Menu {
	position:					absolute;
	top:						480px;
	width:						850px;
	height:						20px;
	border-top:					1px solid #adadad;
	font-size:					11px;
	text-align:					right;
	padding-top:				2px;
	}
	
#columns li {
	float: 						left;
	height: 					auto;
	width: 						100px !important;
	margin-bottom: 				0px;
	}

#columns {
	list-style: 				none;
	width: 						410px;
	margin: 					0;
	margin-left:				-40px;
	padding-left:				40px;
	margin-top:					-20px;
	padding-top:				15px;
	} 

/* TEKST EIGENSCHAPPEN */

h1 {
	font-size:					24px;
	color:						#333333;
	font-weight:				normal;
	margin-top:					0px;
	}

h2 {
	font-size:					16px;
	color:						#ffffff;
	}
	
.Small {
	font-size:					11px;
}

.XSmall {
	font-size:					9px;
}

a, a:active, a:visited {
	color:						#adadad;
	text-decoration:			underline;
	}

a:hover {
	color:						#ffffff;
	text-decoration:			none;
	}
a.link_zwart, a.link_zwart:active, a.link_zwart:visited {
	color:						#000000;
	text-decoration:			none;
	}

a.link_zwart:hover {
	color:						#666666;
	text-decoration:			none;
	}
