/* ie6 png fix */
img, #wrapper, #footer, #left-column, #right-column {
	behavior: url('/css/iepngfix.htc');
}

/* Design Styles */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana;
}
html {
	background-image: url('/img/body_back.jpg');
	background-repeat: repeat-x;
	background-color: #827d6f;
}
body {
	overflow: -moz-scrollbars-vertical;
}
p {
	margin: 8px 0px 0px 0px;
}
h1, h2, h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
a:link, a:visited, a:active {
	outline: none;
	color: #333333;
}
a:hover {
	color: #555555;
}
#table-wrapper {
	margin: 0 auto;
	width: 846px;
}
#left-column, #right-column {
	width: 7px;
	background-repeat: repeat-y;
}
#left-column {
	background-image: url('/img/back-left.png');
}
#right-column {
	background-image: url('/img/back-right.png');
}

/* Content Styles */
#header {
	width: 100%;
	height: 160px;
	display: block;
	background: url('/img/header.jpg');
}
.taalkeuze {
	padding-top: 10px;
	float: right;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFF;
}
.taalkeuze a {
	text-decoration: none;
	color: #000;
}
#content {
	width: 100%;
	background-color: #FFF;
	display: table;
	clear: both;
}
#home_intro {
	width: 100%;
	height: 260px;
	background-image: url('/img/home_intro.jpg');
	color: #FFF;
	border: none;
	vertical-align: top;
}
#home_text {
	margin: 0px;
	margin-left: 20px;
	padding-top: 20px;
	width: 340px;
	font-size: 13px;
	display: table;
}
#content_intro {
	width: 100%;
	height: 40px;
	background-color: #DD5300;
	display: block;
	margin-bottom: 10px;
}
#home_intro h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}
#content_text h1, #content_text h2 {
	color: #DD5300;
	font-size: 16px;
}
#content_text {
	width: 420px;
	font-size: 13px;
	padding-bottom: 20px;
	float: left;
	display: table;
}
#rechterkolom {
	width: 180px;
	float: left;
	clear: right;
}
#copyright {
	width: 100%;
	line-height: 20px;
	font-size: 11px;
	color: #AAA;
	text-align: center;
	padding: 0px;
}
#copyright a, #copyright a:history, #copyright a:active, #copyright a:hover {
	text-decoration: underline;
	color: #AAA;
}
#copyright a:hover {
	text-decoration: underline;
	color: #FFF;
}
#rechterkolom img {
	border: none;
}
#footer {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	height: 6px;
	font-size: 1px;
	clear: both;
	background: url('/img/footer.png');
}

/* Suckerfish Menu Styles */
#navigation {
	background-image: url('/img/navigation_back.gif');
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
#nav li a {
	display: block;
	width: 100%;
	line-height: 35px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	position: static;
}
#nav li.first_item {
	background-image: none;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 10em;
	cursor: pointer;
}
#nav li {
	float: left;
	width: 118px;
	background-repeat: no-repeat;
	text-align: left;
}
#nav li ul {
	text-align: left;
	position: absolute;
	line-height: 35px;
	background-color: #162F43;
	background-repeat: no-repeat;
	left: -999em;
}
#nav li ul li {
	text-align: left;
	background-repeat: repeat-x;
	clear: both;
	line-height: 30px;
	height: 30px;
}
#nav li ul li a {
	text-align: left;
	padding-left: 6px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* Submenu Styles */
#submenu {
	width: 190px;
	float: left;
}
#submenu ul {
	list-style: none;
	margin: 0 16px 0 0;
	font-size: 14px;
}
#submenu ul li#submenu-hoofd {
	font-weight: bold;
	padding-left: 10px;
	background-color: #173044;
	color: white;
	border: none;
}
#submenu ul li.active {
	background-color: #fcede5;
}
#submenu ul li {
	padding-left: 18px;
	line-height: 24px;
	border-bottom: 1px dotted #CAC9D7;
}
#submenu ul li a {
	text-decoration: none;
}
.foto {
	width: 120px;
	text-align: center;
	float: left;
	border: 1px solid #DDDDDD;
	margin: 5px;
}
.foto img {
	border: none;
}
#fotogallery {
	width: 410px;
}