/** Algemeen **/
body
{
	background: url(../img/background.jpg);
	background-position:  center;
	background-repeat: repeat-x;
	background-color: #1b1b1b;
}
img
{
	border: 0px;
}

/** Fonts **/
font.header
{
	font-weight: bold;
	font-family: verdana;
	color: #FFD700;
	font-size: 60px;
}
font.kop
{
	font-weight: bold;
	font-family: verdana;
	color: #ffffff;
	width: 540px;
	font-size: 20px;
	padding-left: 30px;
}
td
{
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	display: block;
	
}
/** Div **/
div.menuitem
{
	width: 280px;
	height: 60px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.main
{
	background: url(../img/main.png);
	background-repeat: no-repeat;
	width: 660px;
	height: 405 px;
	text-align:left;
	
	color: #ffffff;
	font-size: 11pt;
	font-family: Verdana;
	display: block;
}
div.tags
{
	color: gray;
	font-size: 8pt;
	font-family: Verdana;
	display: block;
	font-style:italic;
}div.textmain{
	position: relative;	top: 55px;	left: 15px;	width: 643px;	height: 335px;		overflow-x: hidden;	overflow-y: auto;
}
/** Links **/

.list-item-title
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.list-item-text
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;

}

.list-item-gotoitem
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	color: white;

}

a.menu
{
	background:  url(../img/menuitem.png);
	background-repeat: no-repeat;
	color: #c8c8c8;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	width: 280px;
	height: 14px;
	text-indent: 15px;
	display: block;
	border-bottom: 1px solid #666666;	
}
a.menubalk
{
	text-align: right;
	width: 320px;
	height: 60px;
	display: inline-block;
}

a
{
	color: white;
}

.link-basic
{
	color: white;
}