/* CSS Document */

body,td,th {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#330000;
	margin:0px;
	background-image: url(../intro/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.kleiner {
    font-size: 10px;
	line-height:16pt;
	}
.tekst {
    font-size:10px;
}

#container {
    width:600px;
	height:1200px;
	margin:auto;
	padding-top:10px;
}
#gaya {
	margin:auto;
	top:120px;
	width:750px;
}	
#tekstblok {
	margin:auto;
	width:400px;
	height:100px;
}

