@charset "utf-8";
/* CSS Document */

.header {
	background:url(/templates/img/bg-header-bruin.gif) repeat-x;
}
/*Header*/
.logo {
	width:129px;
	height:80px;
	position:absolute;
	right:155px;
	bottom:25px;
}

/**/
/*Menu*/
ul.menu {
	background:#80776d;
}

ul.menu li a:hover, ul.menu li a.active {
	background:url(/templates/img/menu-item-links-bruin.gif) left top no-repeat;
}
ul.menu li a:hover span, ul.menu li a.active span {
	background:url(/templates/img/menu-item-bruin.gif) right top no-repeat;
}
ul.menu li:hover ul, ul.menu li.sfhover ul {
        background:#80776d;
}
ul.menu ul li {
border-bottom:1px solid #b3b2ac;
}
/**/

.innercontainer {
	position:relative;
	width:980px;
	margin:0px;
}
.home {
	height:553px;
	width:910px;
	padding:35px;
	margin:0px;
	background:url(/templates/userfiles/img/achtergrond.jpg) no-repeat;
}
.introblok {
	width:910px;
	height:274px;
	background:url(/templates/img/bg-introblok.png) no-repeat;
	position:relative;
}
.blok-l {
	width:400px;
	float:left;
	margin:40px 50px 0px 50px;
	float:left;
}
.blok-l p.inleiding {
	border-top:#4d4d4d 1px solid;
	margin:5px 0px 10px 0px;
	padding:15px 0px 0px 0px;
}
h1.hhome {
	font-size:16px;
	margin:0px;
	color:#ffffff;
}
.foto-home {
	width:320px;
	height:180px;
	position:relative;
	float:left;
	margin:45px 50px 0px 40px;
}
.button-bezoek {
	position:absolute;
	bottom:5px;
	right:20px;
	background:#8d9d80;
	height:26px;
	padding-top:4px;
	width:150px;
	text-align:center;
}
.bbezoek {
	color:#ffffff;
}
ul.triple {
	width:870px;
	padding:0px;
	margin:20px 0px 0px 20px;
	position:relative;
}
ul.triple li {
	background:url(/templates/img/bg-li-home.png);
	width:220px;
	height:215px;
	margin:0px 30px 0px 0px;
	padding:25px;
	list-style-type:none;
	float:left;
	font-size:11px;
	color:#ffffff;
}
ul.triple li.midden {
	background:url(/templates/img/bg-li-home-midden.png);
}
ul.triple li.last {
	margin:0px;
}
h2.blokli {
	color:#ffffff;
	font-size:16px;
	margin:0px;
}
ul.triple li img {
	width:216px;
	height:90px;
	border:2px solid #ffffff;
	margin:5px 0px 10px 0px;
}

.footer {
	background:url(/templates/img/footer-bruin.gif) repeat-x;
}