@charset "utf-8";
.siteMenu {
	width: 220px;
	position: absolute;
	left: 0;
	top: 200px;
}
.menuItem{
	width: 220px;
	height: 15px;
	margin-left: 0px;
}
.menuItem p{
	text-indent:3px;
}
.menuItem a
{
	background-color:#000000;
	color: #FFFFFF;
	width: 220px;
	height: 15px;
	display: block;
	float: left;
	opacity:.80;
	margin-left: 0px;
}
.menuItem a:link {
	color: #FFFFFF;
}
.menuItem a:visited {
	color: #FFFFFF;
}
.menuItem a:hover{
background-color:#0066CC;
color:#FFFFFF;
}
.welkom{
	width: 900px;
	height: 50px;
	top: 99px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.imageHolder{
	height: 600px;
	width: 900px;
}
.infoBlok {
	width: 185px;
	height: 230px;
	margin: 0px;
	margin-top: 0px;
	text-indent: 0px;
	background-image: url(kader.png);
	color: #FFFFFF;
}
.infoBlok p{
	margin-left:3px;
}
.contactBlok{
	position: absolute;
	width: 200px;
	height: 100px;
	left: 700px;
	top: 0px;
	
}
.contactBlok p{
	margin-left:3px;
}
.infoHolder{
	width: 185px;
	position:absolute;
	left:715px;
	top:200px;
	height: 300px;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
}
#flashcontent {
	position: relative; /* Needed for Safari */
	margin: auto;
	text-align: left;
	width: 900px;
	height: 700px;
	background-color: #FFFFFF;
}
h1, h2, h3, p {
	margin: 0px auto 0 auto;
	padding: 0px;
}
p {
	margin-left: 0px;
	font-size: 11px;
	margin-right: 5px;
}
h1 {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	text-indent: 3px;
	margin: 0px;
	margin-left: 0px;
	background-color: #000000;
	color: #FFFFFF;
}
h2{
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	margin-left: 2px;
}
h3{
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	margin-left: 2px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

