body {
	margin: 0;
	background: #0693FE ;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
}

#wrapper-div {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 2px 0 2px;
	background: #ffffff;
	border-left: solid 3px #BCBCBC;
	border-right: solid 3px #BCBCBC;
	min-height: 100%;
}

#logo-div {
	text-align: left;
	padding: 5px 0 25px 20px;
}

#menu-div {
	float: left;
	width: 150px;
}

#menu-div ul {
	display: block;
	margin: 0;
	padding: 0;
}

#menu-div ul li {
	display: block;
	width: 200px;
	height: 20px;
	margin: 0px 0 15px 20px;
	list-style-type: none;
}

#menu-div ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#menu-div ul li a:hover {
  color: #0693FE;
  text-decoration: underline;
}

/*#menu-div ul li a span {
	display: none;
}*/

#content-div {
	float: left;
	width: 850px;
}

#footer-div {
	clear: both;
	width: 100%;
	height: 15px;
	font-size: 70%;
	text-align: center;
}

img {
	border: none;
}

#content-div h1, #content-div h1 a, #content-div h1 a:hover {
	text-decoration: none;
	border-bottom: 4px solid #D7EEFF;
	color: #0693FE; 
	font-size: 18px;
	font-weight: bold;
}

#content-div h2, #content-div h2 a, #content-div h2 a:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content-div h3, #content-div h3 a, #content-div h3 a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content-div p {
	text-align: justify;
	margin: 10px 0 10px 0;
}

#content-div a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

#content-div a:hover {
  color: #0693FE;
	text-decoration: underline;
}

.uitslag {white-space: nowrap;}
.uitslag_kop {text-align: right;}
.uitslag_basis {color: gray; padding-left:10px; text-align: right;}
.uitslag_eind {color: black; padding-right:0px; text-align: right; }
.uitslag_totaal {color: black; padding-left:10px; }
.uitslag_rank {	font-weight: bold; text-align: right; padding-left:5px;}

/* Categorie 1 en 2 hebben per toestel een totaal */
.H4 .toestel .eerst {font-weight: bold; text-decoration: underline;}
.D4 .toestel .eerst {font-weight: bold; text-decoration: underline;}
.D6 .toestel .eerst {font-weight: bold; text-decoration: underline;}

