body {	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #19171C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to 		account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set 		to the left aligned default in the #container selector */
	color: #FFFFFF;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #19171C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	text-align: left;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.kop { font-size: 30px;
	font-weight: bold;
	color: #FFFF66; /* voor de verschillende hoofdstukken, o.a. op Links pagina */
	}

.newskop { font-size: 11px;
		color: #3366cc;
		text-decoration: underline;
	}	

.kop1 {	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #FFFF66; /* paginahoofden */
	margin-top: 10px;
	margin-bottom: 20px;
	}

.kop2 {	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #FFFF66; /* subkopjes */
	}

.menuleft { font-size: 11px;
	margin-bottom: 8px;
	text-align: left;
	color: #3366cc; }

.maand { background-color: #DDDDDD;
	font-size: 20px;
	text-align: center;
	height: 45px;
	color: #333333;
	}

.dagkop { background-color: #444444;
	text-align: center;
	font-size: 11px;
	height: 30px;
	}

.leeg { background-color: #666666;
	text-align: center;
	}

.closed { background-color: #666666;
	text-align: left;
	}

.dc { 	background-color: #000099;
	background-image: url(images/dc.png);
	text-align: left;
	}

.perv { background-color: #333333;
	background-image: url(images/mrb.png);
	text-align: left;
	}

.naked { background-color: #990066;
	text-align: left;
	}

.sm { background-color: #333333;
	background-image: url(images/mrb.png);
	text-align: left;
	}

.piss { background-color: #CCCC00;
	background-image: url(images/mrb.png);
	text-align: left;
	color: #FFFFFF;
	}

.vr { background-color: #666699;
	text-align: left;
	}

.za2 { background-color: #006600;
	text-align: left;
	}

.za4 { background-color: #000066;
	text-align: left;
	}

.sos { background-color: #666699;
	text-align: left;
	}

.bear { background-color: #442200;
	text-align: left;
	}

.kink { background-color: #333333;
	background-image: url(images/mrb.png);
	text-align: left;
	}

.fist { background-color: #CC0000;
	background-image: url(images/mrb.png);
	text-align: left;
	}

.hoer { background-color: #dd00aa;
	text-align: left;
	}

.poz { background-color: #1175b0;
	text-align: left;
	}

a:link 	{ color: #FFFF33; 
                text-decoration: none; 
		}
a:visited { text-decoration: none;
		color: #FFFF33;
		}
a:active { color: #FFFFFF; text-decoration: none;
                }		}
a:hover { color: #2458A3; text-decoration: underline; 
		}

.blok { height: 85px;
	vertical-align: top;
	font-size: 11px;
	padding-left: 3px;
	} /* td in calendar tabel */

td.blok a:link { text-decoration: underline; color: #FFFF00; }
td.blok a:visited { text-decoration: underline; color: #FFFF00; }
td.blok a:hover { color: #FFFFFF;}
td.blok:first-line { font: 100% Arial; font-size: 16px; font-weight: bold;  }

img {	border: 0px; }

.kalender { border-collapse: collapse; border: solid 2px #DDDDDD; }

td.blok   { border-collapse: collapse; border: solid 1px #DDDDDD; }
td.dagkop { border-collapse: collapse; border: solid 1px #DDDDDD; }

