/* CSS Document */
body{background:#E5E5E5; margin:0; padding:0; font-family:verdana,arial,sans-serif,helvetica; font-size:11px; color:#000; text-align:center;}
img{border:0;}
form{margin:0; padding:0;}


#dmenu LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: -20px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	POSITION: relative;
	visibility: visible;
}
#dmenu LI.eerste {
	PADDING-RIGHT: 0px; DISPLAY: block
}

#dmenu LI.none {
	PADDING-RIGHT: 0px; DISPLAY: block
}


#dmenu LI LI {
	BORDER-RIGHT: #000 0px solid; PADDING-RIGHT: 0px; BORDER-TOP: #000 0px solid; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #000 0px solid; WIDTH: 120px; PADDING-TOP: 0px; BORDER-BOTTOM: #FFF 1px solid
}
#dmenu LI UL {
	PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px; Z-INDEX: 4; LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 120px; PADDING-TOP: 0px; POSITION: absolute; TOP: 15px; BACKGROUND-COLOR: #0082C7; TEXT-ALIGN: left
}
#dmenu .smallerText {
	PADDING-LEFT: 3px; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: #fff; TEXT-TRANSFORM: none; WIDTH: 117px
}
#dmenu .navListTwo {
	MARGIN-TOP: -2px;
	MARGIN-LEFT: 1px;
	POSITION: absolute;
}
#dmenu UL LI A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; COLOR: #fff; PADDING-TOP: 0px; BACKGROUND-COLOR: #0082C7
}
#dmenu LI:hover UL {
	DISPLAY: block
}
#dmenu LI.over UL {
	DISPLAY: block
}
CODE.css {
	COLOR: #f3c
}
CODE.css SPAN.selector {
	COLOR: #f3c
}
CODE.css SPAN.property {
	MARGIN-LEFT: 1em; COLOR: #039
}
CODE.css SPAN.value {
	COLOR: #03c
}
CODE.css SPAN.comment {
	COLOR: #999
}
CODE.css SPAN.import {
	FONT-WEIGHT: bold; COLOR: #090
}
CODE.css SPAN.important {
	FONT-WEIGHT: bold; COLOR: #c00
}
CODE.css SPAN.brackets {
	COLOR: #f3c
}



/* Headings */
h1 {font-size:200%;}
h2 {font-size:175%;}
h3 {font-size:150%;}
h4 {font-size:125%;}
h5 {font-size:100%;}
h6 {font-size:80%;}

/* Links */
a{text-decoration:none; font-weight:bold;}
a:link, a:active, a:visited{color:#039;}
a:hover{color:#FFFF00; text-decoration:none;}

/* Tables */
table {font:inherit; font-size:100%; color:inherit; border-collapse:collapse;}

/* Div's */
#wrap{width:812px; margin:0 auto; padding:0; text-align:left; background-color:#FFFFFF;}
#header{background-color:#0082C7;color:#FFF; height:125px; padding:0px; padding-top:8px;}
#topnav{background-color:#0082C7; text-align:center; height: 17px;}
#footer{
	background-color:#FFFF00;
	text-align:center;
	position:relative;
	bottom:0;
	margin:0;
	padding:0;
	left: 0;
}
#footer a {text-decoration:underline;}
#copyRight {color:#000000; font-size:90%; font-family:Arial;}
#main{background:inherit; position:relative; min-height:500px; _height:500px;}
#nav{
	position: absolute;
	margin-left:1%;
	margin-right:1%;
	background:inherit;
	left: -38px;
	top: 1px;
}
#content{position: relative;margin-right:1%;background:inherit;}
#contentWrap{position:static;} 
#header #advert{margin-top:5px; text-align:center; z-index:1000000 !important; visibility:visible !important; display:block !important;}

/* Sets header, topnav, and footer text and links color */
#header, #header a, #topnav a{color:#FFFFFF;font-weight:normal;}
#topnav a:hover{color:#FFFF00;}

/* Addictional header styles */
#header_bandJoin {text-align:left; font-size:90%; font-weight:bold;}
#header_search input, #header_search label {height:18px; padding:0; margin:0; margin-right:2px; vertical-align:middle;}
#searchSubmit {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:85%; background-color:#E0FFFF;}

/* Classes */
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.advert{display:block;}
.relative{position:relative;}

.section {
	border:2px #000000 solid;
	width:100%;
	margin-bottom:5px;
}
.heading {background-color:#6698CB; color:#FFFFFF; margin:0;}

.cols {width:100%;}
.cols th, .cols td {text-align:center;vertical-align:middle;}
.cols th {width:100px;}

.onlineNow {width:80px; height:20px;}

/* Font */
.alignL {text-align:left}
.alignR {text-align:right}
.alignC {text-align:center}
.alignJ {text-align:justify}
.valignT {vertical-align:top}
.valignM {vertical-align:middle}
.valignB {vertical-align:bottom}
.weightN {font-weight:normal}
.weightB {font-weight:bold}
.smaller {font-size:90%;}
.bigger {font-size:110%;}

/* Background */
.bgWhite{background:#FFF;}
.bgBlue{background:#039;}
.bgLtBlue{background:#D5E8FB;}
.bgDkBlue{background:#040C5C;}
.bgNavBlue{background:#6698CB;}
.bgGrey{background:#E5E5E5;}
.bgDkGrey{background:#666;}
.bgRed{background:#C00;}
.bgPeach{background:#FC9;}
.bgPurple{background:#96C;}
.bgGreen{background:#090;}
.bgOrange{background:#F60;} /* Alternative #FF9800 */
.bgBlack{background:#000;}

/* Font Color */
.txtWhite{color:#FFF;}
.txtBlue{color:#039;}
.txtLtBlue{color:#D5E8FB}
.txtDkBlue{color:#040C5C;}
.txtNavBlue{color:#6698CB;}
.txtGrey{color:#E5E5E5;}
.txtDkGrey{color:#666;}
.txtRed{color:#C00;}
.txtPeach{color:#FC9;}
.txtPurple{color:#96C;}
.txtGreen{color:#090;}
.txtOrange{color:#F60;} /* Alternative #FF9800 */
.txtBlack{color:#000;}

/* Links */


/* Border */
.borWhite{border:1px solid #FFF;}
.borBlue{border:1px solid #039;}
.borLtBlue{border:1px solid #D5E8FB}
.borDkBlue{border:1px solid #040C5C;}
.borNavBlue{border:1px solid #6698CB;}
.borGrey{border:1px solid #E5E5E5;}
.borDkGrey{border:1px solid #666;}
.borRed{border:1px solid #C00;}
.borPeach{border:1px solid #FC9;}
.borPurple{border:1px solid #96C;}
.borGreen{border:1px solid #090;}
.borOrange{border:1px solid #F60;} /* Alternative #FF9800 */
.borBlack{border:1px solid #000;}

/* Dimensions */
/* Widths */
.w25{width:25px;}
.w50{width:50px;}
.w75{width:75px;}
.w100{width:100px;}
.w125{width:125px;}
.w150{width:150px;}
.w175{width:175px;}
.w200{width:200px;}
.w225{width:225px;}
.w250{width:250px;}
.w275{width:275px;}
.w300{width:300px;}
.w325{width:325px;}
.w350{width:350px;}
.w375{width:375px;}
.w400{width:400px;}
.w49{width:49%;}
.w40{width:40%;}

/* Heights */
.h15{height:15px;}
.h20{height:20px;}
.h25{height:25px;}
.h50{height:50px;}
.h75{height:75px;}
.h100{height:100px;}
.h125{height:125px;}
.h150{height:150px;}
.h175{height:175px;}
.h200{height:200px;}
.h225{height:225px;}
.h250{height:250px;}
.h275{height:275px;}
.h300{height:300px;}
.h325{height:325px;}
.h350{height:350px;}
.h375{height:375px;}
.h400{height:400px;}

/* Padding */
.noPad{padding:0;}
.pad2{padding:2px;}
.pad3{padding:3px;}
.pad5{padding:5px;}
.padTB5{padding:5px 0;}
.padTB10{padding:10px 0;}
.padTB15{padding:15px 0;}
.padRL5{padding:0 5px;}
.padRL10{padding:0 10px;}
.padRL15{padding:0 15px;}

/* Margin */
.noMar{margin:0;}
.mar2{margin:2px;}
.mar3{margin:3px;}
.mar5{margin:5px;}
.mar10{margin:10px;}
.marTB5{margin:5px 0;}
.marTB10{margin:10px 0;}
.marTB15{margin:15px 0;}
.marRL5{margin:0 5px;}
.marRL10{margin:0 10px;}
.marRL15{margin:0 15px;}

