/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}
body                                                          {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}


html {
	overflow-y: scroll;
}

/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 68.5%/1.6em Geneva, sans-serif;
	background: #e8f0f7 url(../atmospherebox/getAtmosphereboxImage.phtml) no-repeat 0px 0px;
	color: #333;
	text-align: justify;
}

/* ******************* LINK ************************ */


a {
	text-decoration:none;
	color: #7BA9CD;
	}
a:hover {
	text-decoration:none;
	color: #000033;
	}



a[href$="pdf"]:after,
a[href$="doc"]:after,
a[href$="xsl"]:after,
a[href$="ppt"]:after{
margin:0 0 0 3px;
font:normal 10px Arial, Helvetica, sans-serif;
content: " (PDF)";
}
a[href$=".doc"]:after {content: " (DOC)";}
a[href$=".xsl"]:after {content: " (XSL)";}
a[href$=".ppt"]:after {content: " (PPT)";}


/* ***************** HEADINGS  Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
font-weight:normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #000033;
}

h1 {
	padding:0px;
	color: #000033;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	padding:0px;
	color: #000033;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px;
}

h3 {
	padding:0px 0;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	padding:0px 0;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
}
h5 {
	padding:0px 0;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	padding:0px 0;
	color: #005282;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

.line{
	background: url(../images/dottedline_lightblue.gif) repeat-x;
	margin: 0px 0px 10px;
	height: 3px;
	}

.note{
	color: #666666;
	font-size: 1em;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0;
}

ul, ol {
	padding:0;
}

.subright ul li{
	margin-left:20px;}

img {
	border:0;

}




/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{
	float:left;
	margin:0px 10px 4px 0px;
}
.img-right 		{ float:right;margin:0px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}
.spacer {
	width: 1px;
	float: left;
	display: block;
	margin: 0px 12px 0px 13px;
	padding: 0px;
}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }

.space4{
	margin-bottom: 5px;
}

.space5 {
	padding: 0px 0px 10px 10px
}


.bottomspace{ padding-bottom:10px;}

.boxspace{
	padding:10px 15px 10px 15px;
	}

.transparent_class {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 950px;
	padding: 0;
	margin: 0px auto;
	font-size:1.1em;
	}

#leftframe{
	float: left;
	width: 200px;
}

#rightframe{
	float: left;
	width: 700px;
}

/* ******************* LOGO ************************ */

#logo  {
	width:280px;
	height:110px;
	position:relative;
	top:100px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}


/* ******************* TOP ************************ */

#top{
	/*background: url(../images/bg_header.png) no-repeat;  WEGDOEN BIJ HET ONLINE GAAN - IE6 fix */
	height:380px;
	margin-top: 100px;
	
}

#top2{
	/*background: url(../images/bg_header_press.png) no-repeat;  WEGDOEN BIJ HET ONLINE GAAN - IE6 fix */
	height:380px;
	margin-top: 100px;
}

#top3{
	/*background: url(../images/bg_header_leden.png) no-repeat;  WEGDOEN BIJ HET ONLINE GAAN - IE6 fix */
	height:380px;
	margin-top: 100px;
}

#toptext{
	width:390px;
	float:left;
	padding-top: 60px;
	padding-left: 30px;
	color: #FFF;
	margin-right: 40px;
	line-height:1.4em;
	font-size:1.1em;
	text-align: justify;
	}


#toptext a{
	color:#003;
	}
	
#toptext a:hover{
	color:#fff;
	}

#partners{
	float:left;
	width:195px;
	margin-top: 70px;
	}



/* ******************* CONTENT *********************** */

#content   { margin: 0px; padding: 0px}

#main   {
	background: #FFF;
	margin: 0px;
	padding: 0px;	
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

/* *** HOOFDNAV *** */

#nav   {
	float: left;
	margin: 45px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 285px;
}

#nav a {
	color: #000033;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#navitem {
	margin-bottom: 20px;
}

#navitem ul {
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px;
}
#navitem li {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
	font: italic bold 2em/1.4em Arial, Helvetica, sans-serif;
}
#navitem .actif{
	color: #00AEEF;
	text-decoration: none;
}
#navitem .actif a {
	color: #FFF;
	text-decoration: none;
}
#navitem .actif a:hover {
	color: #000033;
	text-decoration: none;
}
#navitem .noactif{
	color: #a2bdd5;
	text-decoration: none;
}
#navitem .noactif a {
	color: #a2bdd5;
	text-decoration: none;
}
#navitem .noactif a:hover {
	color: #000033;
	text-decoration: none;
}
/* *** EXTRANAV *** */

#navextra {
	margin-left: 115px;
}

#navextra ul {
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
}
#navextra li {
	list-style: none;
	color: #003;
	margin: 0px;
	text-transform: uppercase;
	font: italic bold 2em/1.4em Arial, Helvetica, sans-serif;
}

#navextra li a{
	color: #FFF;
}
#navextra li a:hover{
	color: #003;
}
#navextra .actif{
	color: #FFF;
	text-decoration: none;
}
#navextra .actif a {
	color: #003;
	text-decoration: none;
}
#navextra .actif a:hover {
	color: #FFF;
	text-decoration: none;
}
#navextra .noactif{
	color: #bbd0e3;
	text-decoration: none;
}
#navextra .noactif a {
	color: #bbd0e3;
	text-decoration: none;
}
#navextra .noactif a:hover {
	color: #FFF;
	text-decoration: none;
}

/* *** SUBNAV *** */


#nav2   {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	width: 260px;
}

#navsub {
}

#navsub ul {
	color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
}
#navsub li {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
	font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

#navsub li a{
	color: #000033;
	
}
#navsub li a:hover{
	color: #FFFFFF;
	
}
#navsub .actif{
	color: #ffffff;
	text-decoration: none;
}
#navsub .actif a {
	color: #ffffff;
	text-decoration: none;
}
#navsub .actif a:hover {
	color: #000033;
	text-decoration: none;
}



/* ************************************************** */
/* ******************* BREADCRUMB ******************* */
/* ************************************************** */
#breadcrumb   {
	color: #333333;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	/*border-bottom: 1px dotted #7ba9cd;*/
	background: url(../images/dottedline_lightblue.gif) repeat-x bottom;
	
}

#breadcrumb a {
	color: #7BA9CD;
	text-decoration: none;
	}
#breadcrumb a:hover {
	color: #333333;
	text-decoration: none;
	 }






/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

.homeleft{
	float:left;
	width:460px;
	margin-right:30px;
	}

.homeright{
	float:left;
	width:460px;
	}



/* ******************* BOX YELLOW ********************* */

.box_yellow{
	width:460px;
	}
.box_yellow .box_top{
	height:33px;
	background: url(../images/triangle/triangle_yellow_top.gif) no-repeat;
	}
.box_yellow .box_main{
	background-color:#f5cb22;
	}
.box_yellow .box_bottom{
	height:33px;
	background: url(../images/triangle/triangle_yellow_bottom.gif) no-repeat;
	}
	

/* ******************* BOX WHITE ********************* */

.box_white{
	width:460px;
	}
.box_white .box_top{
	height:33px;
	background: url(../images/triangle/triangle_white_top.gif) no-repeat;
	}
.box_white .box_main{
	background: #ffffff;
	border-right: 1px solid #bbd0e3;
	border-left: 1px solid #bbd0e3;
	}
.box_white .box_bottom{
	height:33px;
	background: url(../images/triangle/triangle_white_bottom.gif) no-repeat;
	}
	
	
/* ******************* BOX LIGHT BLUE ********************* */

.box_lightblue{
	width:460px;
	}
.box_lightblue .box_top{
	height:33px;
	background: url(../images/triangle/triangle_lightblue_top.gif) no-repeat;
	}
.box_lightblue .box_main{
	background: #e8f0f7;
	}
.box_lightblue .box_bottom{
	height:33px;
	background: url(../images/triangle/triangle_lightblue_bottom.gif) no-repeat;
	}
	

/* ******************* BOX WINNAARS ********************* */

.box_winnaars{
	width:950px;
	}
.box_winnaars .box_top{
	height:60px;
	background: url(../images/triangle/triangle_winnaars_top.gif) no-repeat;
	}
.box_winnaars .box_main{
	background: #bbdbe3;
	}
.box_winnaars .box_bottom{
	height:60px;
	background: url(../images/triangle/triangle_winnaars_bottom.gif) no-repeat;
	}

/* ******************* BOX YELLOW ********************* */

.box_subleft_yellow{
	width:260px;
	}
.box_subleft_yellow .box_top{
	height:20px;
	background: url(../images/triangle/triangle_subleft_yellow_top.gif) no-repeat;
	}
.box_subleft_yellow .box_main{
	background-color:#f5cb22;
	}
.box_subleft_yellow .box_bottom{
	height:20px;
	background: url(../images/triangle/triangle_subleft_yellow_bottom.gif) no-repeat;
	}
	

/* ******************* LISTS ********************* */
.listcont{
	
	}

ul.listcont li{
	list-style:none;
	margin:0px;
	padding:0px;
	}

.listitem{}

.listpic{
	/*width:120px;
	height:80px;*/
	overflow:hidden;
	}

.listtxt{
	/*float:left;
	width:auto;*/
	}

.date{ color:#FFF;
text-transform:uppercase;
font-size:x-small

}

/* *** YELLOW *** */
.yellowlist li{
	list-style: none;	
	}
.yellowlist .line{
	background: url(../images/dottedline_white.gif) repeat-x bottom;
	margin: 5px 0px 10px 0px;
	
	}

/*
.yellowlist li:hover{
	cursor:pointer;
	color:#666;
	}
*/
.yellowlist h2{
	margin-bottom:5px;
	}

.yellowlist p a{
	color: #FFF;
	background: #7BA9CD;
}
.yellowlist p a:hover{
	color: #000033;
	background: #fff;
}

/* *** LIGHTBLUE *** */
.lightbluelist li{
	list-style: none;
	
	}
.lightbluelist .line{
	background: url(../images/dottedline_lightblue.gif) repeat-x bottom;
	margin: 5px 0px 10px 0px;
	
	}
/*
.lightbluelist li:hover{
	cursor:pointer;
	color:#7BA9CD;
	}
*/
.lightbluelist h2{
	margin-bottom:5px;
		
	}
.lightbluelist p{
		
	}
.lightbluelist .meerlink a{
	color: #FFF;
	
	background: #7BA9CD;
}
.lightbluelist .meerlink a:hover{
	color: #000033;
	background: #fff;
}


/* ******************* CONTENTLIST ********************* */

.boxlist{
	list-style: none;
}

.boxcontainer{
	/*width: 180px;
	float: left;*/
	background: #e3e8e7;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #8ab3d8;
}



.boxpic{
	float: left;
	width: 120px;
	height:80px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow:hidden;
}



.boxcontent{
	float: left;
	background: #e3e8e7;
	padding: 5px;
	text-transform: none;
	font-size: 1em;
	margin: 0px;
	color: #326897;
}

.boxtxt{
	line-height: 1.7em;
	margin-bottom: 5px;
}

.boxtitle{
	font-weight: bold;
	color: #326897;
	margin-bottom: 5px;
}


.boxlink{
	text-align: right;
}


/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */

.subleft{
	float:left;
	margin-left:20px;
	margin-right:30px;
	width:260px;
	margin-top: 15px;
	}
.subright{
	float:left;
	margin-right:20px;
	width:620px;
	margin-top: 15px;
	}

/* ******************* CONTENT *********************** */

.content   {
	margin: 0px;
	padding: 0px;
	
}

.content1{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 360px;
	}
.content2{
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
	}
.content3{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
	}
.content4{
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;
	}
.content5{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 50px;
	}	

.content6{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 380px;
	}	
	
.content7{
	margin: 0;
	padding: 0;
	float: left;
	width: 160px;
	}	
.content8{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	}
.content9{
	margin: 0;
	padding: 0;
	float: left;
	width: 190px;
	}		
.contenthalf{
	float: left;
	width: 295px;
}


  
	
/* ******************* DLOADBOX ************************ */
.dloadbox{
	background: #fbf4d8;
}

.dloadbox a {
	color: #7BA9CD;
	text-decoration: none;
}

.dloadbox a:hover {
	color: #F1CB2D;
	text-decoration: none;
}

.dloadbox ul{
	/*margin-left:20px;*/
	}
.dloadbox li{
	list-style: url(../images/li_dload.gif) outside;
}

/* ******************* CATEGORIEBOX ************************ */

.categoriebox{
	float: left;
	width: 285px;
	height: 155px;
	background: #e8eff7;
	color: #326897;
	padding: 0px;
	margin-bottom: 15px;
}
/*
.categoriebox:hover{
	background: #fbf4d8;
	cursor:pointer;
	}
*/
.categoriebox a{
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}

.categoriebox a:hover{
	color: #F1CB2D;
	text-decoration: none;
	font-weight: bold;
}

.categoriepic{
	/*width: 50px;*/
	margin-right: 10px;
	float: left;
}

.categorietxt{
	/*float: left;
	width: 210px;*/
	margin: 0px;
	padding: 0px;
}

.categorietxt .cattitle1{
	margin: 5px 0px 5px 0px;;
	padding: 0px;
	font-size: 1.1em;
	display:block;
	}
.categorietxt .cattitle2{
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 1em;
	color: #4a7ca3;
	font-weight: normal;
	display:block;
	}	
.categorietxt2{
	/*float: left;
	width: 150px;*/
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


.categoriecode{
	width: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #65321E;
	text-align: right;
}


/* ******************* FAQ ************************ */

.faqcontainer{
	width: 630px;
}



.faqcategorie{
	margin-bottom: 10px;
	border-bottom: 1px dotted #7BA9CD;
	font-weight: bold;
}


.faqcategorie a{
	color: #000033;
	text-decoration: none;
}

.faqcategorie a:hover{
	color: #7BA9CD;
	text-decoration: none;
}


.faqbox{
	background: #bbd0e3;
	padding: 10px;
	margin-bottom: 10px;
	width: 580px;
}

.faqbox2{
	background: #fbf4d8;
	padding: 10px;
	margin-bottom: 10px;
	width: 580px;
}

.faqbox3{
	background: #e8f0f7;
	padding: 10px;
	margin-bottom: 10px;
	width: 580px;
}
.faqvraag{
	width: 460px;
	float: left;
	margin-right: 10px;
}

.faqpic{
	width: 30px;
	margin-right: 10px;
	float: left;
}
.faqlook{
	width: 70px;
	float: left;
}
	
	
/* ******************* CONTENTLIST ********************* */


.boxcontainer{
	width: 180px;
	float: left;
	background: #e3e8e7;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 1px solid #8ab3d8;
}



.boxpic{
	width: 180px;
	margin: 0px;
	padding: 0px;
}



.boxcontent{
	background: #e3e8e7;
	padding: 5px;
	text-transform: none;
	font-size: 1em;
	margin: 0px;
	color: #326897;
}

.boxtxt{
	line-height: 1.7em;
	margin-bottom: 5px;
}

.boxtitle{
	font-weight: bold;
	color: #326897;
	margin-bottom: 5px;
}


.boxlink{
	text-align: right;
}



/* ******************* Pers ************************ */

.boxpers{
	background: #FBEEBA;
	padding: 10px;
}

/* ******************* COLORBOX ************************ */
.registrate{
	background: #86B1D7;
	margin: 0px 0px 10px;
	padding: 10px;
}
.nominated{
	background: #86B1D7;
	margin: 0px 0px 10px;
	padding: 10px;
}
.tickets{
	background: #86B1D7;
	margin: 0px 0px 10px;
	padding: 10px;
}
.sponsor{
	padding: 5px 10px 10px;
	text-align: center;
}

/* ******************* NEWSBOX ************************ */

.newscontainer{
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #EDE0CB;*/
}

.newscontainer a{
	color: #003;
	text-decoration: none;
}

.newscontainer a:hover{
	color: #6699cc;
	text-decoration: none;
}

.newsli{
	float: left;
	width: 20px;
	margin-left: 5px;
}

.newspic{
	float: left;
	width: 100px;
	margin-right: 10px;
}
.newstxt{
	float: left;
	width: 530px;
}

.newstxt2{
	float: left;
	width: 410px;
}


/* ******************* TEASERBOX ************************ */
	
	.teaser {
	width:240px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("../images/teaserbox.gif") bottom left no-repeat;
	color: #326897;
	}
	.teaser    h6 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url(../images/teaserbox.gif) no-repeat left top;
	color: #326897;
	text-transform: uppercase;
	}
	.teaserleden    h6 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url(../images/teaserboxleden.gif) no-repeat left top;
	color: #326897;
	text-transform: uppercase;
	}
	
	.teaserleden {
	width:240px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("../images/teaserboxleden.gif") bottom left no-repeat;
	color: #326897;
	}
	.teaser p, .teaser a.more {
	margin:0;
	padding:0 10px 3px;
	background:#a2d1ec;
	}
	.teaser a.more {
	text-align:left;
	background:url("../images/tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#457BA5;
	font-weight: bold;
	vertical-align: text-top;
	}
	.teaser a.more:hover {
	text-decoration:none;
	color: #65321E;
	}

/* ******************* BOTTOM EXTRA ************ */

#extra{
	width: 680px;
	margin-left: 240px;
	font-size: 9px;
	color: #B2988E;
	text-transform: uppercase;
}

#extra a{
	color: #b2988e;
	text-decoration: none;
}

#extra a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.extraleft{
	float: left;
	width: 280px;
	margin-left: 20px;
}

.extraright{
	float: right;
	width: 360px;
	text-align: right;
	margin-right: 20px;
}


/* ******************* Forum ************ */

#forum  {
	background: #FFC;
}
.forumtop  {
	color: #003;
	font-size: 12px;
	background: #FC3;
	font-weight: bold;
}
.forumblack {
	color: #ccc;
	height: 40px;
	background: #DCD3B5;
}
.forumcontainer  {
	color: #003;
	margin-bottom: 2px;
	background: #FFC;
}
.forumcontainer2 {
	color: #003;
	margin-bottom: 2px;
	background: #f9f8f3;
}
.forumcontent  {
	margin-right: 20px;
	width: 360px;
	float: left
}
.forumcontent2  {
	width: 430px;
	float: left
}
.forumtitle {
	color: #003;
}
.forumtext {
	color: #003
}
.forumtext a {
	color: #3276BA;
	text-decoration: none
}
.forumtext a:hover {
	color: #FC0;
	text-decoration: none
}
.forumpic  { margin-right: 20px; width: 60px; float: left }
.forumname   {
	margin-right: 20px;
	width: 150px;
	float: left;
}
.forumdate  {
	width: 50px;
	float: left;
}


/* ******************* Leden ************************ */

.boxleden{
	background: #FFC;	
}


/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25ex;
}

.verplicht{
	color: #FF0000;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

.triangle_footer_top{
	background: url(../images/triangle/triangle_footer.gif) no-repeat;
	height: 45px;
	}

#footer{
	margin: 0 auto;
	padding: 5px 15px 15px;
	width: 920px;
	background: #0c022d;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.9em;
}


#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
	color: #F5CA22;
}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */

.toppage{
	text-align:right;
	}
.toppage a{
	background-color:#7BA9CD;
	color: #ffffff;
	text-decoration: none;
	padding:0px 2px;
	}
.toppage a:hover{
	background-color:#000033;
	color: #ffffff;
	text-decoration: none;
	padding:0px 2px;
	}



/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}



/* ******************* SCRIPTING ****************** */

.formfielderror {
	background: #C00
}
.formfieldrequired {
	background: #FFC
}
.txtalert {
	color: #C00;
	font-weight: bold;

}


.printpage{
	margin-bottom:20px;
	}

.contentderde ul li{
	padding: 3px;
	}
.contentderde ul{
	list-style: none;
	margin-left: 0;
	}