@charset "utf-8";

body {
	background-image: url(image/content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

a{color:#090;}
a:hover{color:#F60;}

h1 {
	border: 3px solid #007;
	background-image: url(image/menukop.gif);
	font-family: "Arial Black";
	font-size: 17px;
	text-align: center;
	display: block;
	font-color: #007;
	font-weight: bold;
	padding: 1px;
	;
}

h2 {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #222;
	line-height: 17px;
	border: none;
}
	
h3 {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	line-height: 17px;
}
	h4 {
	margin: 5px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
	font-style: normal;
	line-height: 15px;
	font-variant: normal;
	word-spacing: normal;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #007;
	line-height: 18px;
	margin: 0px;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #006;
	line-height: 24px;
	margin: 0px;
}

.oranje { color: #F60; }
