/* CSS Document */
a{
	color:#000000;
	text-decoration: none;
	font-family:Verdana;
	font-weight: bold;
	font-size:10pt;
	}
a:hover {
	text-decoration: underline;
	color: #000000; 
	font-weight: bold;
	font-size:10pt;
	}
body {
	font-family:Verdana;
	background-color:#E0E0E0;
	color:#000000;
	font-size:10pt;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;

	}
		
.vraag {
	color:#000000;
	font-weight: bold;
	}
.schrijfiets {
	font-size:36px;
}
.schuinwit {
	color: #000000;
	font-style: italic;
	}
.copyright {
	color:#DB950D;
	font-style: italic;
	font-size:11px;
}
h1	{
	text-align:left;
	color:#000000;
	font-size:25px;
	}
h3	{
	text-align: left;
	color:#FFFBF0;
	font-size:20px
	}
.commentaar {
	font-size: x-small;
	color: #000000;
}
.style1 {
	color: #000000
}
.style3 {
	color: #000000;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
}
/*
#AutoNumber1{
	background-color:#734834;
	color:#D99F05;
	border-color:#000000;
}
*/
#AutoNumber1{
	background-color:#E0E0E0;
	color:#000000;
	border: 0px;
	border:none;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#uitlegCode {
	position:absolute;
	top: 150;
	left: auto;
	width:204px;
	visibility:hidden;
	background-color: #FFFFCC;
	border-width: 1;
	overflow: auto;
	font-size: small;
	color: #000000;
	cursor: wait;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	border-color: #FF0000;
	border-style: solid;
}
#uitlegSmiley {
	position:absolute;
	top: 150;
	left: auto;
	width:300px;
	visibility:hidden;
	background-color: #FFFFCC;
	border-width: 1;
	overflow: auto;
	font-size: small;
	color: #000000;
	cursor: wait;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;

	border-color: #FF0000;
	border-style: solid;
}
.rat-image{
	position:absolute;
	top:180px;
	left:350px;
	width:200px;
	height:244px;
	display:block;
	float:left;
	
	}

.muis-image{
	position:absolute;
	top:100px;
	left: 10px;
	width:127px;
	height:188px;
	display: block;
}

