@charset "utf-8";
/* CSS Document */
body {
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

a {
	color: #800000;
	text-decoration: underline;
}

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

h2 {
	font-size: 16px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
	line-height: 18px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 0px;
}

li {
	margin: 2px 0px;
}

#container {
	overflow: auto;
	/*border: 1px solid #000;*/
	width: 793px;
	position: relative;
	margin: 0 auto;
}

#header {
}

#minilogo {
	background: url(logo.png) no-repeat center;
	width: 193px;
	height: 124px;
	float: left;
}

#logo {
	background-image:url(header.png);
	height: 124px;
	width: 600px;
	float: left;
	margin: 0 0 10px 0;
}

#links {
	position: absolute;
	right: 50px;
	top: 10px;
	direction: rtl;
}

#wrapper {
	background: #94d8f0;
}

#sidebar1 {
	background: url(sidebar1.png) no-repeat;
	float: left;
	height: 700px;
	width: 193px;
}

#sidebar2 {
	background: url(sidebar2.png) no-repeat;
	float: left;
	height: 700px;
	width: 193px;
}

#content {
	background: #94d8f0;
	width: 580px;
	float: left;
	height: 680px;
	padding: 20px 0 0 20px;
}

#aanmelden {
	position: absolute;
	right: 5px;
}

a.menu {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

a.module {
	color: #800000;
	font-size: 12px;
}