.Header {
	height: 161px;
	width: 1024px;
	background-image: url(images/Header.png); 
}
.Top10 {
	height: 80px;
	width: 1024px;
	background-image: url(images/Top10.png); 
	}
.Menu {
	height: 527px;
	width: 269px;
	background-image: url(images/Menu.png); 
	background-repeat:no-repeat;
	position: absolute; top: 200px; left: 120px;
	padding-top: 50px; 
	padding-left: 30px;
	text-align: left;
	}
.Content {
	height: 100%;
	width: 755px;
	background-image: url(images/Content.png); 
	position: absolute; top: 200px; left: 389px;
	padding-left: 1px; 
}
a.Knop:link, a.Knop:visited
{

 	float: left; 
	text-align: left;
	text-decoration: none;
	font: bold 14px Helvetica;
	color: black;
}

a.Knop:hover
{
	color: red;
}
a.KnopTop10:link, a.KnopTop10:visited
{	 
	text-align: center;
	text-decoration: none;
	font: bold 10px Helvetica;
	color: black;
}

a.KnopTop10:hover
{
	color: red;
}
body,td {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  color: white;
  font-size: 12px;
}
body {
  background-color: #424241;
}
input, option, textarea, select, checkbox {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 8pt;
  color: black;
  font-weight: none;
  border: 1px solid lightgray;
  background-color: white;
}
a:link,a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: gray;
}
a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    color: black;
}

hr {
  border: 1px dotted black;
  
}
