/**
	Dit bestand wordt gebruikt voor de opmaak van het systeem om in te schrijven bij Scorpio. 
	Aangezien de opmaak verschilt is er een aparte CSS sheet gemaakt onder de naam pdf.css.
	
	Auteur: Tim de Hoog (timdehoog@planet.nl)
	Versie: 1.0 (10-04-2008)
*/

html, body{
	margin: 0px;
	padding: 0px;
	font-family: trebuchet MS;
	font-size: 12px;
	text-align: center;	
	background-image: url('http://www.atvscorpio.nl/afbeeldingen/website/bg_scorpio2.gif'); 
}

/* Id's */
#container{
	margin-top:40px;
	padding:4px;
	width: 700px;
	border: 1px solid #009900;
	background-color:#FFFFFF;
	
}

/* Classes */
.navigatie{
	font-size:16px;
	margin-left:2px;
	color: #006600;	
}

/* Lettertype opmaak */
p {
	color: #006600;
	margin: 2px;
}
p.rood {
	color:#FF0000;
	margin: 2px;
}

h1, h2, h3, h4, h5{
	color: #006600;
}

ul.rood {
	color:#FF0000;
}

/* Hyperlink opmaak */
a {
	color:#009900;
	text-decoration:none;
}

a:hover {
	background-color:#FFFF33;
	color:#006600;
	text-decoration:none;
}

