@charset "utf-8";

body{
	padding: 0;
	margin: 0;
	background-image: url(../img/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

/* img, div { behavior: url(/iepngfix.htc) } */

/* styles for IE 5 Mac */
#main-container {
	width: 990px;
	position: relative;
	height: 600px;
	background-image: url(../img/main_container.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index:1;
}

/* commented backslash hack  - invisible to IE 5 \*/
#main-container {
	position: absolute;
	margin: -300px 0 0 -495px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left: 50%;
	top: 50%;
}
/* end hack */

#trailimageid{
	position:absolute;
	visibility:hidden;
	left:0px;
	top:-1000px;
	width:1px;
	height:1px;
	z-index:9999;
}

#title {
	position:absolute;
	left: 15px;
	top: 215px;
	padding-left: 20px;
	height: 300px;
	width: 320px;
	color: #003F8B;
	font-size:14px;
	font-weight:bold;
}

#text {
	position:absolute;
	left: 15px;
	top: 270px;
	padding-left: 20px;
	height: 270px;
	width: 320px;
	color: #003F8B;
	overflow: auto;
}

#contact-text {
	position:absolute;
	left: 15px;
	top: 270px;
	padding-left: 20px;
	height: 270px;
	width: 940px;
	color: #003F8B;
	overflow: auto;
}

td {
	color: #003F8B;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#contact-form {
	position:absolute;
	left: 441px;
	top: 340px;
	padding-left: 20px;
	height: 210px;
	width: 510px;
	color: #003F8B;
	overflow: auto;
}

#merkenblok{
	position:absolute;
	left: 375px;
	top: 215px;
	height: 285px;
	width: 575px;
	color: #003F8B;
	overflow: auto;
	border:#FF9900 1px solid;
	background-color:#FFFFFF;
	overflow:auto;
	overflow-x:hidden;
}

#persblok{
	position:absolute;
	left: 375px;
	top: 215px;
	height: 320px;
	width: 575px;
	color: #003F8B;
	overflow: auto;
	border:#FF9900 1px solid;
	background-color:#FFFFFF;
	overflow:auto;
	overflow-x:hidden;
}

#merkenblok{
	position:absolute;
	left: 375px;
	top: 215px;
	height: 285px;
	width: 575px;
	color: #003F8B;
	overflow: auto;
	border:#FF9900 1px solid;
	background-color:#FFFFFF;
	overflow:auto;
	overflow-x:hidden;
}

#text-scroll {
	position:absolute;
	left: 300px;
	top: 70px;
	padding-left: 20px;
	height: 350px;
	width: 645px;
	padding-right: 20px;
	color: #003F8B;
	overflow: auto;
}	

#img-flash {
	position:absolute;
	top: 540px;
	left: 150px;
	width: 830px;
	overflow:hidden;
}

#main_menu {
	top: 157px;
	position:absolute;
	height: 35px;
	width: 990px;
	z-index: 100;
}

#img-header {
	position:absolute;
	top: 2px;
	left: 300px;
}

#button-press {
	position:absolute;
	top: 435px;
	left: 30px;
}

#social {
	position:absolute;
	left: 910px;
	top: 610px;
}

a.orange_link:link, a.orange_link:visited {
	color: #FF9900;
	text-decoration: none;
}

a.map_links:link, a.map_links:visited {
	font-size:13px;
	font-weight:bold;
	color: #003F8B;
	text-decoration: none;
}

a:link, a:visited {
	color: #003F8B;
	text-decoration: underline;
}

a{ outline: none; }
:focus{ -moz-outline-style: none; }
