/* HTML TAGS */
html {
	overflow-y:scroll !important;
}
html,body {
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	background:#EEEEEE url(../../images/bg.jpg) center repeat-y;
}
body,td,th,div {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#505050;
	line-height:19px;
}
table {
	border:none;
}
img {
	border:none;
}
form {
	margin:0;
	padding:0;
}
a {
	color:#505050;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
object {
	outline: none;
}

/* MAIN */
#container {
	position:absolute;
	top:0;
	left:50%;
	width:946px;
	margin-left:-473px;
	z-index:1;
}
#header {
	position:absolute;
	top:0;
	left:1px;
	width:945px;
	height:300px;
	z-index:10;
}
#submenuAdres {
	position:absolute;
	top:300px;
	left:35px;
	width:226px;
	text-align:left;
}
#submenu {
	position:absolute;
	top:420px;
	left:35px;
	width:180px;
}
#content {
	position:absolute;
	top:300px;
	left:237px;
	right:0;
	padding:0 0 30px 0;
}
#content1 {
	position:absolute;
	top:21px;;
	left:19px;
	width:481px;
}
#content2 {
	position:absolute;
	top:0;
	left:529px;
	width:180px;
}

/* OVERLAY */
#overlaybg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#EEEEEE;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index:100;
	display:none;
}
#overlay {
	position:absolute;
	top:260px;
	left:50%;
	width:498px;
	margin-left:-236px;
	z-index:101;
	border:1px solid #838383;
	background:#FFFFFF;
	padding:10px;
	display:none;
}
#overlayclose {
	position:absolute;
	right:10px;
	top:10px;
}

/* TEXT STYLES */
.head {
	font-size:16px;
	color:#002A50;
	font-weight:bold;
	line-height:30px;
	letter-spacing:2px;
}
.head2 {
	font-size:16px;
	color:#002A50;
	font-weight:bold;
	letter-spacing:2px;
}
.headsmall {
	font-size:12px;
	color:#002A50;
	font-weight:bold;
	line-height:26px;
	letter-spacing:2px;
}
.textsmall {
	font-size:10px;
	line-height:17px;
}
.textsmalllink {
	font-size:10px;
	line-height:19px;
	text-decoration:underline;
}
.textsmalllink:hover {
	text-decoration:none;
}
.textlink {
	cursor:pointer;
	text-decoration:underline;
}
.textlink:hover {
	text-decoration:none;
}

.seo-images {
	float:left;
	margin:0;
	padding:0;
}