/* CSS Document */

/* Page stuff */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}

img {
	border: none;
} 

/* Link stuff */

a:link {
	color: #D2D2DE;
	text-decoration: underline;
}

a:visited {
	color: #D2D2DE;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #B1B1BD;
}

a.copyright:link {
	color: #27273F;
	text-decoration: none;
}

a.copyright:visited {
	color: #27273F;
	text-decoration: none;
}

a.copyright:hover {
	text-decoration: underline;
	color: #5E5E8F;
}

a.copyright:active {
	color: #000000;
}

/* Font stuff */

.standaard {
	color: #D2D2DE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #27273F;
}

.titel {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #27273F;
}

.copyright {
	color: #27273F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Div stuff */

#container {
	position: absolute;
	width: 100%;
	text-align: center;
}

#header {
	position: relative;
	text-align: center;
}

#nav {
	position: relative;
	text-align: center;
}

/* Table stuff */

.bodyheader {
	width: 790px;
	height: 12px;
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
}

.bodyfooter {
	width: 790px;
	height: 18px;
	background-image:url(images/body_bottom.jpg);
	background-repeat: no-repeat;
}

.bodyleft {
	width: 20px;
	height: 2px;
	background-image:url(images/body_left.jpg);
	background-repeat: repeat;
}

.bodyright {
	width: 20px;
	height: 2px;
	background-image:url(images/body_right.jpg);
	background-repeat: repeat;
}