body
{
	margin: 0;
	padding: 0;
	background-image: url(images/grain.jpg);
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #444444;
}

a:link /* unvisited link*/
{ 
	color: #1D5E9E;
	text-decoration: underline;
}
a:visited /* visited link*/
{ 
	color: #1D5E9E;
}
a:hover /* mouseover link*/
{ 
	color: #1D5E9E;
	text-decoration: none;
}
a:active /* selected link*/
{ 
	color: #1D5E9E;
}

a img {border: none;}

#container
{
	margin: 40px auto 40px auto;
	background-color: #FFF8DB;
	width: 780px;
	padding: 0;
}

/* ---- HEADER STYLE ---- */
#header
{
	height: 133px;
	width: 100%;
	position: relative;
	background-image: url(images/header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header form
{
	position: absolute;
	bottom: 23px;
	left: 20px;
	margin: 0px;
	color: #1D5E9E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;	
}

/* --- / HEADER STYLE --- */



/* ---- MENU STYLE ---- */

div.menu
{
	float: left;
	margin: 20px 0 0 10px;
	width: 160px;
	text-align: left;
}
/*Mozilla Firefox*/
html>body div.menu {
	margin-left: 20px;
	overflow: visible;
}

div.menu .enkelknopswrapper{
	margin-bottom: 3px;
	width: 125px;
	background-color: #FFE67D;
	padding: 1px;
}

div.menu .multiknopswrapper{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.menu .menuknop{
	background-color: #FFF7D2;
	color: #1D5E9E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	padding: 1px 0 1px 8px;
	margin:0;
	border: 0px;
}

a.menuknoplink /* Niet nodig voor Firefox, wel IE */
{
	text-decoration:none;
	cursor: pointer;
}

div.goededoelen
{
	height: 100px;
	width: 100px;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	border: 0
}

/* --- / MENU STYLE --- */


/* ---- CONTENT STYLE ---- */

div.content
{
	margin: 20px 20px 40px 200px;
	clear: none;
}

.knopParticulier{ display: inline;}
.knopZakelijk{ 	margin-left: 40px; display: inline;}

div.content .form {
	font-weight: bold;
}

/* --- / CONTENT STYLE --- */



#footer
{
	position: relative;
	clear: both;
	height: 37px;
	background-image: url(images/footer.jpg);
}

#languages
{	
	position: absolute;
	right: 5px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
/*Mozilla Firefox*/
html>body #languages
{	
	bottom: 7px;
	right: 5px;
}

#languages ul.list .name
{
	display: none;
}
#languages  ul.list, #languages  ul.list li
{
	list-style-type:none;
	display: inline;	
	padding: 0;
	margin: 0;
}

#languages ul.list a img
{
	border-right: 1px solid #FFF8DB;
	border-bottom: 1px solid #FFF8DB;
}

/*IE*/
#languages ul.list a:hover img
{
	border-right: 1px solid #FFD700;
	border-bottom: 1px solid #FFD700;
}


/* ---- TEXT STYLE ---- */

.title {
	font-family: Arial;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	color: #2066AE;
}

.title2 {
	font-family: Arial;
	font-size: 105%;
	font-weight: bold;
	color: #2066AE;
}

.bluebold {
	font-size: 100%;
	font-weight: bold;
	color: #2066AE;
}

.blue {
	font-size: 100%;
	color: #2066AE;
}

.slogan {
	font-family: Arial;
	font-size: 100%;
	font-style: italic;
	color: #2066AE;
}

SPAN.formuliererror {
	font-size: 90%;
}

/* --- / TEXT STYLE --- */