/*--------------------------------------------------------
Opmaak voor de assets.

Rogier Voogt - United Knowledge
----------------------------------------------------------*/

/*-- lijstjes --*/

div.lijstje {
	margin: 0 0 30px 0;
	text-align: left;
}

div.lijstje h4 {
	margin: 0;
}

div.lijstje p {
	margin: 0 0 .3em;
}

div.lijstje ol {
	margin: 0;
	padding: 0 0 10px;
	background: url('/lijstjebottom.png') no-repeat bottom;
}

div.lijstje li {
	list-style-type: none;
	padding: 4px 6px 0px 34px;
	color: #fff;
	min-height: 40px;
	/*/border-bottom: 1px solid #fff;/*/
}

div.lijstje li a {
	color: #fff;
	font-weight: bold;
}

div.lijstje li span {
	color: #ddd;
	font-size: 85%;
}

div.lijstje li.box1 {
	background: #69c url('/box1.png') no-repeat 2pt 1pt;
}

div.lijstje li.box2 {
	background: #69c url('/box2.png') no-repeat 2pt 1pt;
}

div.lijstje li.box3 {
	background: #69c url('/box3.png') no-repeat 2pt 1pt;
}

div.lijstje li.box4 {
	background: #69c url('/box4.png') no-repeat 2pt 1pt;
}

div.lijstje li.box5 {
	background: #69c url('/box5.png') no-repeat 2pt 1pt;
}

/*-- /lijstjes --*/


/*-- wist je dat --*/

div.wistjedat {
	background: url('/wjd1.png') no-repeat top center;
	padding: 35px 35px 30px 25px;
	width: 180px;
	height: 85px;
	font-size: 80%;
	color: #69c;
	overflow: hidden;
	text-align: left;
	margin: 0 0 30px;
}

/* IE 5 breedte en hoogte */
* html div.wistjedat {
	width: 240px;
	height: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
	height: 85px;
}

div.wistjedat.alter {
	background: url('/wjd2.png') no-repeat top center;
}

/*-- /wist je dat --*/


/*-- wat vind je op wgh --*/

#watvindje {
	padding: 0 0 10px;
}

img.wvj {
	float: left;
}

* html img.wvj {
	margin-left: -10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 0;
}

div.titel {
	width: 600px;
	height: 75px;
	padding: 50px 20px 20px 20px;
	background: url('/ballon0.png') no-repeat;
	text-align: center;
}

* html div.titel {
	width: 640px;
	height: 145px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
	height: 75px;
}

div.titel h3 {
	font: 200% "Century Gothic", Verdana, sans-serif;
}

div.titel p {
	font: 120% "Century Gothic", Verdana, sans-serif;
}

div.titel.hidden {
	visibility:hidden;
}

p.dispnone {
	display: none;
}

p.tekstballon {
	display: block;
	position: absolute;
	width: 600px;
	height: 75px;
	padding: 50px 20px 20px 20px;
	font: 120% "Century Gothic", Verdana, sans-serif;
}

* html p.tekstballon {
	width: 640px;
	height: 145px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
	height: 75px;
}

#debasics {
	background: url('/ballon1.png') no-repeat;
}

#detutorials {
	background: url('/ballon2.png') no-repeat;
}

#debegrippen {
	background: url('/ballon3.png') no-repeat;
}

/*-- /wat vind je op wgh --*/


/*-- berichten --*/

.bericht {
	width: 586px;
	min-height: 80px;
	padding: 0 25px 5px 25px;
}

* html .bericht {
	margin-top: -6px;
	width: 640px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 576px;
}

/* de lange classnames zijn vanwege een bug in IE 5.5 en 6 die geen 
onderscheid schijnen te maken tussen .bericht.groen en .top.groen.
voor IE is dit dezelfde class en de eerste .groen wordt overschreven */

.berichtgroen {
	background: url('/bericht2groen.png') no-repeat -2px bottom;
	border-left: 2px solid #cd3; 
	border-right: 2px solid #cd3;
}
.berichtoranje {
	background: url('/bericht2oranje.png') no-repeat -2px bottom;
	border-left: 2px solid #ec0; 
	border-right: 2px solid #ec0; 
}
.berichtblauw {
	background: url('/bericht2blauw.png') no-repeat -2px bottom;
	border-left: 2px solid #69c; 
	border-right: 2px solid #69c; 
}
.berichtgrijs {
	background: url('/bericht2grijs.png') no-repeat -2px bottom;
	border-left: 2px solid #ddd; 
	border-right: 2px solid #ddd; 
}

.top {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 10px;
}

.topgroen { background: url('/bericht1groen.png') no-repeat; }
.toporanje { background: url('/bericht1oranje.png') no-repeat; }
.topblauw { background: url('/bericht1blauw.png') no-repeat; }
.topgrijs { background: url('/bericht1grijs.png') no-repeat; }

.info {
	width: 640px;
	height: 72px;
	margin-bottom: 15px;
}

.infogroen { background: url('/bericht3groen.png') no-repeat; }
.infooranje { background: url('/bericht3oranje.png') no-repeat; }
.infoblauw { background: url('/bericht3blauw.png') no-repeat; color: #eee; }
.infoblauw a { color: #fff; }
.infogrijs { background: url('/bericht3grijs.png') no-repeat; }

.info p {
	margin-left: 100px;
	padding: 10px;
}

p.berichtinfo {
	border-top: 1px dotted #ccc;
	text-align: right;
	margin: 1em 0 5px 0;
}

.info p img {
	border: 1px solid #eee;
	float: left;
	margin-right: 15px;
}

/*-- /berichten --*/


/*-- tutorialsmenu --*/

.tutorialsmenu {
	float: left;
	margin-right: 10px;
	width: 176px;
}

.tutorialsmenu.laatste {
	margin-right: 0;
}

.tutorialsmenu h4 a{
	color: #69c;
	font-size: 90%;
}

.tutorialsmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
	background: url('/menukolom.png') no-repeat bottom;
	text-align: left;
}

.tutorialsmenu li {
	color: #fff;
	padding: 4px 5px 0px 5px;
	/*/border: 1px solid #fff;/*/
	border-bottom: 0;
	background-color: #69c;
}

.tutorialsmenu a {
	color: #fff;
	font-weight: bold;
}

/*-- tutorialsmenu --*/


/*-- lijstjes --*/

div.gerelateerd {
	margin: 0 0 30px;
	text-align: left;
}

div.gerelateerd h4 {
	margin: 0;
}

div.gerelateerd ul {
	margin: 0;
	padding: 0 0 10px;
	background: url('/lijstjebottom.png') no-repeat bottom;
}

div.gerelateerd li {
	list-style-type: none;
	padding: 4px 4px 0px 32px;
	color: #fff;
	background-color: #69c;
	min-height: 20px;
	/*/border-bottom: 1px solid #fff;/*/
	background: #69c url('/pijl.png') no-repeat 4pt 6pt;
}

div.gerelateerd.alter ul {
	margin: 0;
	padding: 0 0 10px;
	background: url('/lijstjebottom2.png') no-repeat bottom;
}

div.gerelateerd.alter li {
	list-style-type: none;
	padding: 4px 4px 4px 32px;
	color: #fff;
	background-color: #cd3;
	min-height: 20px;
	/*/border-bottom: 1px solid #fff;/*/
	background: #cd3 url('/pijl2.png') no-repeat 4pt 6pt;
}

div.gerelateerd li a {
	color: #fff;
	font-weight: bold;
}

/*-- /lijstjes --*/


/*-- discussiecs --*/

.csmenu {
	background-color: #eee;
	padding: 8px 12px;
	border: 1px solid #ddd;
	background: url(/csmenu.png) repeat-x bottom;
	margin: 0 0 15px;
}

.csmenu p {
	margin: 0 0 .2em;
	text-align: center;
	float: left;
}

.csmenu p.pag {
	float: right;
}

/*-- /discussiecs --*/


/*-- tutoriallijst --*/

.tutoriallink {
}

.tutoriallink h3 a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #69c;
}

.tutoriallink h3 a:hover {
	border-bottom: 2px solid #fff;
}

.tutoriallink h3 {
	margin-bottom: .3em;
	padding-bottom: 1px;
}

.tutoriallink p.sub {
	color: #444;
	font-size: 85%;
	margin-bottom: 0px;
}

/*-- /tutoriallijst --*/


/*-- screenshot en flash --*/

div.screenshot {
	width: 542px;
	height: 352px;
	padding: 39px 46px 46px 46px;
	border: 3px solid #69c;
	border-top: 0;
}

div.screenshot img {
	border: 1px solid #69c;
}

div.screenshottop {
	height: 20px;
	background: url(/screentitel.png) no-repeat;
}

div.flash {
	width: 582px;
	height: 437px;
	padding: 19px 26px 26px 26px;
	border: 3px solid #69c;
	border-top: 0;
}

div.object {
	border: 3px solid #69c;
	padding: 7px;
	width: 620px;
	height: 465px;
}

div.flashtop {
	height: 20px;
	background: url(/flashtitel.png) no-repeat;
}

/*-- /screenshot en flash --*/


/*-- teskttutorial --*/

div.tutorial {
	border-top: 3px dotted #ec0;
	padding-top: 2em;
}

div.tutorial p {
	border-bottom: 3px dotted #ec0;
	min-height: 90px;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
}

div.tutorial img.thumb {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #69c;
}

div.tutorial a:hover img {
	border: 1px solid #eee;
}

div.tutorial .lijn {
	clear: both;
	height: 23px;
}

.buttons {
	margin-top: 5px;
}
.buttons img {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #fff;
}

.buttons a:hover img {
	border: 1px solid #eee;
}
.buttons form {
	float: left;
	width: 17px;
	height: 16px;
	margin: 0 10px 0 0;
}
.buttons form input {
	float: left;
	width: 17px;
	height: 16px;
	padding: 2px;
	border: 1px solid #fff;
}
.buttons form input:hover {
	border: 1px solid #eee;
}

div.tutorialtop {
	height: 20px;
	background: url(/tutorialtitel.png) no-repeat;
}

div.tutorialinfo {
	text-align: left;
	font-size: 90%;
}

div.tutorialinfo img.icoon {
	float: left;
	margin: 3px 10px 0 0;
}

div.tutorialinfo p {
	float: left;
	margin-bottom: 10px;
	width: 210px;
	min-height: 3em;
}

div.tutorialinfo p img {
	float: right;
	margin: 4px 0 0 8px;
	/*clear: right;*/
}

div.tutorialinfo div.clearboth {
	margin: .3em 0 .3em;
	border-top: 1px dotted #ccc;
	clear: both;
}

div.tutorialinfo.laatste div.clearboth {
	margin: .3em 0 30px;
}

/*-- /teksttutorial --*/

