/* This is the style of your browser text */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Arial;

	background-image: url(/images/background.png);
	background-repeat: no-repeat;
	background-color: #000000;
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	font-size: 12px;
}

#fullscreentable {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.topblackrow {
	height: 24px;
	background: #000000;
	color: #FFFDDE;
	border-bottom: 1px solid #FFED00;
	margin: 0px;
	padding: 0px;
}

.topblackrow a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.topblackrow a:hover{
	text-decoration: underline;
}

.bottomblackrow{
	vertical-align: bottom;
	text-align: center;
	height: 20px;
	background: #000000;
	color:#808080;
}

.bottomblackrow a{
	color:#808080;
	text-decoration: none;
}


.bottomblackrow a:hover, .bottomblackrow a:focus{
	color:#FFFDDE;
	text-decoration: underline;
}

#hoofdmenu1{
	left: 250px;
	top:85px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu2{
	left: 480px;
	top:85px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu3{
	left: 710px;
	top:85px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu4{
	left: 250px;
	top:315px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu5{
	left: 480px;
	top:315px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu6{
	left: 710px;
	top:315px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu7{
	left: 250px;
	top:545px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu8{
	left: 480px;
	top:545px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}
#hoofdmenu9{
	left: 710px;
	top:545px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
}

#title{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 35px;
	left: 415px;
	position: absolute;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 35px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}
