/*********************************************************
BASIC
*********************************************************/

body {
	font: 12px 'Arial', Sans-Serif;
	color: #000;
	margin: 0;
}

img {border: 0;}

a {
	font: 12px 'Arial', Sans-Serif;
	color: #000;
	text-decoration:underline;
}
/*********************************************************
HEADER + Container
*********************************************************/
div#container {
	background-color: #A4D5DD;
	width: 1000px;
	margin: 0 auto;
}

div#header {
	width: 1000px;
	height: 200px;
	background: url('/images/header2.jpg') repeat-x;
}

div#header2 {
	margin: 0 auto;
	width: 990px;
	height: 25px;
	padding-left:10px;
	margin-top:5px; margin-bottom:5px;
	background-color:#FAF0E6;
}

div#header2Text {
	width: 190px;
	height: 25px;
	float: left;
}

div#header2Marquee {
	width: 800px;
	height: 25px;
	float: left;
}

/*********************************************************
NAVIGATIE
*********************************************************/
div#navBar{
	background-color: #FAF0E6;
}


#navLinks{ 
	font-weight:bold;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#navBar ul li {
    list-style: none;
	padding: 2px;
}

#navBar ul li a:link{
	color:#000000;
	width:175px;
	display:block;
	border-bottom: 1px dashed #A4D5DD;
	width: 100%;
}

#navBar ul li a:hover{
	display:block;
	background-color: #dddddd;
	border-bottom: 1px dashed #A4D5DD;
}

#navBar ul li a:visited{
	color:#000000;
	width:175px;
	display:block;
	border-bottom: 1px dashed #A4D5DD;
	width: 100%;
}

/*********************************************************
INHOUD
*********************************************************/
div#inhoud{
	margin: 0px;
	padding: 0px;
	background-color: #FAF0E6;
	border: 1px solid #A4D5DD;
}

#inhoudLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top:5px;
	line-height:20px;
}

#inhoud ul li {
    list-style: none;
}

#inhoudLinks a:link{
	color:#000000;
	display:block;
	width: 100%;
}
#inhoudLinks a:visited{
	color:#000000;
	display:block;
	width: 100%;
}
#inhoudLinks a:hover{
	display:block;
	text-decoration:underline;
}
