/* Algemeen */

body {
	background-color: black;
}


/* Plaatjes */

* img {
	border: solid;
	border-width: 1px;
	border-color: white;
}


/* Links / knoppen */

div.links{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: white;
	
	position: absolute;
}

ul.links{
	list-style-type: none;
}

ul.links li {
	float : left; 

	width: 100px;
	text-align: center;
	
	margin-right: 10px;

	border: solid;
	border-width: 1px;
	border-color: white;

	padding-top: 2px;
	padding-bottom: 2px;
}

ul.links li a{
	float: left;

	width: 100px;
} 

ul.links li a:hover{
	color: gray;		
}


/* Tekst */

h1 {color: black; font-weight: bold; font-size: 120%}
h2 {color: black; font-weight: normal; font-size: 120%}

div.header{
	background: gray;

	font-family: Verdana, Arial, sans-serif;
	font-size: 25px;
	color: white;
	
	position: absolute;

	left: 1%;
	right: 1%;
	
	top: 55px;
	height: 35px;

	border: solid;
	border-width: 1px;
	border-color: white;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
}

div.content{
	background: gray;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: white;
			
	position: absolute;
	
	left: 1%;
	right: 1%;
	
	top: 105px;

	border: solid;
	border-width: 1px;
	border-color: white;

/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding-left: 1%;
	padding-right: 1%;
}

div.text{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: white;
}


/* Links */

a {
	text-decoration: none; /*underline;*/
	font-weight: bold;
	/*font-style: italic;*/
	color: white;
}

a:hover {
	text-decoration: none; /*underline;*/
	font-weight: bold;
	/*font-style: italic;*/
	color: black;
}
