﻿
/* Opmaak */
body, html
{
	margin: 0px;
	padding: 0px;
	background: white url( '../../images/achtergrond.jpg' ) repeat-y center top;
}

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

a
{
	color: #E2520C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 15px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

td, th, span, p, div
{
	font-size: 11px;
}

table, td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Container */

div#container
{
	width: 750px;
	margin: 0px auto;
	margin-top: 10px;
}


/* Top Menu */
div#top_menu
{
	width: 750px;
	height: 20px;
	background: white url('../../img/menu_top_bg.jpg') repeat-y top left;
	text-align: right;
}


div#top_menu span
{
	position: relative;
	top: 1px;
	color: white;
	margin-left: 10px;
}

div#top_menu span a
{
	color: white;
	text-decoration: none;
}

div#top_menu span a:hover
{
	color: #000000;
	text-decoration: none;
}

div#top_menu span.zoeken
{
	position: relative;
	margin-left: 10px;
}

div#top_menu span.taal
{
	margin-left: 10px;
	margin-right: 10px;
}

div#subMenuContent
{
	width:195px;
	left:2px;
	
}

input.search
{
	font-size: 9px;
	padding-left: 20px;
	background: white url('../../img/search.jpg') no-repeat center left;
	border: 1px solid #cccccc;
}

/* Content */
div#content_container
{
	border-style: none none solid none;
	background: white url( '../../img/site_menu_bg.jpg' ) repeat-y top center;
	z-index: 350;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

div#logo
{
	width: 750px;
	height: 230px;
	z-index: 1000;
}

div#header_container
{
	position: absolute;
	margin: 0px auto;
	top: 52px;
	margin-left: -25px;
	width: 800px;
	height: 120px;
	z-index: 800;
}

/* Main menu */
div#siteMapPath
{
	top: 44px;
	left: 26px;
	position: absolute;
	z-index: 300;
}

div#topImage
{
	top: 35px;
	left: 26px;
	position: absolute;
	visibility: visible;
	z-index: 200;
}

div#topImageBackground
{
	top: 35px;
	left: 26px;
	position: absolute;
	visibility: visible;
	z-index: 190;
	background-color: White;
}

div#topMenu
{
	text-align: center;
	top: 156px;
	left: 225px;
	position: absolute;
	z-index: 500;
}

div#topMenu a
{
	text-decoration:none;
}

div#topMenu a:hover
{
	text-decoration:none;
}

div#bovenkader
{
	text-align: center;
	top: 29px;
	left: 0px;
	position: absolute;
	z-index: 300;
}


/* Site */
div#links
{
	padding: 10px;
	margin: 10px;
	color: White;
}

div#links a
{
	color: White;
}

div#links b
{
	color: White;
}

div#links li
{
	color: White;
}

div#content
{
	margin: 3px 3px 1cm 3px;
	padding: 3px;
	left: 204px;
	top: 0px;
}


/* Footer */
div#footer
{
	width: 750px;
	height: 31px;
}

div#footer div
{
	color: Black;
	width: 500px;
	margin-top: 12px;
	margin-left: 205px;
}

div#footer a
{
	color: Black;
	text-decoration: none;
}

div#footer a:hover
{
	color: black;
	text-decoration: underline;
}

