@font-face {
	font-family: "Bodoni";
	font-weight: bold;
	src: url('/font/BodoniFLF-Bold.eot');
	src: local("Bodoni"), url('/font/BodoniFLF-Bold.ttf') format('truetype');

}
:focus {
    outline: 0;
}

html, body {
	font-size:100%;
	height: 100%;
	color:#555;
}

body {
	font-size:80%;
	line-height:130%;
	font-family: "Helvetica", "Arial", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('/images/main_bg.gif');
	background-repeat: repeat-y;
	background-color: #F4F4F4;
}

a {
	color: #0087d2;
	text-decoration: none;
}

.hide {
	position: absolute;
	top: 0;
	left: -1000px;
}

a:hover {
	text-decoration: underline;
}

H1, H2, H6 {
	margin: 0;
	padding: 0;
}

h2 {

}

#container {
	width:1000px;
	padding:10px 30px 0 28px;
	margin: 0 0 0 20px;
	background-image: url('/images/menu_bg.png');
	background-position: -30px -65px;
	background-repeat: no-repeat;
	min-height: 600px;
}

#menu_container {
	float: left;
	width:180px;
	min-height: 600px;
}

#menu_container #logo {
	position: relative;
	overflow: hidden;
	height: 114px;
	width: 100%;
	margin: 0;
	padding:0;
	background-image: url('/images/header_titel_bg.gif');
	background-repeat: repeat-x;
}

#menu_container #logo #logo_tekst {
	position: absolute;
	top: 0px;
	right: -15px;
	height: 100px;
	width: 611px;
}

#logo_noscript {
	position: absolute;
	top: 0px;
	right: -15px;
	height: 100px;
	width: 611px;
	background-image: url('/images/header_titel_text.png');
	background-repeat: repeat-x;
	background-position: 100px 7px;
}

#menu_container H1 {
	display: none;
}

#menu {
	background-color: #f07daf;
	padding: 20px 10px 20px 0px;
	margin: 0;
	list-style: none;
}

#menu li {
	padding: 3px 0 3px 0;
}

#menu li.selected a {
	background-image: url('/images/menu_item.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#menu li a {
	display: block;
	color: #fff;
	font-family: serif;
	font-size: 11pt;
	text-decoration: none;
	padding-left: 15px;
	background-image: url('/images/menu_item.png');
	background-repeat: no-repeat;
	background-position: -100px center;
}

#menu li a:hover {
	text-decoration: underline;
	background-image: url('/images/menu_item.png');
	background-repeat: no-repeat;
	background-position: left center;
}


#content {
	float: left;
	width: 800px;
	clear: right;
}

#content_header {
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 114px;
	background-image: url('/images/header_content_bg.gif');
	background-repeat: repeat-x;
	clear: both;
	margin: 0 0 0 20px;
}

#content_header #content_header_tekst {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100px;
}

#content_header_noscript {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100px;
	background-image: url('/images/header_content_text.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#content_text {
	float: left;
	width: 380px;
}

#content_text .box {
/* 	background-color: blue; */
	margin: 0 0 0 20px;
	padding: 10px 10px 20px 10px;
	background-color: #fff;
	height: 100%;
}


#content_text H2 {
	padding: 10px 0 10px 0;
	width: 300px;
	margin: 0;
	color: #0087d2;
	font-family: "Bodoni", serif;
	font-weight: bold;
	font-size:24px;
	line-height:28px;
}

#content_text hr {
	margin: 0 0 35px 0;
	border: 0;
	color: #0087d2;
	background-color: #0087d2;
	height: 2px;
}

#content_home {
	margin: 0 0 0 20px;
}

#content_foto {
	float: left;
	width: 380px;
	margin: 0 0 0 20px;
/* 	background-color: yellow; */
/* 	margin: 0 0 0 10px; */
}

#foto_thumbs {
	list-style-type: none;
	padding: 0;
	margin: 15px 0;
}

#foto_thumbs li {
	float: left;
	padding-left: 20px;
}

#foto_thumbs li.first {
	padding-left: 0;
}

#footer_container {
	float: left;
	width: 100%;
}

h6 a {
	font-size: 10px;
}

#menu_footer {
	width:180px;
	float: left;
	padding: 30px 0;
	background-image: url('/images/footer_menu_bg.gif');
	background-repeat: repeat-x;
	color: #f287b7;
	font-family: "times new roman", "times", serif;
}

#menu_footer a {
	color: #f287b7;
}

#content_footer {
	width: 800px;
	float: left;
	height: 74px;
}

#content_text_footer {
	width: 760px;
	float: left;
	padding: 0 0 0 20px;
}

#content_text_footer H6 {
	width: 100%;
	padding: 30px 0;
	color: #0087d2;
	font-family: "times new roman", "times", serif;
	background-image: url('/images/footer_content_bg.gif');
	background-repeat: repeat-x;
}

#content_text_footer H6 a {
	color: #0087d2;
}
