body
{
	background-color: #E5C751 ;
	color: #000000 ;
	font-family: Verdana, Arial ;
	font-size: 9px ;
	text-align: center ;
	margin: 0px ;
	padding: 0px ;
}

#site
{
	width: 779px ;
	height: 800px ;
	text-align: left ;
	position: relative ;
}

.header
{
	background-image: url("./images/background.JPG") ;
	background-repeat: no-repeat ;
	position: absolute ;
	top: 20px ;
	left: 10px ;
	height: 100px ;
	width: 770px ;
	color: #EEEEEE ;
}

.menu
{
	position: absolute ;
	top: 120px ;
	left: 10px ;
	height: 450px ;
	width: 170px ;
	color: #EEEEEE ;
	background-color: #9a0000 ;
}

.menu a:link
{
	font-weight: none ;
	font-family: Verdana, Arial ;
	text-decoration: none ;
	color: #FFFFFF ;
}

.menu a:hover
{
	font-weight: none ;
	font-family: Verdana, Arial ;
	text-decoration: none ;
	color: #FFFFFF ;
	background-color: #ECC000 ;
}

.menu a:visited
{
	font-weight: none ;
	font-family: Verdana, Arial ;
	text-decoration: none ;
	color: #FFFFFF ;
}

.content
{
	position: relative ;
	top: 120px ;
	left: 180px ;
	color: #000000 ;
	width: 600px ;
	height: 450px ;
	min-height: 650px ;
	background-color: #fffbec ;
}
.content a:link
{
	font-weight: none ;
	text-decoration: none ;
	color: #000000 ;
}
.content_back
{
	position: absolute ;
	top: 120px ;
	left: 180px ;
	color: #000000 ;
	width: 600px ;
	height: 650px ;
	background-color: #fffbec ;
}

.categories
{
	padding: 3px ;
	color: #000000 ;
	font-family: Verdana, Arial ;
	font-size: 10px ;
}
.categories_message
{
	padding: 10px ;
	color: #000000 ;
	font-family: Verdana, Arial ;
	font-size: 10px ;
	width: 500px ;
	text-align: center ;
}
.categories a:link, .categories_message a:link
{
	font-weight: none ;
	text-decoration: underline ;
	color: #000000 ;
}

.footer
{
	position: relative ;
	top: 120px ;
	left: 180px ;
	color: #000000 ;
	width: 600px ;
	height: 20px ;
	background-color: #E5C751 ;
	text-align: left ;
}

.leftline
{
	position: absolute ;
	background-image: url("./images/leftline.JPG") ;
	background-repeat: repeat-y ;
	top: 550px ;
	left: 10px ;
	width: 170px ;
	height: 22px ;
}

.tabeltitel
{
	padding-top: 10px ;
	padding-left: 5px ;
	font-family: Verdana, Arial ;
	font-weight: bold ;
}

.tabeltitel a:link
{
	font-weight: none ;
	text-decoration: underline ;
	color: #000000 ;
}

.tabeltekst
{
	vertical-align: top ;
	font-family: Verdana, Arial ;
	font-size: 11px ;
	padding-left: 5px ;
}

.tabeltekst a:link
{
	font-weight: none ;
	text-decoration: underline ;
	color: #000000 ;
}

.titelrood
{
	padding-top: 10px ;
	padding-left: 5px ;
	font-size: 14px ;
	font-family: Verdana, Arial ;
	font-weight: bold ;
	background-color: #9A0000 ;
	color: #FFFFFF ;
}
.tekstrood
{
	padding-top: 10px ;
	padding-left: 5px ;
	font-size: 12px ;
	font-family: Verdana, Arial ;
	font-weight: none ;
	background-color: #9A0000 ;
	color: #FFFFFF ;
}