/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/

body { 
	background: #4AAB54 url(../images/bg.jpg) repeat-x left top; 
	color: #000;
	font-size: 76%; 
	font-family: "Trebuchet MS", Arial, sans-serif; 
	line-height: 1.3em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4 {	
	color: #0B65B4;
	margin-bottom: 1em;
}

b, em { font-weight:bold; }	
b.dgmrbold {
	font-size: 1.2em;
	color: #0B65B4;
}

p { 	
	margin-bottom: 1.3em; 
	font-size: 1em; 
} 

td p {
        margin-bottom: 0;
        padding: 0.3em;
}

a {
	color: #0B65B4;
	text-decoration: none;
}

a:hover {
	color: #4AAB54;
	text-decoration: underline;
}

table { 
margin-bottom: 1.3em;
width: 100%;
}

table .tr-0 td { font-weight: bold; }

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

/* #center ol *, #center ul *{ 
	color: #4AAB54;
} */

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	line-height: 1px;
	height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#description, #skip { display: none; }

#logo {
	background: url(../images/logo.gif) no-repeat top;
	height: 98px;
	width: 212px;
	right: 10px;
	top: 0;
	position: absolute;
}

#logo a {
	display: block;
	height: 98px;
	width: 212px;
	cursor: pointer;
}

#slogan {
	background: url(../images/slogan.gif) no-repeat top;
	height: 46px;
	width: 286px;
	left: 90px;
	top: 74px;
	position: absolute;
}

#copy {
	color: #0B65B4;
	margin-left: 240px;
	margin-top: 24px;
        display: inline;
	float: left;
	font-size: 0.9em;
}

/*  Frames ///////////////////////////////////////////////////////////*/
.frame-blauw1, .frame-groen1 {
	background: #D1E2F2;
	padding: 0.6em;
	margin-bottom: 1.3em;
	height: 1%;
}

.frame-blauw1 *, .frame-groen1 * {
	background: #D1E2F2;
	color: #0B65B4;
	margin: 0;
}

.frame-groen1 {
	background: #D7E5AE;
}

.frame-groen1 * {
	background: #D7E5AE;
	color: #5BB259;
}