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

/* Containers */

#Container {
	position:relative;
	top:0px;
	width:846px;
	height:100%;	
	background-color:#BDBDBD;
}

#Top {
	position:absolute;
	left:23px;
	top:0px;
	width:800px;
	height:150px;
}

#MenuTop {
	position:absolute;
	left:23px;
	top:150px;
	width:800px;
	height:51px;
	background-image: url(images/design_04.png);
}

#Main {
	position:absolute;
	left:23px;
	top:201px;
	width:800px;
	height:567px;
	background-color: #FFFFFF;
	overflow:auto;
}

#content {
	position:absolute;
	left:183px;
	top:11px;
	width:587px;
	height:537px;
}

#MenuZijkant {
	position:absolute;
	left:24px;
	top:11px;
	width:185px;
}

#Left {
	position:absolute;
	left:0px;
	top:0px;
	width:23px;
	height:768px;
	background-image: url(images/Shadow_left.png);
}

#Right {
	position:absolute;
	left:823px;
	top:0px;
	width:23px;
	height:768px;
	background-image: url(images/Shadow_right.png);
}

#Bottom {
	position:absolute;
	left:23px;
	top:768px;
	width:800px;
	height:23px;
	background-image: url(images/Shadow_bottom.png);
}

#MenuButtons {
	position:absolute;
	left:150px;
	top:150px;
	width:800px;
	height:51px;
}

/* Standaard html */

body {
	background-color: #e1e1e1;
	background-image:url(images/Background.jpg);
	background-repeat:repeat-x;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#streep {
	position:absolute;
	left:276px;
	top:221px;
	width:18px;
	height:198px;
	background-image: url(Buttons/streep.jpg);
}

/* Tekst layout */

.head1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:15px;
}

.normaal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:12px;
}

.menunormaal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:14px;
}

