body {
	background-color: #9EB3B2;
}

/* @group div containers */

#container {
	border: 8px solid #FFFFFF;
	background: #D6E4E1 url(images/bg_content_home.gif) repeat-y;
	width: 856px;
	text-align: center;
	margin: 20px auto;
}

#content {
	background: #D6E4E1;
	text-align: left;
}

#header {
	background: url(images/home_header.jpg) no-repeat;
	border-bottom: 8px solid #FFFFFF;
	height: 211px;
	width: 856px;
	position:relative;
}

#left {
	float: left;
	width: 316px;
	height: 285px;
	background: #BFCFCC;
}

#right {
	float: left;
	width: 510px;
	background: #D6E4E1;
	padding: 18px 0 0 28px;	
}

#images {
	width: 510px;
	border: 0;
}

#footer {
	width: 870px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#lang ul {
	list-style-type:none;
}
#lang {
	position:absolute;
	top:5px;
	right:0px;
	text-align:right;
	font: 11px/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#lang a:link, #lang a:visited {
	color: #A31E39;
	text-decoration:none;
	display:block;
	padding: 0 18px 0 18px;
	background: url(images/bg-lang.gif) no-repeat;
}
#lang a:hover, #lang a:active, #lang a:focus {
	color: #CDD9D7;
	background: #A31E39;
	text-decoration: none;
}	
	
/* @end */

/* @group navigation */

#left ul, #left ul li {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#left ul li a {
	text-decoration: none;
}

li#ms {
	height: 43px;
}

li#centrum, li#info, li#zorg, li#nieuws, li#contact, li#links, li#centrum a, li#info a, li#zorg a, li#nieuws a, li#contact a, li#links a {
	height: 37px;
	width: 316px;
	text-indent: -9999px;
	display: block;
}

li#ms, li#ms a {
	height: 43px;
	width: 316px;
	text-indent: -9999px;
	display: block;
}

li#ms a:link, li#ms a:visited {
	background: url(images/homeb_ms.gif) no-repeat;
}

li#ms a:hover {
	background: url(images/homeb_ms_over.gif) no-repeat;
}

li#centrum a:link, li#centrum a:visited {
	background: url(images/homeb_centrum.gif) no-repeat;
}

li#centrum a:hover {
	background: url(images/homeb_centrum_over.gif) no-repeat;
}

li#info a:link, li#info a:visited {
	background: url(images/homeb_info.gif) no-repeat;
}

li#info a:hover {
	background: url(images/homeb_info_over.gif) no-repeat;
}

li#zorg a:link, li#zorg a:visited {
	background: url(images/homeb_zorg.gif) no-repeat;
}

li#zorg a:hover {
	background: url(images/homeb_zorg_over.gif) no-repeat;
}

li#nieuws a:link, li#nieuws a:visited {
	background: url(images/homeb_nieuws.gif) no-repeat;
}

li#nieuws a:hover {
	background: url(images/homeb_nieuws_over.gif) no-repeat;
}

li#contact a:link, li#contact a:visited {
	background: url(images/homeb_contact.gif) no-repeat;
}

li#contact a:hover {
	background: url(images/homeb_contact_over.gif) no-repeat;
}

li#links a:link, li#links a:visited {
	background: url(images/homeb_links.gif) no-repeat;
}

li#links a:hover {
	background: url(images/homeb_links_over.gif) no-repeat;
}


/* @end */

/* @group text styles */

.clear {
	clear: both;
	height: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 14px
}

#right p {
	font: small/1.4 "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	color: #3f504c;
	margin: 0;
	padding: 0 0 0 5px;
}

#footer p {
	color:  #FFFFFF;
	font: x-small "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
}
#footer a {
	color:  #FFFFFF;
}
#defaulttxt a:link {
	color: #A31E39;
}
#defaulttxt a:visited {
	color: #687876;
	text-decoration: underline;
	font-style: italic;
}
#defaulttxt a:hover, #defaulttxt a:focus {
	color: #CDD9D7;
	background-color: #A31E39;
	text-decoration: none;
}

	
/* @end */

/* @group text hidden */

#defaulttxt, #imgonetxt, #imgtwotxt, #imgthreetxt, #imgfourtxt {
	position: absolute;
	width: 485px;
	background: #D6E4E1;
	padding-left: 13px;
}

#defaulttxt {
	z-index: 1;
}

#imgonetxt {
	z-index: 2;
	visibility: hidden;
}

#imgtwotxt {
	z-index: 3;
	visibility: hidden;
}

#imgthreetxt {
	z-index: 4;
	visibility: hidden;
}

#imgfourtxt {
	z-index: 5;
	visibility: hidden;
}

/* @end */

/* @group images */

.noborder {
	border: 0;
	float: left;
}

.last {
	border: 0;
}

.left {
	border: 0;
	float: left;
	margin-right: 10px;
}
	
/* @end */

