
html {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	background: url("../images/background.gif") repeat-y 0 2px;
	background-color: #414141;
}

a {
	color: #FFFFFF;
}

body { 
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	font-family: Verdana, Arial;
	font-size:12px;
}
		
#container {
	width: 100%;
	margin: 0;
	text-align: left;
	padding: 0px 0 20px 0;
}

#container #menu {
	position: absolute;
	left:0px;
	width: 172px;
	padding-right:10px;
	padding-top:20px;
	z-index:5;
}

#container #content {
	position: relative;
	top:0px;
	text-align: left;
	padding-left:175px;
	text-align:center;
	color: #FFFFFF;
}

#footer {
	display:none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 18px;
	border: 0px;
	background: #000000;
	text-align: right;
	background: url("../images/background.gif") repeat-y 0 2px;
	background-color:#000000;
	color: #B4B4B4;
	font-size: 10px;
	font-weight: bold;
	padding-top:4px;
}

#footer a {
	color: #B4B4B4;
}

#top {
	position: relative;
	background: #000000;
	height: 43px;
	width: 100%;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #B4B4B4;
}

#top #naam {
	float: left;
	font-size: 36px;
	font-family: Verdana, Arial;
	font-weight: bold;
	letter-spacing: 18px;
}

#top #flags {
	float: right;
	text-align: right;
	font-size:12px;
	letter-spacing: 0px;
	margin-top:10px;
	margin-right:10px;
}

.invisible {
	display: none;
}

#content #crumble_bar {
	clear:both;
	position: relative;
	text-align: left;
	padding-left:20px;
	padding-top:16px;
	color: #FFFFFF;
	font-weight: bold;
}

#container #content td {
	padding-right:20px;
	padding-bottom:20px;
}

#content td a.naviagtion {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

div.kader {
	border:1px solid black;
	background-color: black;
	color: white;
	cursor: pointer;
}

div.kader a {
	color: #FFFFFF;
	text-decoration: none;
}

td {
	color:#FFFFFF;
}

input.large {
	width:260px;
	border:1px solid black;
}

textarea {
	border:1px solid black;
}


/************************
*       MENU
*
************************/
div#menu ul {
	margin:0px;
	padding:0px;
}

div#menu li {
	border:0px;
	font-size: 14px;
	font-face: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	width:152px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
}

div#menu li a {
	font-size: 14px;
	font-face: Verdana;
	font-weight: bold;
	text-decoration: none;
}

div#menu li:hover, div#menu li:hover a, div#menu li.over , div#menu li.over a{
	background-color:#424242;
	color: #B4B4B4;
}

div#menu li.active, div#menu li.active a{
	background-color:#424242;
	color: #B4B4B4;
	cursor: auto;
}
