body {
	color:#231f20;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#f7f7f7;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
a {
	color:#ed1c24;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
#wrapper {
	width:996px;
	margin:0 auto;
	background:url(../images/bg-page.gif) repeat-y;
}
.bg-btm {
	background:url(../images/bg-page-btm.gif) no-repeat 0 100%;
	padding:0 33px 12px 31px;
}
/* header */
#header {
	height:151px;
	background:url(../images/bg-header.gif) repeat-x 0 100%;
	position:relative;
}
#header h1 {
	margin:0;
	width:77px;
	height:76px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	position:absolute;
	top:19px;
	left:1px;
}
#header h1 a {
	display:block;
	height:100%;
}
#header .taxi {
	width:344px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:56px;
	left:95px;
	background:url(../images/txt-taxi.gif) no-repeat;
}
#header .phone {
	width:392px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:47px;
	right:13px;
	background:url(../images/bg-phone.gif) no-repeat;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:0;
	top:114px;
}
#nav li {
	float:left;
	padding-right:1px;
}
#nav li a {
	display:block;
	width:103px;
	line-height:29px;
	background:url(../images/bg-nav.gif) no-repeat;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#nav li a.active ,
#nav li a:hover {
	text-decoration:none;
	background-position:0 -29px;
}
#header .lang {
	margin:15px 17px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
#header .lang li {
	float:left;
	padding-left:9px;
}
.top-nav {
	margin:13px 2px 0 0;
	padding:0;
	list-style:none;
	float:right;
}
.top-nav li {
	float:left;
	padding:0 12px;
	background:url(../images/sep01.gif) no-repeat 100% 3px;
}
.top-nav li a {
	color:#231f20;
}
#main {
	overflow:hidden;
	min-height:465px;
	padding-top:21px;
}
* html #main {height:465px; overflow:visible;}
/* content */
#content {
	width:530px;
	float:left;
}
/* slide-box */
.slide-box {
	overflow:hidden;
	position:relative;
	width:530px;
	margin-bottom:20px;
}
.slide-box .slide-holder {
	position: relative;
	overflow: hidden;
	width:530px;
}
.slide-box ul {
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	position:relative;
}
.slide-box ul li {
	width:530px;
	float:left;
	position:relative;
}
.slide-box ul li img {
	display:block;
}
.slide-box ul li .text {
	background:url(../images/bg-transparent.png);
	padding-left:15px;
	width:515px;
	position:absolute;
	left:0;
	bottom:0;
}
.slide-box ul li .text p {
	margin:0;
	color:#fff;
	line-height:38px;
}
/* text-box */
.home .text-box {
	background:#e5e5e5 url(../images/bg-box.gif) repeat-x 0 40px;
	padding-bottom:15px;
}
.text-box .heading {
	background:#231f20;
	padding-left:13px;
	margin-bottom:13px;
}
#main h3 {
	margin:0;
	color:#fff;
	font-size:18px;
	line-height:40px;
	font-weight:normal;
}
.text-box img {
	float:left;
	margin:5px 20px 0 0;
}
.text-box .text {
	overflow:hidden;
	padding:0 38px 0 14px;
}
.home .text-box .text {
	min-height:136px;
}
* html .home .text-box .text {height:141px; overflow:visible;}

.text-box p {
	margin:0;
	padding-bottom:14px;
	line-height:18px;
}
.text-box.inner p {
	margin-bottom:20px;
	padding:0;
}
.text-box strong {
	font-size:14px;
	line-height:20px;
}
/* post-hold */

.post-hold strong {
color:#000000
}

.post-hold {
	padding:0 104px 0 13px;
}
.post-hold p {
	margin:0 0 24px;
	line-height:18px;
}
/* 3-box */
.tab-box {
	margin-bottom:20px;
}
.tabset {
	overflow:hidden;
	height:1%;
}
.tabset ul {
	margin:0 0 0 -1px;
	padding:0;
	float:left;
	list-style:none;
}
.tabset ul li {
	float:left;
	padding-left:1px;
}
.tabset ul li a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	display:block;
	border-bottom:1px solid #fff;
	background:#231f20;
	width:119px;
	padding-left:12px;
}
.tabset ul li a:hover ,
.tabset ul li a.active {
	text-decoration:none;
	background:#ed1c24;
	border-bottom:1px solid #ed1c24;
}
div.tab {
	background:#ed1c24;
	padding:29px 15px 0 15px;
	min-height:172px;
}
* html div.tab {height:172px;}
div.tab strong {
	font-size:14px;
}
div.tab ul {
	margin:20px 0 0;
	padding:0;
	list-style:none;
	color:#FFFFFF
}
div.tab ul li {
	padding:0 0 8px 23px;
	background:url(../images/arrow01.gif) no-repeat 0 2px;
}
div.tab ul li a {
	color:#fff;
}
div.tab ul li a span {
	font-weight:bold;
}
/* sidebar */
#sidebar {
	width:395px;
	float:right;
}
#sidebar .heading {
	background:#ed1c24;
	padding-left:15px;
	margin-bottom:13px;
}
.home .nieuws-box {
	background:#e5e5e5 url(../images/bg-box.gif) repeat-x 0 40px;
}
.nieuws-box .text {
	padding:0 15px 0 15px;
	min-height:163px;
	overflow:hidden;
}
* html .nieuws-box .text {height:163px; overflow:visible;}
.nieuws-box .text strong {
	color:#7c7c7c;
	font-size:10px;
	line-height:16px
}

.nieuws-box .text a {
	color:#7c7c7c;
	font-size:10px;
}
.nieuws-box .text p {
	margin:0 0 8px;
	line-height:16px;
}
.nieuws-box .text p a {
	color:#231f20;
	font-size:12px;
}
#sidebar .btn {
	margin:0;
	padding:6px 0 0 13px;
	list-style:none;
}
#sidebar .btn li {
	float:left;
	padding-right:4px;
}
#sidebar .btn li a {
	display:block;
	color:#fff;
	font-weight:bold;
	line-height:26px;
}
#sidebar .btn li a:hover {
	text-decoration:none;
}
#sidebar .btn li a.prev {
	background:url(../images/btn-prev.gif) no-repeat;
	padding-left:28px;
	width:55px;
}
#sidebar .btn li a.next {
	background:url(../images/btn-next.gif) no-repeat;
	padding-left:13px;
	width:70px;
}
/* footer */
#footer {
	overflow:hidden;
	height:39px;
	padding-top:24px;
}
#footer p {
	margin:0;
	color:#aeaeae;
}
#footer p span {
	padding:0 13px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
}
#footer ul li {
	float:left;
	padding:0 12px;
	margin-left:-1px;
	background:url(../images/sep02.gif) no-repeat 0 2px;
}
#footer a {
	color:#aeaeae
}
#footer ul li a {
	color:#aeaeae;
}
