/*
Ontwerp: HKBC (v1.3 - September 2009) - door Ralph van Kleef.
*/

/* General layout */
body {
	margin:0;
	padding:20px 0;
	font:76% tahoma,verdana,sans-serif;
	background:#047 url(bodybg.png) repeat-x fixed;
	color:#333;
	}

#thetop {
	margin:0;
	}

#container {
	width:945px;
	margin:0 auto;
	padding:20px 20px 0 20px;
	background:#fff url(contbg.png) no-repeat;
	color:#333;
	}

/* Tags */
h1,h2,h4 {
	margin:0 0 10px 0;
	font-weight:normal;
	}

h1 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	font-size:1.6em;
	}

h2 {
	margin: 0 0 4px 0;
	font-size:1.4em;
	}

h4 {
	margin:10px 0 5px 0;
	font-size:1.2em;
	}

a {
	text-decoration:none;
	color:#26c;
	}

a:hover {
	text-decoration:underline;
	}

p {
	margin:0 0 15px 10px;
	line-height:1.5em;
	}

table {
	padding: 10px 10px 10px 10px;
	}

td {
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	}

form {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	padding: 15px;
	width: 650px;
	}

label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 15px;
	}

legend {
	height: 15px;
	margin: 10px 0 10px 0;
	padding:5px 5px 5px 8px;
	font-size:1.4em;
	background:#eee url(gradient1.png) repeat-x;
	color:#444;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	}

/* Site title and header */
#logo {
	float:left;
	width:370px;
	height: 130px;
	margin:0 20px 10px 0;
	padding:0 0 0 0;
	background:#eee url(hkbclogo.jpg) no-repeat;
	text-align:center;
	color:#555;
	overflow:auto;
	}

#intro p {
	line-height:1.5em;
	}

/* Main content */
#main {
	float:left;
	width:730px;
	margin-right:20px;
	padding:0;
	line-height:1.3em;
	}

/* Menu content */
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	float:right;
	margin-top:20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #C0C0C0 url(gradient1.png) repeat-x center left;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightblue url(gradient2.png) repeat-x center left;
}

.arrowlistmenu ul li a{
	color: #003366;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 80%;
}

.arrowlistmenu ul li a:visited{
	color: ##003366;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #003366;
	background-color: #e3e3e3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #C0C0C0 url(gradient2.png) repeat-x center left;
}

/* links in teksten */
.menulink {
	display:block;
	width:730px;
	margin:3px 10px 2px 0;
	padding:5px 0 5px 8px;
	font-size:1.2em;
	font-weight:400;
	text-align:left;
	background:#eee url(gradient1.png) repeat-x;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	}

.menulink:hover,.menuheader {
	background:#fff url(gradient1.png) repeat-x;
	color:#333;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
	}

/* Footer */
#footer {
	margin:0 auto 10px auto;
	line-height:1.6em;
	width:985px;
	background:#fff url(footerbg.png) bottom left no-repeat;
	padding:0 0 1px 0;
	font-size:1.1em;
	color:#777;
	text-align:center;
	}

/* Additional classes */
.headerstyle {
	clear:left;
	display:block;
	margin:20px 0 10px 0;
	padding:5px 0 5px 8px;
	background:#eee url(gradient2.png) repeat-x;
	color:#444;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	}

.fotostyle {
	clear:left;
	display:block;
	width:627px;
	height: 15px;
	margin: 10px 0 30px 0;
	padding:5px 5px 5px 8px;
	background:#eee url(gradient1.png) repeat-x;
	color:#444;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	}

.clear {
	clear:both;
	margin:0;
	padding:0;
	}

.right {
	text-align:right;
	}

.internallink {
	font-size:0.9em; text-align:center;
	}

#sidebar p.block {
	font-size:0.9em;
	line-height:1.4em;
	margin:5px auto 15px auto;
	padding:5px; color:#555;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	}

.credit {
	color:#777;
	}

.hide {
	display:none;
	}

