body {
	background: white;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	}

#top-logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 46px;
	width: 423px;
	background-image: url('../gfx/logo.png');
	}
	
#menu-info-1 {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 105px;
	height: 102px;
	background-image: url('../gfx/infoback.png');
	}

#menu-info-2 {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 105px;
	height: 102px;
	background-image: url('../gfx/infoback2.png');
	}

#menu-info-3 {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 105px;
	height: 102px;
	background-image: url('../gfx/infoback3.png');
	}

#menu-info-4 {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 105px;
	height: 102px;
	background-image: url('../gfx/infoback4.png');
	}
	
#header-info {
	position: absolute;
	left: 170px;
	width: 75%;
	top: 28px;
	height: 62px;
	font-size: 12px;
	color: white;
}

#header-pic-1 {
	position: relative;
	left: 50px;
	top: 125px;
	height: 62px;
	width: 62px;
	background: url('../gfx/hack.png');
}

#header-pic-2 {
	position: relative;
	left: 50px;
	top: 125px;
	height: 62px;
	width: 62px;
	background: url('../gfx/hack2.png');
}


#header-pic-3 {
	position: relative;
	left: 50px;
	top: 125px;
	height: 62px;
	width: 62px;
	background: url('../gfx/hack3.png');
}	


#header-pic-4 {
	position: relative;
	left: 50px;
	top: 125px;
	height: 62px;
	width: 62px;
	background: url('../gfx/hack4.png');
}

#menu-item-1 {
	position: absolute;
	left: 25px;
	top: 75px;
	height: 30px;
	width: 175px;
	background-image: url('../gfx/it1.png');
	}

#menu-item-1-s {
	position: absolute;
	left: 25px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #6666cc;
	color: white;
	}


#menu-item-2 {
	position: absolute;
	left: 205px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #aaaaaa;
	background-image: url('../gfx/it2.png');
	}

#menu-item-2-s {
	position: absolute;
	left: 205px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #af65cb;
	color: white;
	}
	
#menu-item-3 {
	position: absolute;
	left: 385px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #bbbbbb;
	background-image: url('../gfx/it3.png');
	}
	
#menu-item-3-s {
	position: absolute;
	left: 385px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #8bcc36;
	color: white;
	}	
#menu-item-4 {
	position: absolute;
	left: 565px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #cccccc;
	background-image: url('../gfx/it4.png');
	}

#menu-item-4-s {
	position: absolute;
	left: 565px;
	top: 75px;
	height: 30px;
	width: 175px;
	background: #ca363a;
	color: white;
	}
	
#menu {
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

#menu-non-selected {
	margin-top: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}


#all {
	position: absolute;
	top: 215px;
	left: 225px;
	right: 280px;
	padding-bottom: 50px;
}

#ggads {
	position: absolute;
	top: 225px;
	left: 225px;
}

#content {
	padding-bottom: 20px;
	text-align: justify;
}

#onderschrift {
	position: relative;
	color: #bbb;
	font-size: 10px;
	text-align: center;
	border-top: solid 1px #ccc;
}

#foto {
	position: absolute;
	top: 400px;
	width: 170px;
	right: 55px;
	height: 213px;
	background: url('../gfx/pc.png');
}

#quote {
	position: absolute;
	left: -205px;
	width: 185px;
	font-family: georgia, times new roman, serif;
	font-size: 15px;
	color: #777;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#quote-link {
	position: absolute;
	left: -190px;
	padding-left: 20px;
	width: 185px;
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	background: url('../gfx/arrow.png') no-repeat;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #aaa;
	text-decoration: underline;
}

a:visited {
	color: #557;
}

a.white {
	color: white;
	text-decoration: underline;
	}

a.white:hover {
	color: white;
	text-decoration: none;
	}

a.white:visited {
	color: white;
	text-decoration: none;
	}
	
a.menu {
	color: black;
	text-decoration: none;
}

a.menu:hover {
	color: #666;
	text-decoration: none;
}

a.menu:visited {
	color: black;
}

a.menu-s {
	color: white;
	text-decoration: none;
}

a.menu-s:hover {
	color: #aaa;
	text-decoration: none;
}

a.menu-s:visited {
	color: white;
}



h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 0px;
	color: #555;
}

h2.a1 {
	background: #ccc;
	padding: 3px;
	color: black;
}

h2.a2 {
	background: #65a800;
	padding: 10px;
	color: black;
}

h2.a3 {
	background: #325400;
	padding: 10px;
	color: white;
}

h2.a4 {
	background: #6633ff;
	padding: 10px;
	color: white;
}

p {
	text-align: justify;
}

p.auteur {
	color: #333;
	font-style: italic;
}

p.sub {
	font-weight: bold;
	}
