@charset "utf-8";

* {
margin:0px;
padding:0px;
}

body 
{
	width:100%;
	font-family: Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(template/bg_lines.png);
}

a:link {
text-decoration:none;
color:#8B8B8B;
}

a:visited {
text-decoration:none;
color:#8B8B8B;
}

a:hover {
text-decoration:none;
color:#8B8B8B;
}

a:active {
text-decoration:none;
color:#8B8B8B;
}

/*------------------------------ divs ------------------------------*/

#maincontainer
{
	width:100%;
	
	height:550px;
	
	background-repeat:repeat-x;
}

#container
{
	height:100%;
	width:633px;
	
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(template/bg_home.png);
	background-repeat:no-repeat;
}

.footer_main
{
	height:100px;
	background-image:url(template/verloop.png);
	background-repeat:no-repeat;
	background-position:top;
}

.footer_ft
{
	background-image:url(template/bg_footer.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	height:15px;
}

.copyright
{
	color:#8B8B8B;
}

#top
{
	height:185px;
}

#top_links
{
	padding-top:75px;
	padding-right:27px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	color:#D8D9DA;
}

#left_links
{
	margin-top:35px;
	width:100px;
	height:200px;
	font-size:12px;
	
	margin-left:40px;
	
	float:left;
}

#content
{
	margin-top:35px;
	width:380px;
	/*height:200px;*/
	
	margin-left:70px;
	
	float:left;
	
	color:#8B8B8B;
}


#page_image
{
	margin-left:auto;
	margin-right:auto;
	width:575px;
	height:55px;
	margin-top:40px;
	background-repeat:no-repeat;
}


.sublink
{
	color:#8B8B8B;
	margin-left:20px;
	font-size:11px;
}

.omjs_link
{
	text-decoration:underline;
}
