body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	
}

#wrap {
	width:1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
	height: 1000px;
	
}
#kop {
	float:left;
	width: 1000px;
	height:186px;
	text-align: center;
	padding-top: 50px;
}
#kop2 {
	float:left;
	width: 745px;
	height:60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e96822;
	padding-left: 125px;
	font-weight: bold;
	font-style: normal;
	font-size: 70%;
	padding-right: 130px;
}

#tekst {
	float:left;
	width: 745px;
	color: #454343;
	padding-left: 125px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 130px;
	}
#tekst a {
	color:#e96822;
	text-decoration:none;
	font-weight:bold;
}
#tekst a:hover {
	color:#6b6a69;
	font-weight: bold;
}

#tekst h1{
	font-weight: bold;
	color: #454343c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	}	
#tekst h2{
	font-size: 105%;
	font-weight: normal;
	font-style: italic;
	color: #454343c;
}
#tekst h3{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #454343c;
}
#footer {
	clear: left;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-repeat: no-repeat;
	height: 20px;
}
 
#clear {
	clear: both;
}
