
/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; }

body { 
	/* This reduces default size from 16px to 12px = 75% ~ 76% bug fix */
	font-size:76%;
	font-family:Trebuchet MS;
	color:#555555;
	background:#555;	
	line-height:1.4em;
	letter-spacing:0;
	padding:0px;
	margin:0px;
}


input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p, pre { font-size:1em }

form { border:0px; margin:0px; }
ul,ol,dl { margin-top:1em; margin-bottom:1em; }
li { padding-left:0em; }
p { margin: 0em 0em 1.8em 0em; }
h1,h2,h3,h4,h5,h6 { margin:0em 0em 0.8em 0em;  }
img { border:0px; }
strong { color:#990000; }


/* Link layout settings */

a {
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
a:link { }
a:visited { }
a:active { }


/* Headings */

h1 {
	color:#990000;
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	color:#990000;
	font-size: 1.4em;
	font-weight: normal;
}
a:hover h2 { text-decoration:none; }
h2 a:hover { text-decoration:none; }

h3 {
	color:#990000;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	color:#555555;
	font-size: 1.0em;
	font-weight: normal;
}

h5 {
	color:#555555;
	font-size: 0.8em;
	font-weight: normal;
}

h6 {
	color:#555555;
	font-size: 0.6em;
	font-weight: normal;
}


/* Main layout style settings */

div#wrapper {
	padding: 25px 0px 0px 0px;
	text-align:center;
	background:white;
}
div#container_box {
	width:840px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#logo {
	width:190px;
	height:134px;
	background:url('images/logo.gif') no-repeat;
	text-indent:-10000px;
	float:left;
	margin-right:10px;
	margin-bottom:35px;
}
div#menubox {
	width:640px;
	height:134px;
	float:left;
	clear:right;
	margin-bottom:35px;
}
div#taalkeuze {
	position:relative;
	top: 40px;
	margin-left:380px;	
}
div#taalkeuze a {
	color:#555555;
}
div#taalkeuze a:hover {
	color:#990000;
	text-decoration:none;
}
div#menu {
	position:relative;
	top:90px;
}
.navhover {
	background:#990000;
	color:#fff;
}
.navhover a {
	color:#fff;
}
.navhover a:hover {
	color:#fff;
}
div#menu ul#m1 {
	font-size:12px;
	list-style:none;
	padding:0px;
	margin: 0px 0px 0px 0px;

}
div#menu ul#m1 a { color:#555; }
div#menu ul#m1 a:hover { color:#fff; text-decoration:none; }
div#menu ul#m1 li {
	padding-top:3px;
		padding-bottom:4px;
		float:left;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}


div#leftspot {
	width:190px;
		height:171px;
		float:left;
	background:#990000;
	color:white;
	padding-right:0px;
	text-align:right;
	margin-right:11px;
	margin-bottom:10px;
}
div#leftspot a {
	color:white;
}
div#leftspot a:hover {
	color:white;
	text-decoration:underline;
}
div#leftspot strong {
	color:white;
}
div#teaser {
	position:relative;
	width:639px;
	height:181px;
	float:left;
	clear:right;
	background:url('images/teaser/1.jpg');
	margin-top:-10px;
	margin-bottom:10px;
	z-index:10000;
}
div#leftcontent {
	width:175px;
	float:left;
	text-align:right;
	padding-right:15px;
}
div#leftcontent a {
	color:#555555;
}
div#leftcontent a:hover {
	color:#990000;
	text-decoration:none;
}
div#rightcontent {
	float:left;
	clear:right;
	width:615px;
	border-left:1px solid #ccc;
	margin: 0px 0px 25px 5px;
	padding: 0px 0px 0px 20px;
}
div#content {
	padding: 25px 0px 35px 0px;
}
div#mapbox {
	width:300px;
	height:300px;
	overflow:hidden;
}

.sortable_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.sortableitem {
	border: 0px;
	margin: 0px;
	padding-top:2px;
}

/* ImageBox */

#ImageBoxOuterContainer {
	z-index:2000;
}
#ImageBoxOverlay {
	z-index:2000;
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(images/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(images/prev_image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Classes */

div.center { text-align:center; }
div.left { text-align:left; }
div.right { text-align:right; }
div.clear { clear:both; }
div.scroll { overflow:auto; }
div.notebox {
	font-size:0.83em;
	padding:2px;
	clear:left;
}
div.floatercell {
	float:left;
	width:105px;
	height:105px;
	margin:3px;
	background:#f6f6f6;
	border:1px solid #ddd;
}
.footer {
	height:180px;
	width:100%;
	color:white;
	text-align:center;
	padding: 45px 0px 0px 0px;
	color:#222;
	bottom:0px;
	background:#555 url('images/background_o.gif') repeat-x top;
}
.divider {
	width:180px;
	height:5px;
	margin: 1px 0px 1px 0px;
	background:url('images/divider.gif');
}
.footer a {
	color:#222;
}
.footer a:hover {
	color:#888;	
}


/* Form layout settings */

.field {
}

.fieldButton { font-size: 1em; }