/* CSS Document */

/* Algemeen */
body {
	margin: 0;
	padding: 0;
	background-color: #0077FF;
	font-family: Helvetica, Verdana, Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.button {
	font-size: 11px; 
	padding: 2px;
	cursor: pointer;
}

h2 {
	font-stretch: wider;
	font-weight: normal;
	padding:0;
	margin:0;
	font-size: 25px;
	margin-bottom: 10px;
}

h3 {
	font-size:20px;
	font-weight: normal;
	font-stretch: wider;
}

a {
	color: #FFFFFF;
}
/* AlgemeenEinde */

/* Menu */
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	/*position:absolute;
	top: 162px;
	left: 0px;*/
	margin: 0;
	padding: 0;
	width: 200px;
}
	
#menu ul {
	font-family: Helvetica;
	font-size: 15px;
}

#menu ul li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 24px;
  	text-decoration: none;
}	
	
#menu ul li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url('img/menu.gif');
	padding: 8px 0 0 10px;
}
	
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background:  url('img/menu.gif') 0 -32px;
	padding: 8px 0 0 10px;
}

/* MenuEinde */

img {
	border: none;
}

a img {
	text-decoration:none;
}

#tabel {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	background-color: #3756B1;
}

#divLinks {
	padding: 5px;
	position: absolute;
	top: 162px;
	left: 0px;
	vertical-align: top;
}

#divRechts {
	position: absolute;
	top: 162px;
	right: 0px;
	width: 170px;
	padding: 5px;
	vertical-align: top;
}

#divMidden {
	margin: 0 180px 0 210px;
	vertical-align: top;
	padding: 5px;
}

#divActiviteiten {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
	padding: 5px;
	vertical-align: top;
}

table.omlijndeTabel {
	border: 1px solid darkblue;
	margin: 0 0 5px 0;
	padding: 0;
}


td.omlijndeTabelHeader {
	border-bottom: 1px solid darkblue;
	height: 15px;
	background-color: #FFFF66;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: darkblue;
}

#babbelbox {
	width: 187px;
	overflow: scroll;
	overflow-x: hidden;
	height: 120px;
	color: darkblue;
}

#activiteitenScroller {
	text-align: left;
	line-height: 150%;
}

