body {
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#000;
    font-size:12px;
    line-height:16px;
}
#content-wrapper {
	background:#933333 url(../images/bg-sitetop.png) top left repeat-x;
}
#container {
    width:980px;
    margin: 0 auto;
}
#header {
	background:url(../images/bg-header.jpg) top center no-repeat;
    height: 321px;
    overflow: auto;
}
#logo {
	position:absolute;
	float:left;
    width:130px;
    height:30px;
	margin:52px 0 0 20px;
}
#tel {
	position:absolute;
	width:127px;
	height:22px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	margin:18px 0 0 747px;
	line-height:22px;
}

#language {
    position:absolute;
    margin: 20px 20px 0 888px;
    width: 90px;
    height:19px;
}
#language li, #language li a {
    display:block;
    width:24px;
    height:19px;
    float:left;
	margin:0 6px 0 0;
}
#language li.nederlands {
    background:url('../images/flag-nl.jpg') top left no-repeat;
}
#language li.engels {
    background:url('../images/flag-en.jpg') top left no-repeat;
}
#language li.duits {
    background:url('../images/flag-de.jpg') top left no-repeat;
}
#language span {
    display:none;
}

#slider-cover{
	position:absolute;
	float:right;
    height:211px;
	width:820px;
    background:url(../images/slider-cover.png) top right no-repeat;
	margin:50px 0 0 160px;
	z-index:1000;
}
#slider {
	position:absolute;
	height:191px;
	width:810px;
	margin:60px 0 0 160px;
	background:#9A9A9A;
}
#menu {
	position:absolute;
    height:50px;
    line-height:50px;
    font-size:14px;
	font-weight:bold;
	margin:271px 0 0 136px;
}
#menu li {
    float:left;
	padding:0 1px 0 0;
}
#menu a {
	display:block;
    height:50px;
    padding:0 12px;
    color:#242424;
}
#menu li.active a, #menu li a:hover {
    color:#242424;
	background:url(../images/menu-hover.png) top left repeat-x;
}
#main-wrapper {
	background:url(../images/bg-main.png) top center repeat-y;
    overflow:auto;
}
#main {
	background:url(../images/bg-content-repeat.jpg) top left repeat;
	margin: 0 10px;
	overflow:auto;
}
#bg-rightbar {
	background:url(../images/bg-right.png) top right repeat-y;
	overflow:auto;
}
#content {
    width:650px;
    margin:25px 0 0 30px;
    float:left;
	padding:0 0 20px 0;
}
.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
	color:#780000;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
	color:#780000;
}
.text h1 {
    font-size:18px;
}
.text h2 {
    font-size:14px;
}
.text h3 {
    font-size:12px;
}

#rightbar {
    float:right;
    width:220px;
	padding:0 0 20px 0;
}
#rightbar .title {
    font-size:12px;
    font-weight:bold;
	color:#FFF;
    display:block;
    line-height:39px;
	padding:0 0 0 15px;
	border-bottom:1px solid #959595;
}
#rightbar-text {
    font-size:12px;
    display:block;
    padding:15px;
	color:#fff;
	margin:1px 0 0 0;
}

#footer-wrapper {
	background:url(../images/bg-footer.png) top center;
	margin:-29px 0 0 0;
	height:150px;
	overflow:auto;
}
#footer {
	margin:0 auto;
	padding:40px 0 0 0;
	width:940px;
    clear:both;
    font-size:11px;
	font-weight:bold;
	color:#9f9f9f;
}
#footer-left {
	float:left;
	width:400px;
}
#footer-map {
	float:right;
	width:143px;
	height:97px;
}
#footer-right {
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}
#footer a {
    color:#9f9f9f;
}
#footer a:hover {
    text-decoration:underline;
}

