@charset "UTF-8";
/* CSS Document */

/*///// HACK VOOR 3PX TXT GAP BUG IE6 //////*/

* html #content {
	height : 1%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;
	background: #1897C3 url(/images/bg_main.gif) repeat-y left;
}

html {
	height: 100%;
}

h1 {
	text-align: left;
	margin: 0;
}

h1 img {
	margin: 0 0 10px;
}

:focus {
	outline: none;
}

/*///////////////// MAINMENU ///////////////*/

ul#menu {
	display: block;
	width: 266px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float: left;
}

ul#menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	display: block;
	margin: 4px 0;

}

ul#menu li.current {
	margin: 4px 0 0;

}

ul#menu a {
	color: #B5DEEC;
	text-decoration: none;
	line-height: 25px;
	padding-left: 20px;
}

ul#menu a:hover {
	color: white;
}

ul#menu li.current a {
	display: block;
	font-weight: bold;
	text-align: right;
	background: white;
	color: #1897C3;
	padding-right: 6px;
	height: 1%;
}

ul#menu li.current a:hover {
	border-bottom: none !important;
	color: #1897C3 !important;
}

/*///////////////// SUBMENU ///////////////*/

#submenu {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li {
	float: left;
	position: relative;
	margin-right: 1px;
}

#submenu li a {
	display: block;
	padding: 2px 6px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #1897C3;
	background: #B5DEEC;
	border-bottom: none;
}

#submenu li a:hover {
	background: #DAEEF5;
}

#submenu li.current a, #submenu li.current a:hover{
	background: white;
}

/*///////////////// CONTENT ///////////////*/

#maincontainer {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrapper {
	position: relative;
	width: 85%;
	min-width: 900px;
	max-width: 1150px;
}

#top {
	
	min-width: 1000px;
	height: 225px;
	background: white url(/images/bg_top.gif) repeat-x bottom;
	margin: 0 0 25px;
	padding: 4px 0 0;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
}

#contentcontainer {
	overflow: auto;
	padding: 0 0 62px;
}

#content {
	color: white;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding: 8px 0 0;
	margin: 0 0 0 328px;
}

#content p {
	margin: 0 0 .75em;
}

#print {
	position: absolute;
	z-index: 1000;
	top: 245px;
	right: 10px;
	font-size: 10px;
	text-align: right;
}

#print p {
	margin: 0;
	padding: 0;
}

 #print a {
	background: white url(/images/print.gif) no-repeat center left;
	padding: 1px 3px 2px 18px;
	margin-left: 3px;
	color: #1897C3;
	font-weight: bold;
	text-decoration: none;
	display: block
}

/*//////////////// NIEUWSOVERZICHT ////////////////*/

.article {
	border-bottom: 1px solid white;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.articlethumb {
	float: left;
	margin: 0 20px 8px 0;
}

.clearfloat {
	clear: both;
	height: 1px;
	line-height: 0%;
	font-size: 1px;
} 

/*/////////////////// NIEUWS //////////////////*/

.postdate {
	font-weight: bold;
	color: white;
	margin: 0 0 10px;
}

.beeldnieuws {
	border: 5px solid #C3C0C0;
	float: right;
	margin: -10px 0 12px 20px;
}

.readmore  {
	text-align: right;
	margin: 10px 0 8px !important;
}

.goback  {
	text-align: right;
	margin: 20px 0 8px !important;
}

.readmore a, .goback a {
	font-weight: bold;
}

.goback {
	border-top: 1px solid white;
	padding: 8px 0 0 !important;
}

/*///////////////// FOOTER ///////////////*/

#footer {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 10px;
	text-align: right;
	color: white;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a {
	background: white;
	padding: 1px 3px 2px;
	margin-left: 3px;
	color: #1897C3;
	font-weight: bold;
	text-decoration: none;
}

/*///////////////// STYLING ///////////////*/

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 0 1em;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: lowercase;
	margin: 1.5em 0 .5em;
	padding: 0;
}

#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #4FB0D1;
	border-bottom: 1px solid #90CDE2;
	color: white;
	text-decoration: none;
	padding: 1px 3px;
	font-weight: bold;
}

#content a:hover {
	color: #1897C3;
	background: #B5DEEC;
}

.beeldrechts {
	float: right;
	margin: 0 0 25px 25px;
}