#outline {
	background-color: #FFFFCC;
	width: 800px;
	border: 4px solid #666633;
	text-align: left;
	height: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	height: 230px;
	background-color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}

#footer {
	height: 15px;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	border-top-style: solid;
	text-align: right;
	margin: 0px;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#loginLink{
	float: right;
	bottom: 20px;
		
}
#data {
	padding: 0px;
	height: 1%;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	white-space: normal;
	color: #000;
}
/* =============== navigation ===================*/

#navigation, #navigation ul {
	clear: both;
	padding: 0;
	list-style: none;
	z-index: 9999;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navigation li {
	float: left;
	width: 130px;
	background-color: #590000;
	border-left: 3px solid #FFFFCC;
	font-size:14px;
	text-align:center;
}

#navigation ul {
	position: absolute;
	width: 154px;
	left: -2000px;
}

#navigation li:hover ul, #navigation li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}

#navigation a {
	display: block;
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	cursor: default;
}

#navigation a:link, #navigation a:visited{
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}

#navigation a:hover, #navigation a:active{
	font-weight: normal;
	color: #FFF;
	background-color: #EF7310;
	cursor: pointer;
}

#navigation ul a:hover, #navigation ul a:active{
	font-weight: normal;
	color: #FFF;
	background-color: #72BDD3;
	cursor: pointer;
}

#navigation ul li{
	background-color: #5D5D5D;
	border-top: 3px solid #FFF;
	border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
	border-bottom: 3px solid #FFF;
}

* html ul ul li{
	border-top: 0;
}
/* Einde IE only hack */

a {
	text-decoration: none;
	color: #590000;
}


.reset {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.floatRight {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background-color: #590000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	white-space: normal;
	text-decoration: none;
}
#navigatie ul {
	list-style-type: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navigatie li {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	padding: 3px;
}
#navigatie li:hover {
	background-color: #EF7310;
}
#navigatie a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 130%;
	padding: 10px 0px 10px;
	margin: 0px;
}
p {
	padding-left: 10px;
}

h2 {

	font-size: 110%;
	padding: 5px 10px 5px;
	margin: 0px;
}

#change {
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
