/* CSS Document main layout*/
html.body {
	background-color:#FFA717;
	font-family:Arial, Helvetica, sans-serif;
	font-color:#000000;
	font-size:12px;
	font-style:normaal;
	margin-top: 0px;
	}

body {
	background-color:#FFA717;
	font-family:Arial, Helvetica, sans-serif;
	font-color:#000000;
	font-size:14px;
	font-style:bold;
	margin-top: 0px;
}

/*links*/
 ul{
 list-style:none;
 list-style-image:url(../images/driehoek.gif);
}

a:link {
	color:#000066;
	text-decoration:none;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
}

a:visited {
	color:#000066;
	text-decoration:none;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
}

a:hover {
	color:#000033;
	text-decoration:underline;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
}

a:active {
	color:#000066;
	text-decoration:underline;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
}

/* Layout specifiek per cel*/
#topright {
	background-image:url(../images/Trivialpursuit.gif);
	background-repeat:no-repeat;
	width:180px;
	height:180px;
}

#top {
	width:auto;
	font-size:24px;
	font-weight:bolder;
}

#topleft {
	background-image:url(../images/Trivialpursuit.gif);
	background-repeat:no-repeat;
	width:180px;
	height:180px;	
}

#left {
	vertical-align:top;
}

#main {
	vertical-align:top;	
	padding-left:10px;
}

#right {
	vertical-align:top;
}

#bottomleft {
	background-image:url(../images/Trivialpursuit.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#bottomleft1 {
	width: 207px;
}

#bottommain {
	background-image:url(../images/Genus.gif);
	background-repeat:no-repeat;
	width:250px;
	height:250px;
}

#bottomright1 {
	width: 207px;
}

#bottomright {
	background-image:url(../images/Trivialpursuit.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

