/* top elements */
* { margin: 0; padding: 0; outline: 0; } /*sets no padding or margin around the body of our document */

img { -ms-interpolation-mode: bicubic; }

body {
background-color:#fff;
background-repeat: repeat;
margin:0;
padding:0;
font-family: Verdana, Tahoma, arial, sans-serif;
font-size: 12px;
line-height: 1.5em; /* sets the height between each line of text.*/
}


#MessageBox
{
	position:absolute;
	top:0px;
	width:640px;
	height:430px;
	left:50%;
	margin-left:-320px;
	z-index:999;
	background:#c0a271;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
}

#MessageBox #Close
{
	float:right;
	cursor:pointer;
}


/*************************************************
WEBSITE LAYOUT
*************************************************/

#wrap {
width:899px;
margin: 0 auto;
text-align: left;
height:10px;
}
#content-wrap {
clear: both;
width:899px; /*width of our wrap*/
margin:5px auto;
padding: 0;
}

#header {
position: relative;
width:899px;
height: 318px;
background: #caced1 url(images/header.png) no-repeat center top;
padding: 0;
}

#jaartal
{
width:50px; 
height:50px; 
position:relative; 
top:-55px; 
left:675px; 
text-align:center; 
font-weight:bold;
font-size:8pt;
line-height:10pt;
}

#taalkeuze
{
width:100px; 
height:50px; 
position:absolute; 
top:291px; 
left:810px; 
text-align:center; 
font-weight:bold;
font-size:8pt;
line-height:10pt;
color:#FFFFFF;
}

#taalkeuze a
{
	color:#FFFFFF;
	text-decoration:none;
	}
#taalkeuze a:hover
{
	color: #663300;
	text-decoration:none;
	}
/*************************************************
WEBSITE NAVIGATION
*************************************************/

#menu {
height:65px;
width:899px;
font-size: 11px;
position:relative;
top:-389px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
padding-top:20px;
}

#menu ul {
list-style: none;
margin-left:-1px;
}
#menu ul li {
display: inline; 
}
#menu ul li a{
display: block;
float: left;
color: #fff;
text-decoration: none;
text-align:center;
width:167px;
padding-top:15px;
}

#menu ul li a:hover {
color: #2f1600;
background-image:url(images/hover.png);
background-repeat:no-repeat;
background-position:top;
height:45px;
}

/*************************************************
WEBSITE NAVIGATION
*************************************************/

/********************************************
MAIN COLUMN
********************************************/
#main {
float: right; /*floats our main content area to the right*/
width: 838px; /*gives our content area a width of 555pixels*/
min-height:200px;
display: inline;
background-image:url(images/content.png);
background-repeat:repeat-y;
position:relative;
top:-140px;
padding:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#98703f;
}
#main2 {
float: right; /*floats our main content area to the right*/
width: 838px; /*gives our content area a width of 555pixels*/
min-height:200px;
display: inline;
background-image:url(images/content.png);
background-repeat:repeat-y;
position:relative;
top:-55px;
padding:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#98703f;
}



#main h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #48311c;
/*background-image:url(images/titel.png);
background-position:top left;
background-repeat:no-repeat;
padding-top:22px;
padding-left:40px;*/
margin-top:-20px;
padding-bottom:5px;

}


/********************************************
SIDEBAR
********************************************/
#sidebar {
float: left;
width: 140px;
padding: 0;
color: #333333;
margin-top: 5px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0px;
background-color:green;


}


#sidebar h2 {
margin: 15px 5px 10px 5px;
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
color: #333333;
}
#sidebar p {
margin-left: 5px;
}

#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 7px 10px 8px 0; padding: 0;
text-decoration: none;
border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
list-style: none;
padding: 4px 0 4px 5px;
margin: 0 2px;
color: #333333;
border-bottom: 1px solid #D2E8F7;
}
* html body #sidebar ul.sidemenu li {
height: 1%;
}
#sidebar ul.sidemenu li a {
text-decoration: none;
color: #FF0000;
}
#sidebar ul.sidemenu li a:hover {
color: #333;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/********************************************
FOOTER
********************************************/
#footer {
color: #333333;
background: url(images/footer.png) no-repeat center top;
clear: both;
width: 899px;
height: 204px;
text-align: right;
font-size: 90%;
position:relative;
top:-140px;
}
#footer p {
padding: 10px 0;
margin: 0;
}
#footer a {
color: #FF0000;
text-decoration: none;
}
#footer img {
position:relative;
top:0px;
right:22px;
}


#footer2 {
color: #333333;
background: url(images/footerfr.png) no-repeat center top;
clear: both;
width: 899px;
height: 204px;
text-align: right;
font-size: 90%;
position:relative;
top:-140px;
}
#footer2 p {
padding: 10px 0;
margin: 0;
}
#footer2 a {
color: #FF0000;
text-decoration: none;
}
#footer2 img {
position:relative;
top:0px;
right:22px;
}

#proximedia
{
position:relative;
top:-356px;
width:885px;
text-align:right;
}

img
{
border:none;}

/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/********************************************
WEBSITE LINKS
********************************************/
a, a:visited, a:link {
text-decoration: underline;
background: inherit;
color:#660000;
}
a:hover {
text-decoration: none;
background: inherit;
color:#98703f;
}

/********************************************
WEBSITE IMAGES
********************************************/

ul, ol {
margin: 5px 15px;
padding: 0 25px;
}
