body {
	background: url("images/background.png") repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #444444;
}
img { 
	border: 0 
}
	A:link {color: #444444;}
	A:visited {color: #444444;}
	A:active {color: #444444;}

#balk {
	background-image: url("images/balk.png");
	width: 100%;
	height: 25px;
	border-bottom: 1px solid black;
	float: left;
}
#balk #countries {
	text-align: right;
	padding-right: 7px;
	float: right;
}
#balk .klok {
	text-align: left;
	padding-top: 5px;
	padding-left: 7px;
	float: left;
	color: white;
}
#balk #klokicon {
	text-align: left;
	padding-top: 5px;
	padding-left: 7px;
	float: left;
}
#clear {
  clear: both;
} 
#midden {
	margin: 0px auto;
	background-image: url('images/trans.png');
	border-right: 3px solid black;
	border-left: 3px solid black;
	width: 1000px;
}
#bovenboven {
	width: 1000px;
	height: 25px;
	background-color: orange;
	border-bottom: 1px solid black;
}
.menuboven {
	background-image: url("images/menu_1.gif");
	width: 299px;
	height: 44px;
	margin-right: 16px;
	margin-top: 10px;
}
.menuboven p {
	padding-left: 10px;
	padding-top: 13px;
	font-weight: bold; 
	color: white;
	size: 10px;
	font-size: 15px;
}
.menumidden {
	background-image: url("images/menu_2.gif");
	width: 299px;
}
.menumidden p {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.menuonder {
	background-image: url("images/menu_3.gif");
	width: 299px;
	height: 10px;
	margin-bottom: 20px;
}



.menubovenbreed {
	background-image: url("images/menu_1breed.gif");
	width: 610px;
	height: 44px;
	margin-right: 16px;
	margin-top: 10px;
}
.menubovenbreed p {
	padding-left: 10px;
	padding-top: 13px;
	font-weight: bold; 
	color: white;
	size: 10px;
	font-size: 15px;
}
.menumiddenbreed {
	background-image: url("images/menu_2breed.gif");
	width: 610px;
}
.menumiddenbreed p {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}
.menuonderbreed {
	background-image: url("images/menu_3breed.gif");
	width: 610px;
	height: 10px;
	margin-bottom: 20px;
}
#firsttime {
	background-color: orange;
	width: 990px;
	font-weight: bold; 
	color: darkred;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid red;
}