* { margin: 0; padding: 0; }
html, body, #main {
	padding-top: 0px;
}
body, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B4BFC8;
}
h1, h2 { font-family:  Arial, Helvetica, sans-serif; padding: 12px 10px 0px 10px; margin: 0; font-weight: normal; }
h1 { font-size: 14px}
h3 { margin-top: .5em; }
#main {
	top: 0px;
	clip: rect(0px,auto,auto,auto);

}


pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3 { width:20em; }


.basic  {
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;

}
.basic img {
	margin-bottom: -4px;
}
.basic div {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.black  {
	width: 360px;

}

.basic p {
	margin-bottom : 0px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	padding: 0 10px 12px 10px;
	text-align: left;
	line-height: 18px;
}
.basic p.onderschrift {
	padding: 3px 20px 12px 20px;
}

.basic b {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #7abbe4;
	background-color: #000;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.basic b.selected {
	background-image: none;
	background-color: #1e7bb6;
	font-family:  "Georgia", Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
	color:#fff;
}
.basic a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #7abbe4;
	background-color: #000;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/button2.png);
	background-repeat: no-repeat;
	line-height: 20px;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.basic.left b {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #fff;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/button-klus.png);
	background-repeat: no-repeat;
	line-height: 20px;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.basic.left b.selected {
	background-image: none;
	background-color: #200680;
	font-family:  Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 16px;
	color:#fff;
}
.basic.left a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #fff;
	background-position: 5px center;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(images/button-klus2.png);
	background-repeat: no-repeat;
	line-height: 20px;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wrap {
	width:800px;
	margin:auto;
	padding:0px;
	overflow:hidden;
}
