﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #b4bdd1 url(../images/bg.png) top repeat-x;
	font-family: verdana;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	overflow: auto;
	line-height: 18px;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #333333;
}
a:hover{
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	color: #6183b0;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

h2 {
	color: #FFF;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.itline {
	text-decoration: underline;
	font-style: italic;
}

.imgspace {
	margin-right: 3px;
	margin-left: 3px;
}

.vspacer {
	margin-bottom: 7px;
}
/**************************************/


/* Algemeen lay-out */
#container {
	background: url(../images/contentbg.png) center top repeat-y;
	width: 1000px;
	min-height: 530px;
	margin: 0 auto;
	position: relative;
}

#homeimg {
	margin: 20px 0 11px 0;
}

#logo {
	background: url(../images/logo.png) top no-repeat;
	width: 253px;
	height: 139px;
	position:absolute; right:-2px; top:0px; 
	z-index: 2;
}
/**************************************/


/* Kolommen */
#leftkolom {
	background: url(../images/ballon.png) top no-repeat;
	width: 194px;
	height: 512px;
	float: left;
}

#middlekolom {
	margin-top: 74px;
	width: 625px;
	float: left;
}

#rightkolom {
	background: url(../images/rightkolom.png) top left no-repeat;
	width: 166px; /* 181px */
	height: 350px; /* 512px */
	padding: 162px 0 0 15px;
	float: left;
	z-index: 1;
}
/**************************************/


/* Content */
#contentwrapper {
	background-color: #e2e2ff;
	width: 625px;
}

#content {
	background-color: #e2e2ff;
	width: 591px; /* 625px */
	padding: 10px 17px 0 17px;
}

#contentlogo {
	background-color: #fff;
}
/**************************************/


/* Menu */ 
.menubar {
	background: url(../images/menubg.png) repeat-x;
	height: 36px;
	border-top: 2px solid #656259;
	padding-top: 8px;
	padding-left: 20px;
}

/**************************************/
/* Links bij het menu - rechter stuk van de luchtballon */
#menuleft {
	background: url(../images/menuleft.png) top no-repeat;
	width: 6px;
	height: 46px;
	position:absolute; left:194px; top:74px; 
}
/* Links bij het menu - rechter stuk van de luchtballon */
/**************************************/
	

/* Footer */
#footer {
    background: #ffed7b url(../images/footerbg.png) top repeat-x;
    width: 742px; /* 752px */
    height: 20px; /* 27px */
    color: #807e7e;
    font-size: 11px;
    border: 4px solid #FFF;
    border-top: none;
    text-align: left;
    padding: 15px 15px 0 161px;
    margin: 0 0 0 56px;
}

#footer a{
	color: #807e7e;
	text-decoration: underline;
}

#footer a:hover{
	color: #000;
	text-decoration: underline;
}
/**************************************/
