/*
Website : URL van de website waarvoor de CSS dient
CSS : Cool 64 Webdesign - Yvonne Gerritsma
E-mail: info@cool64webdesign.nl
WWW: http://cool64webdesign.nl
*/
* {
margin: 0;
padding: 0;
}

body {
	background: #FFFAF2; 
	color: #000000;
	text-align: center;
	}
#scherm {
	background-color: transparant;
 	margin: 0 auto 0 auto;
 	width: 700px;
   	height: auto;
	text-align: left;
	}

#header{
	position: relative;
	top: 5px;
	left: 0px;
	width: 750px;
	height: 100px;
	}

#menu{
	position: relative;
	left: 0px;
	width: 750px;
	height: 40px;
	text-align: center;
	}

#content{
	position: relative;
	top: 0px;
	left: 60px;
	width: 590px;
	height: auto;
	text-align: left;
	font-family: verdana;
	font-size: 10pt;
	}
img{
	border: 0px;
}

#validated{
	position: relative;
	left: 0px;
	width: 600px;
	height: 115px;
	text-align: left;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	}

#footer{
	position: relative;
	left: 250px;
	width: 250px;
	height: 45px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	} 
#footer2{
	position: relative;
	left: 200px;
	width: 250px;
	height: 35px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	}  

#teller{
	position: absolute;
	top: 665px;
	left: 105px;
	width: 750px;
	height: 35px;
	text-align: center;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
} 

.Caption {
	font-family: Verdana;
	font-weight: normal;
	color: #FFFAF2;
}

.glidetext{
	position: relative;
	/*Set initial position of your text. Make it just enough to hide the text from view:*/
	left: -300px;
	}

/*Javascript Styles*/
#plaatje { 
	position:absolute; 
	z-index:1000; 
	visibility:hidden; 
	}
.vraag {
	width:400px;
	font-family: Verdana;
	font-size:10pt;	
	color:#FFFAF2;
	background-color:#FB4D39;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;	
	height:20px;
	overflow:hidden;
	cursor:pointer; }
	
.antwoord {
	position:relative;
	width:400px;
	border:1px solid red;
	background-color:#FF8080;
	visibility:hidden;
	height:0px;
	overflow:hidden; 
	}
	
.antwoordInhoud {	
	position:relative;
	font-family: verdana;
	font-size:10pt;	
	padding:2px;
	text-align: left; }
	
	/*einde*/
p.prz {font-family: verdana; font-size: 10pt; font-weight: normal; color: #000000; text-align:center;}
h1 {font-family: comic sans ms; font-size: 1.6em; text-align: center; color: #FB4D39;}
h2 {font-family: comic sans ms; font-size: 1.3em; text-align: center; color: #FB4D39;}
h3 {font-family: verdana; text-align: center; color: #FFFAF2; font-size: 1.2em;}
table {background: #FFFAF2; color: #000000; font-family: verdana; font-size: 10pt; font-weight: normal; text-align:left;}
td.jus {text-align: justify;}
table.foto {background: #FFFAF2; color: #000000; border: 2px solid red;}
td.foto {background: #FFFAF2; color: #000000; border: 1px solid red;}
td.vb {text-align:center; color: #FB4D39; font-family: comic sans ms; font-size: 14pt; font-weight: bold;}
td.test {text-align:center; border: 1px solid red; color: #FFFAF2; background: #FB4D39; padding: 1px;}
td.test2 {text-align:center; border: 1px solid red; color: #FFFAF2; background: #FF8080; padding: 1px;}
table.gb {color: #FFFAF2; background: #FF8080; font-family: verdana; font-size: 1.0em; font-weight: bold;}
table.al {color: #FFFAF2; background: #FF8080; font-family: verdana; font-size: 1.0em; font-weight: normal;}
th {background: #FFFAF2; color:#FB4D39; font-family: verdana; font-weight: bold; text-align: center;}
a:link {font-family: verdana; font-weight: normal; color: #FFFAF2;} 
a:visited {font-family: verdana; font-weight: normal; color: #FFFAF2;} 
a:active {font-family: verdana; font-weight: normal; color: #FFFAF2;}   
a:hover {font-weight: normal;}
