/* CSS/XHTML RESET */

body {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	background: #800000;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

/* FRAMEWORK */

.footer {
	height: 25px;
	color: #FFF;
	text-align: center;
	line-height: 25px
}

a.link:link {
	color: #800000;
	text-decoration: underline
}

a.link:hover {
	color: #800000;
	text-decoration: underline
}

a.link:visited {
	color: #800000;
	text-decoration: underline
}

/* OPMAAK */

a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FDC507;
	text-decoration: none;
}

UL {
	padding-left: 0px;
	margin-left: 0px
}
LI {
	padding-left: 0px;
	margin-left: 15px
}

hr {
	border: #dddddd 1px solid;
	line-height: 1px
}

h1 {
	color: #800000;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

.subkop {
	font-weight: bold;
}

#box {
	background-color: #eeeeee;
	color: #000000;
	border: #666666 1px solid;
	padding: 5px;
	width: 160px;
}

