@charset "ISO-8859-1";
body  {
	background: #44443F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ACACA2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	line-height: 20px;
}
.titel {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 100px;
	font-family: "Lucida Sans Unicode", " Lucida Grande", sans-serif;
	text-transform: uppercase;
}
.subtitel {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", " Lucida Grande", sans-serif;
	text-transform: uppercase;
}
.inleiding{
	font-style: italic;	
}
.assarag #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.assarag #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	line-height: 22px;
}
#sidebar1 a:link {
	color: #8B8B80;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #8B8B80;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 .navtitle {
	font-size: 18px;
	text-transform: uppercase;
}
.assarag #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	color: #FFFFFF;
}
#sidebar2 a:link {
	color: #8B8B80;
	text-decoration: none;
}
#sidebar2 a:visited {
	color: #8B8B80;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.assarag #mainContent { 
	margin: 0 120px 0 212px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 85%;
	text-align: center;
}#mainContent a:link {
color: #44443F;
	text-decoration: none;
}
#mainContent a:visited {
	color: #44443F;
	text-decoration: none;
}
#mainContent a:hover {
	color: #44443F;
	text-decoration: none;
}
#mainContent a:active {
	color: 44443F;
	text-decoration: none;
}
#mainContent .navtitle {
	font-size: 18px;
	text-transform: uppercase;
}

