/* reset - */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, span, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

/* pngFix */
img, div, span { behavior: url(images/iepngfix.htc); }

body, select, input {
	margin: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: rgb(88,88,90);
	background: rgb(255,255,255);
	}

body {
  height: 100%;
	background: rgb(249,244,249) url(images/bg_body.jpg) top center no-repeat;
}

p {
	margin-bottom: 14px;
}

a {
	color: rgb(146,39,143);
}


.r {
	text-align: right;
}

.c {
	text-align: center;
}

li {
	margin-left: 15px;
}

h1 {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 22px;
	color: rgb(146,39,143);
	-font-weight: normal;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 20px;
	color: rgb(64,64,64);
	font-weight: normal;
}


/* layout */

#container { 
  top: 0px;
	width: 980px;
	position: relative;
	display: block;   
	margin: 0px auto 0px auto;
	height: auto;
	clear: both;
	padding: 0px;
	}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
	}
	
#header {
	display: block;
	height: 100px;
	width: 980px;
	}
	
#header .address {
	padding: 10px 70px 0px 0px;
	line-height: 16px;
	text-align: right;
	float: right;
}
	
#menu {
	margin-left: 100px;
	width: 140px;
	display: block;
	background: url(images/bg_menu.png) left top no-repeat;
	text-align: right;
}

#menu ul {
	height: 140px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 28px;
	width: 140px;
	border: 0px;
	float: left;
	}

#menu li a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 0px;
	height: 28px;
	width: 140px;
	line-height: 14px;
	}
	
#menu li a span {
	display: none;
	}


a#home:hover, a#home.current {
	background: url(images/bg_menu.png) -140px 0px;
}

a#interim:hover, a#interim.current {
	background: url(images/bg_menu.png) -140px -28px;
}

a#workshops:hover, a#workshops.current {
	background: url(images/bg_menu.png) -140px -56px;
}

a#administratie:hover, a#administratie.current {
	background: url(images/bg_menu.png) -140px -84px;
}

a#contact:hover, a#contact.current {
	background: url(images/bg_menu.png) -140px -112px;
}

#content {
	width: 980px;
	min-height: 700px;
	}
	

#left {
	float: left;
	width: 240px;
}

#right {
	float: left;
	margin-left: 20px;
	width: 650px;
	padding-top: 140px;
}

#right.home {
	background: url(images/mention-home.png) left top no-repeat;
}

#right.interim {
	background: url(images/mention-interim.png) left top no-repeat;
}

#right.workshops {
	background: url(images/mention-workshops.png) left top no-repeat;
}

#right.administratie {
	background: url(images/mention-administratie.png) left top no-repeat;
}

#right.contact {
	background: url(images/mention-contact.png) left top no-repeat;
}


#right img {
	border: 1px solid rgb(168,168,168);
}

.clear {
	clear: both;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


div.adr {
	margin-bottom: 14px;
}

.vcard {
	padding-left: 5px;
}

.vcard span {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
.vcard .org {
	margin: 0px;
	padding: 0px;
	display: block;
}

.vcard .fn, .vcard .country-name, .vcard .structural {
	display: none;
}

.vcard .space {
	display: block;
	padding-top: 8px;
}
	
#footer {
	margin-top: -15px;
	display: block;
	width: 850px;
	height: 100px;
	background: url(images/bg_footer.jpg) top left no-repeat;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	padding-top: 65px;
	margin-left: 100px;
	padding-left: 60px;
	}

#footer p {
	margin-left: 10px;
	margin-top: 10px;
	width: 640px;
}