@charset "utf-8";


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(afbeeldingen/tegelvierkantbg.jpg);
	background-repeat: repeat-x;
	background-position: 0 200px;
	background-attachment: fixed;
	background-color: #748CAA;
}

/* CSS Document */

#total {
	width: 1000px;
	border: solid #000000 1px;
}
#header {
	height: 251px;
	background-color: #ECEFF4;
	text-align: right;
}
#menu {
	background-color: #002C53;
	height: 32px;
}
#content {
	background-color: #ECEFF4;
	background-image: url(afbeeldingen/agcontent.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
#footer {
	border-top: solid #000000 1px;
	background-color: #002C53;
	padding: 2px;
	color: #748CAA;
	text-align: center;
	font-size: 12px;
}
.expand {
	margin-top: -60px;
}

#total #footer a {
	color: #748CAA;
	text-decoration: none;
}
#total #footer a:visited{
	color: #CCC;
	text-decoration: none;
}
#total #footer a:hover{
	color: #748CAA;
	text-decoration: underline;
}
.hoofdtabel{
	border: solid #748CAA 1px;
	line-height: 1.5em;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 80px;
	padding-bottom: 20px;
	}
a:link{
	font-weight:bold;
	text-decoration:none;
	color: #063046;
}
a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #063046;
}
a:hover{
	text-decoration:underline;}

h2 {
	color: #002C55;
	text-align: center;
	background-color: #738CAA;
	padding: 10px;
}
.derkswebdesign {
	font-size: 9px;
}
