/* CSS Document */

*{
	padding:0;
	margin:0;
}

p {
	padding-top: 7px;
    padding-bottom:7px;
	font-family: arial;
	font-size: 10pt;
}
	
h1 {
	padding-top: 10px;
	padding-bottom:5px;
	font-size: 1.6em;
	font-style: italic;
	color: #6c6c6c;
}

h2 {
	padding-right: 90px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #EAEEF7;
}
	
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #787C87;
	font-size: 1.4em;
}

h4 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: white}   /* mouse over link */
a:active {color: #666666}   /* selected link */
	
html, body {
	background-color: #1b181c;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
}
	
#container {
	width: 973px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image: url(images/backborder.gif);
}

#header {
	background-image: url(images/header.gif);
	height: 301px;
}

#linkbar {
	height: 25px;
	background-color: black;
	width: 806px;
	border-left: 2px solid #776b73;
	border-right: 2px solid #776b73;
	margin-left: 97px;
}

#Teller
{
	margin-left: 102px;
	padding-top: 7px;
	visibility: hidden;
}

#lastupdate
{
	width: 100%;
	text-align: right;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	margin-top: 5px;
}

#content {
	padding-left: 40px;
	padding-right: 30px;
	background-color: black;
	border-left: 2px solid #776b73;
	margin-left: 97px;
	color: white;
	width: 730px;
}

#s3
{
	height: 160px;
	width: 730px;
	margin-top: 10px;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0; /* heel belangrijk */	
}

/******************************* menu ****************************************/
.navcontainer
{
	margin-left: 1px;
}

.navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.navcontainer ul li{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}

/*Top level menu link items style*/
.navcontainer ul li a
{
	display: block;
	width: 113px;
	border: #6c6c6c 1px solid;
	text-decoration: none;
	color: #6c6c6c;
	height: 21px;
}

.navcontainer ul li a:hover
{
	color: white;
}
	
/*Sub level menu*/
.navcontainer ul li ul
{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 90;
}

/*Sub level menu list items*/
.navcontainer ul li ul li{
	display: inline;
	float: none;
}

/* Sub level menu links style */
.navcontainer ul li ul li a
{
	width: 100%;
	min-width: 122px;
	font-weight: normal;
	background: black;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0px;
	margin-bottom: -1px;
}

.navcontainer ul li ul li a:hover
{
	color: white;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .navcontainer ul li { float: left; height: 1%; }
* html .navcontainer ul li a { height: 1%; }
