/* generic elements */
html, body {			
	margin: 0;
	padding: 0;
}
html {
	background: #0081dd url(../images/background.gif) left top;
}

body {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

img {
    border: none;
}

a {
	color: #ef018e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}
.block {
    display: block;
}

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	color: #ef018e;
}

ul, ol {
	/*
	margin: 0;
	padding: 0px;
	*/
}
li {
	/*list-style: none;*/
}

/* notifications */
.error{padding:3px;border:2px solid #FBC2C4;background:#FBE3E4;color:#D12F19}
.notice{padding:3px;border:2px solid #FFD324;background:#FFF6BF;color:#817134}
.success{padding:3px;border:2px solid #C6D880;background:#E6EFC2;color:#529214}

/* forms */
input,select,textarea {
	font-size: 11px;
}
form{padding:0;margin:0;clear:both;}
legend{padding:0 5px 0 5px;margin:0 0 10px 0;color:#000000;font:normal normal bold 1.2em/1em "Trebuchet MS",Arial,Helvetica,sans-serif}
fieldset{border:1px solid #EAEAEA;margin:0 0 5px 0;padding:10px}
select,.dropdown{margin:0;border:1px solid #BBBBBB;padding:1px 1px 1px 0px;background:#FFFFFF}
.textfield{margin:0;border:1px solid #BBBBBB;padding:1px;background:#FFFFFF;height:16px}
textarea,.textarea{margin:0;border:1px solid #BBBBBB;padding:1px;background:#FFFFFF}
input.error,select.error,textarea.error {border:1px solid #FBC2C4;background:#FBE3E4;color:#D12F19}
select.error {padding:2px;}


/* loading */
div.loading {
	position: absolute;
	background: #fff url(../images/loader.gif) center 50px no-repeat;
	top: 0px;
	left: 0px;
	z-index: 8000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

div#container {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

div#content {
	background: #fff url(../images/container_bg.gif) repeat-y;
}

div#header {
	position: relative;
}

div#header img#logo{
	padding: 22px 0 31px 15px;
}

div#header #topBanner {
	width: 486px;
	position: absolute;
	float: left;
	top: 20px;
	right: 0px;
}

div#navigation {
	background: #fff url(../images/navigation_bg.gif) no-repeat;
	padding: 22px 0 0 20px;
	height: 36px;
	position: relative;
	border-bottom: 1px dotted #aeaeae;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

div#navigation ul li {
	display: inline;
	color: #5db6f3;
	position: relative;
}

div#navigation ul li.divider {
	padding: 0 8px 0 8px;
}

div#navigation ul li a{
	color: #5db6f3;
}

div#navigation div.submenu {
	display: none;
	position: absolute;
	top: 22px;
	left: -10px;
	width: 91%;
	_width: 118px;
	border-left: 2px solid #5db6f3;
	border-right: 2px solid #5db6f3;
	border-bottom: 3px solid #5db6f3;
	padding: 10px 5px 10px 5px;
	font-size: 13px;
	background: #fff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

div#login {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 357px;
	font-size: 11px;
	color: #000;
}

div#login table td {
	vertical-align: bottom;
}

div#login div#loginStatus {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 100;
	width: 300px;
}

div#login div#registerContainer {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 100;
	width: 335px;
	padding: 30px 10px 10px 10px;
	background: #fff;
	border-left: 1px dotted #aeaeae;
	border-right: 1px dotted #aeaeae;
	border-bottom: 1px dotted #aeaeae;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

div#content div#leftColumn {
	float: left;
	width: 579px;
	margin: 0 0 0 0px;
	padding: 25px 0 25px 20px;
	/*border-top: 1px dotted #aeaeae;*/
}

div#content div#leftColumn td {
	padding: 4px 0 4px 0;
}

div.teaser {
	width: 508px;
	height: 256px;
	padding: 24px 0 20px 70px;
	background-repeat: no-repeat;
}

div.teaser div {
	width: 400px;
	padding: 45px 50px 0 52px;
}

div.teaser div h1 {
	margin: 5px 0 10px 0;
	font-weight: normal;
}

div.teaser div span a {
	display: inline;
}
div.teaser div a {
	padding-top: 15px;
	display: block;
}

/* artikelen */
div.article {
	width: 560px;
	padding-top: 10px;
	border-top: 1px dotted #aeaeae;
}

div.articleOver {
	background: #f6f6f6;
}

div.article div.img {
	float: left;
	width: 81px;
}

div.article div.text {
	float: right;
	width: 479px;
}

div.article div.text span {
	color: #8a8a92;
}

div.article div.text h2 {
	margin: 2px  02px 0;
	padding: 0;
	font-size: 19px;
}

div.article div a {
	padding: 15px 0 15px 0;
	display: block;
}

div.article div span a {
	display: inline;
}


div#content div#rightColumn {
	float: right;
	width: 360px;
	padding: 25px 0 25px 0;
	border-top: 1px solid #fff;
}

div#content div#rightColumn ol, div#content div#rightColumn ul {
	margin: 0;
	padding: 0;
}
div#content div#rightColumn li {
	list-style: none;
}

div#rightColumn div.top {
	width: 320px;
	height: 9px;
	border: 0px;
	background: #fff url(../images/right_box_top.gif) no-repeat;
	font-size: 1px; /* IE6 bug, hoogte kan door height niet kleiner dan 11px gezet worden omdat IE6 automatisch legel text in een lege div zet. De hoogte wordt dus naar 11px gedrukt */
}

div#rightColumn div.bottom {
	width: 320px;
	height: 9px;
	border: 0px;
	margin-bottom: 17px;
	background: url(../images/right_box_bottom.gif) no-repeat;
}

div#rightColumn div {
	margin: 0px auto;
	width: 318px;
	background: #fff;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

div#rightColumn div div {
	padding: 10px 0 0 10px;
	margin: 0px;
	border: 0px;
	width: 298px;
}

div#rightColumn div h4 {
	color: #54afef;
	font-size: 16px;
	font-weight: normal;
	padding: 19px 0 10px 0;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #aeaeae;
}


div#rightColumn div.ad {
	width: 90%;
	text-align: center;
	background: transparent;
	border: 0px;
}

div#rightColumn div.ad div.textAdBlock {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px dotted #AEAEAE;
}

div#rightColumn div#poll ol {
	list-style: none;
	padding: 15px 0 15px 0;
}



div#article {
	width: 95%;
}

div#article img.img {
	padding-right: 11px;
	float: left;
}


div#comments h1 {
	margin: 20px 0 10px 0;
}

div#comments table {
	margin: 15px 0 0 0;
}

div#comments div.comment {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #8a8a92;
}

div#comments div.comment span {
	color: #8a8a92;
	display: block;
	padding: 0 0 7px 0;
}


div#advancedSearch {
	display: none;
}



div#links {}

div#links ul {
	margin: 0;
	padding: 40px 15px 5px 15px;
}

div#links ul li {
	display: inline;
}

div#links ul li a {
	color: #000;
}

div#links ul li a:hover {
	text-decoration: underline;
}


/* footer */
div#footer {
	color: #fff;
	text-align: center;
}

div#footer ul {
	margin: 15px 0;
	padding: 0;
	float: left;
}

div#footer ul li {
	display: inline;
	text-transform: uppercase;
}

div#footer ul li a {
	color: #fff;
}

div#footer ul#powered {
	width: 579px;
}

div#footer ul#copyright {
	padding-left: 40px;
	width: 320px;
}


/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1,{
	visibility: hidden;
	font-size: 20px;
}

.sIFR-hasFlash h2,.sIFR-hasFlash h3,.sIFR-hasFlash h4 {
	visibility: hidden;
}

.sIFR-hasFlash div#navigation li {
	/*visibility: hidden;*/
	font-size: 20px;
}


