@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
}

html {
	height:100%;
	width:100%;
}

a
{
text-decoration: none;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}

.contenttable
{
	/*border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
}

.title_white {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.title_blue {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #003145;
	font-weight: bold;
	text-align: left;
}

.title_large {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.kalender_event {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tekst{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

.tekstcenter{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.startnummer{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.rowodd{
	background-color:#FFFFFF;
}

.roweven{
	background-color:#BEB9A6;
}