@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #999;
	margin:0;
	padding:0;
}
.geeltje {
	background-color: #FFFFCC;
	padding: 16px;
	border:1px solid gray;
}


a {
	color:#0033CC;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	background-color:#103f6b;;
}

#container {
	text-align: left;
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	
}
#footer {
	font-size: x-small;
	color: #333;
	text-align: center;
	margin-top: 5px;
	padding:3px;
	background-color: #999;
}

#footer a {
	color: #333;
	padding:2px;
	text-decoration:none;
}

#footer a:hover {
	color: #666;
	background-color: #eee;
}	

#content {
	padding:20px;
	padding-top:1px;
}

#content ul {
	list-style-image: url(images/redbullet.jpg);
}

h1, h2, h3, th {
	color:#103f6b;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight:normal;
	margin-bottom:2px;
}

h1 {
	font-size:24px;
}


h2 {
	font-size:18px;
}

td h2 {
	margin-top: 0px;
}

h3 {
	font-size:16px;
}


p, td {
	margin:0;
}

th {
	font-weight:bold;
}

#header {
	height: 205px;
	background-color: #92CAFE;
	cursor:pointer;
}




.tabmenu {
	margin-left:0;
	margin-top:-5px;
	padding-left:25px;
	padding-bottom:3px;
	padding-top:3px;
	background-color: #92CAFE;
	border-bottom:1px solid #cecece;
}
.tabmenu li {
	display: inline;
	margin-left: -5px;
}
.tabmenu li a {
	padding: 6px 20px 4px 20px;
	background: #e6e6e6;
	text-decoration:none;
	color: #4c4c4c;
	border:1px solid #cecece;
	border-bottom:none;
}
.tabmenu li a:hover {
	text-decoration: none;
	color: black;
	background: #999;
}
.tabmenu li.active a {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
