@charset "utf-8";
/* Kolpa Architekten */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* Fix for IE 6 and less */
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7f7f7f;
}
* {
	margin:0px auto;
	padding:0;
}
div#content a:link, div#content a:active, div#content a:visited {
	color: #7f7f7f;
	font-weight: normal;
	text-decoration: none;
}
div#content a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -266px;
	float: left;
}
body {
	line-height: 15px;
}
div {
	behavior: url(iepngfix.htc)
}
h1 {
	color: #fff;
	font-size: 23px;
	padding-bottom: 10px;
	line-height: 23px;
}
h2 {
	color: #7f7f7f;
	font-size: 18px;
	padding-bottom: 20px;
}
h3 {
	color: #7f7f7f;
	font-size: 14px;
	padding-bottom: 10px;
}
div#container {
	width: 980px;
	clear: both;
	position: relative;
	top: -268px;
	/* IE */
    position: static;/** end hack */
	text-align: left;
}
div#header {
	height: 22px;
	width:970px;
	background: url(../images/kolpalogo.png) no-repeat top right;
	padding-top: 52px;
	margin-left: 0;
}
div#menudiv {
	height: 21px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	width: 980px;
	padding-top: 2px;
	z-index: 1000;
}
.menu {
	font-family: arial, sans-serif;
	height:100px;
	position:relative;
	font-size:11px;
	z-index:100;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:104px;
	height:20px;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	background:#710069;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background:#36f;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:0;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#6fc;
	color:#000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#ddd;
	color:#000;
}
.menu ul li:hover ul li a:hover {
	background:#6fc;
	color:#000;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
div#content {
	width: 100%;
	z-index: 0;
}
div#images-container {
	float: left;
	width: 655px;
}
div#tekst-container {
	float: left;
	width: 295px;
	padding-left: 20px;
}
div#tekst {
	height: 408px;
}
div#navigatie {
	height: 52px;
	text-align: right;
	width: 100%;
}
div#navigatie-back {
	width: 50px;
	padding-left: 11px;
	float: right;
}
div#navigatie-next {
	width: 50px;
	float: right;
}
.thumbnails img {
	border:0px;
	padding:1px;
	margin-right: 6px;
	margin-bottom: 5px;
}
.thumbnails a:hover {
	color:#fff;
}
.thumbnails a:link img, .thumbnails a:visited img {
	border:1px solid #333;
	padding: 0;
}
.thumbnails a:focus img, .thumbnails a:hover img, .thumbnails a:active img {
	border:1px solid #fff;
}
.thumbnails .foto {
	float: left;
	width: 60px;
	height: 61px;
	text-align: left;
}
.thumbnails .tekstje {
	width: 550px;
	height: 61px;
	float: left;
}
.thumbnails .tekstje a:link, .thumbnails .tekstje a:active, .thumbnails .tekstje a:visited {
	color: #7f7f7f;
	font-weight: normal;
	text-decoration: none;
}
.thumbnails .tekstje a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

/* Hide from IE + Mac \*//*/
div#shim {
	display: none;
}
html, body {
	height: auto;
}
/*/