body
{
	margin:0px;
	padding:0px;
	color: #ffffff;
	background-color:#000000;
	font-family:verdana;
	font-size:10px;
}
p
{
	margin:0px;
	padding:0px;	
}
a
{
	font-family:verdana;
	color:#bcdaf8;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;	
}
a:hover
{
	color:#FFB366;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;	
	font-family:verdana;
}
h1
{
	font-family:verdana;
	color:#24fb12;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
h2
{
	font-family:verdana;
	color:#FFB366;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
h3
{
	font-family:verdana;
	color:#bcdaf8;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}
h4
{
	font-family:verdana;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#template
{
	width:100%;
	height:100%;
	background-color:#000000;
}
#layout_frame
{
	width:1004px;
	height:685px;
	margin-left:auto;
	margin-right:auto;
}
#top
{
	background:url('img/top.png');
	background-repeat:no-repeat;
	width:1004px;
	height:100px;
	float:left;
	/*padding-top:90px;*/
	text-align:center;
}
#mid
{
	width:1004px;
	height:494px;
	float:left;
}
#links
{
	background:url('img/links.png');
	background-repeat:no-repeat;
	width:183px;
	height:460px;
	float:left;
	padding-left:100px;
	padding-top:24px;
}
#rechts
{
	background:url('img/rechts.png');
	background-repeat:no-repeat;
	width:681px;
	height:466px;
	float:right;
}
#content
{
	width:570px;
	height:422px;
	padding-left:40px;
	margin-top:24px;
	overflow:auto;
}
#bottom
{
	background:url('img/onder.png');
	background-repeat:no-repeat;
	width:1004px;
	height:69px;
	float:left;
}
#common
{
	float:center;
}
