/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #116275;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 780px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 215px;
	background-image: url(images/navigation_header/imageheader_default.png);
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 57px;
}

#subMenu {
	position: absolute;
	left: 0px;
	top: 25px;
	height: 16px;
	padding-left: 11px;
}

span.subMenuItem {
	padding-right: 15px;
}

#content {
	position: relative;
}

#title {
	font-size: 24px;
	position: relative;
	width: 512px;
	height: 52px;
	overflow: hidden;
}
#mainBody {
	position: relative;
	width: 492px;
	min-height: 300px;
	_height: 300px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#separateLine {
	position: absolute;
	width: 2px;
	height: 100%;
	left: 520px;
	top: 0px;	
	background-image: url("images/dotline.gif");
	background-repeat: repeat-y;
}

#sideBar {
	position: absolute;
	left: 540px;
	top: 0px;
}
div.shade {
	position: relative;
	left: -10px;
	width: 512px;
	background-color: #EBEBEB;
}

div.shadeContent {
	position: relative;
	top: 10px;
	width: 492px;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
div.shadeTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	background-image:url(images/nieuwsblock_top.png);
	z-index: 1;
}

div.shadeBottom {
	position: relative;
	left: -10px;
	width: 512px;
	height: 10px;
	background-image:url(images/nieuwsblock_bottom.png);
}

/* PHOTOBROWSER STYLES */
div.photoBrowser {
	position: relative;
	width: 512px;
	background-image: url(images/photobrowser/fotoalbumheader.png);
	background-repeat: no-repeat;
		
}

div.browserSpacer {
	position: relative;
	width: 100%;
	height: 52px;
}
div.tabLine {
	position: relative;
	height: 23px;
}

div.tabScroller {
	position: absolute;
	top: 0px;
	left: 44px;
	width: 424px;
	height: 23px;
	overflow: hidden;
}

div.scrollContent {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.whiteTab {
	display: inline;
	position: absolute;
	top: 0px;
	width: 101px;
	height: 23px;
	background-image:url(images/photobrowser/whitetab.gif);
	text-align: center;
	line-height: 23px;
}

div.yellowTab {
	position: absolute;
	top: 0px;
	width: 101px;
	height: 23px;
	background-image:url(images/photobrowser/yellowtab.gif);
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}

div.imageTitle {
	position: relative;
	left: 13px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
div.largeImage {
	position: relative;
	left: 10px;
	width: 490px;
	height: 369px;
	background-image:url(images/photobrowser/photoframe.png);
	text-align: center;
	padding-top: 2px;
}

div.thumbBrowser {
	position: relative;
	width: 510px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f3dc17;
	border-bottom-color: #f3dc17;
	border-left-color: #f3dc17;
}

div.photoNavigation {
	position: relative;
	width: 512px;
	padding-bottom: 10px;
}

div.previous {
	position: absolute;
	left: 11px;
	top: 0px;
	width: 100px;
	color: #126375;
	height: 20px;
	line-height: 11px;
	cursor: pointer;
}

div.previousText {
	position: absolute;
	top: 0px;
	left: 10px;
}

div.nextText {
	position: absolute;
	top: 0px;
	width: 90px;
	text-align: right;
}
div.next {
	position: absolute;
	left: 400px;
	top: 0px;
	width: 100px;
	text-align: right;
	color: #126375;
	height: 20px;
	line-height: 11px;
	cursor: pointer;
}

div.directNavigation {
	position: relative;
	left: 111px;
	top: 0px;
	width: 275px;
	text-align: center;
	color: #126375;
}

div.thumbNails {
	position: relative;
	top: 10px;
}

div.thumbNailKader {
	position: absolute;
	background-image:url(images/photobrowser/thumbnailframe.png);
	width: 86px;
	height: 66px;
}
div.thumbNail {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 80px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

span.current {
	font-weight: bold;
}
/* NEWS STYLES */
div.newsShort {
	padding-bottom: 10px;
	
}
div.newsFooter {
	font-weight: bold;
	padding-bottom: 10px;
}

div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}
