/* 	Intersafe basic colours: 
	#097035 > donkergroen
	#1E6C4C > donkergroen, zoals de greenbar onder het menu.
	#002F74 > donkerblauw
	#444444 > donkergrijs	
*/

/* common */
html {
	overflow-y:scroll;
}
html, body {
	margin:0px;
	padding:0px;
	line-height:20px;
}
html, body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #444444;
}
img {
	border: 0px;
}
td {
	vertical-align:top;
}
form {
	margin:0px;
}
ul {
	margin: 0px;
	padding-left: 16px;
}
li {
	list-style-type: square;
	list-style-position: outside;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 20px;
	font-weight: bold;
	color: #097035;
}
h2 {
	font-size:15px;
}
.kop1, .kop2 {
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	margin-bottom:1px;
}
.kop2 {
	font-size: 15px;
}
.kop1-groen, .kop2-groen {
	font-size: 20px;
	font-weight: bold;
	color: #097035;
	margin-bottom:1px;
}
.kop2-groen {
	font-size: 15px;
}
.kop1-blauw, .kop2-blauw {
	font-size: 20px;
	font-weight: bold;
	color: #002F74;
	margin-bottom:1px;
}
.kop2-blauw {
	font-size: 15px;
}

table#container {
	margin: 0px auto;
	width:100%;
	border-collapse:collapse;
}
table#container td {
	padding:0px;
}
table#container tbody {
	height:100%;
}

div#header_bg {
	background: url('../img/header_bg.gif') repeat-x bottom left;
	border-bottom:1px solid #ACC6B6;
}

div#header {
	/*background: url('../img/header.gif') no-repeat center center;*/
	margin:0px auto;
	width:986px;
	/*height:172px;*/
	height:125px;
	position:relative;
}
div#header_logo {
	position:absolute;
	left:42px;
	top:29px;
}
div#mainmenu {
	bottom:5px;
	left:32px;
	position:absolute;
}
div#mainmenu a {
	display:block;
	text-align:center;
	float:left;
	padding-left:4px;
	padding-right:4px;
	width:144px;
	color:#666666;
	font-weight:bold;
	padding-bottom:0px;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
}
div#mainmenu a:hover {
	color: black;
}
div#mainmenu_slide_area {
	position:absolute;
	bottom:-5px;
	left:36px;
	width:910px;
	height:10px;
	overflow:hidden;
}

div#langmenu {
	position:absolute;
	right:22px;
	top:10px;
}
div#langmenu a {
	border:1px solid #d2d2d2;
	display:block;
	padding:1px;
	float:left;
	margin-left:12px;
}
div#langmenu a.selected {
	border-color: #222222;
}
div#langmenu a:hover {
	border-color: #222222;
}

div#home_contactmenu {
	bottom:5px;
	left:80px;
	position:absolute;
}

div#home_contactmenu a {
	display:block;
	width:70px;
	text-align:left;
	float:left;
	color:#666666;
	font-weight:bold;
	padding-bottom:5px;
	text-decoration:none;
	padding-bottom:0px;
	text-decoration:none;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
}
div#home_contactmenu a:hover {
	color:black;
}
div#home_bar_placeholder {
	position:relative;
	height:22px;
}
div#home_bar {
	position:absolute;
	left:4px;
	background:#1E6C4C no-repeat;
	width:905px;
	height:22px;
	color:white;
	text-align:center;
	font-size:10px;
	letter-spacing:1px;
	line-height:22px;
	text-transform:uppercase;
}


div#greenbar {
	background-color:#1E6C4C;
	height:10px;
	width:144px;
	overflow:hidden;
	position:absolute;
}

div#searchbar {
	position:absolute;
	right:22px;
	top:35px;
	color:#727F8F;
	text-transform:uppercase;
	font-size:10px;
}
div#searchbar input {
	border:1px solid #B1B5B9;
	font-size:11px;
	width:131px;
}
div#searchbar input.submit {
	border:0px;
	background: url('../img/search_submit.gif');
	width:20px;
	height:17px;
}

div#content {
	width:986px;
	margin:8px auto;
	min-height:300px;
}
div#content a {
	color:#097035;
	border-bottom:1px dotted #097035;
	text-decoration:none;
}
div#content a:hover {
	color: #002F74;
	border-bottom:1px solid #002F74;
}

div#footer_bg {
	border-top: 1px solid #ACC6B6;
	border-bottom: 1px solid #ACC6B6;
	height:30px;
}

div#footer {
	font-size:10px;
	margin:0px auto;
	text-transform:uppercase;
	width:986px;
	font-weight:bold;
	color: #AAAAAA;
	position:relative;
	line-height:13px;
	padding-top:2px;
}
div#footer_left {
	position:absolute;
	right:200px;
}
div#footer_right {
	position:absolute;
	width:190px;
	right:10px;
	text-align:right;
}
div#footer a {
	color: #AAAAAA;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
div#footer a.xsarus {
	padding-left:0px;
}
div#footer a:hover {
	color:#097035;
}

div#submenu {
	margin-left:14px;
	margin-top:54px;
	position:relative;
	z-index: 99;
}
div#submenu a, div#submenu a:hover {
	display:block;
	border:0px;
}
div#submenu a:hover {
	background-color:#EAEAEA;
}
div#submenu a.top {
	border-left:7px solid white;
	padding-left:5px;
	font-weight:bold;
	color:#002F74;
	text-transform:uppercase;
	letter-spacing:1px;
	width:157px;
}
div#submenu a.top:hover {
	background-color:white;
	color: #097035;
	border-left:7px solid white;
}
div#submenu a.item {
	border-left:7px solid #DEDEDE;
	padding-left:5px;
	font-weight:bold;
	color:#002F74;
	width:157px;
}
div#submenu a.item:hover {
	color: #097035;
	border-left:7px solid #097035;
}
div#submenu a.hover {
	color: #097035;
	border-left:7px solid #097035;
	background-color:#EAEAEA;
}
div#submenu a.arrow {
	background-image: url('../img/menu_arr.gif') ;
	background-repeat: no-repeat;
	background-position: 152px 7px;	
}
div#submenu a.subitem {
	border-left:7px solid #DEDEDE;
	padding-left:8px;
	color:#002F74;
	width:154px;
}
div#submenu a.subitem:hover {
	color: #097035;
	border-left:7px solid #097035;
}
div#submenu a.active {
	color: #097035;
	border-left:7px solid #097035;
}
div#submenu div.layer {
	background:white url('../img/menu_bg.gif') repeat-y;
	position:absolute;
	display:block;
	left:170px;
	width:170px;
	padding-right:1px;
}

div#busbalk {
	height:25px;
}
div#busbalk a {
	font-size:11px;
	color:gray;
	border-bottom:1px dotted gray;
}
div#busbalk a:hover {
	color:black;
	border-bottom:1px solid black;
}

/* HOMEPAGE */
table.home {
	border-collapse:collapse;
	margin-left:31px;
	min-height:400px;
}
table.home td.home_left {
	width:152px;
}
table.home td.home_left p {
	margin-top:0px;
}
table.home td.home_col {
	background: white url('../img/dot.gif') repeat-y;
	width:152px;
}
table.home td.home_right {
	background: white url('../img/dot.gif') repeat-y;
}
table.home td.home_col p {
	margin-top:0px;
}
table.home div.cnt {
	margin:8px;
	margin-left:10px;
}
table.home div.corp {
	padding-left:4px;
	margin-bottom:10px;
}
table.home div.corp a {
	border-bottom:0px !important;
}
table.home div#newsdetail {
	margin:8px 27px 0px 10px;
	cursor:pointer;
}
table.home div#newsdetail span.datum, span.number {
	font-size:10px;
	font-weight:bold;
}
table.home div#newsdetail a {
	font-weight:bold;
}

div#home_right_kader_placeholder {
	position:relative;
	height:252px;
	cursor:pointer;
}
table.home div#home_right_kader_placeholder {
	margin-left:4px;
}
div#home_right_kader {
	position:absolute;
	background-color:white;
}
div#home_right_kader ul#newsitems {
	display:none;
	visibility:hidden;
}
div#home_right_kader div.frame {
	position:absolute;
	top:0px;
	left:0px;
}
div#home_right_kader div#foto_wrapper {
	width:317px;
	height:252px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	border-right:1px solid white;
}
div#home_right_kader img#foto_slide, div#home_right_kader img#foto_bg {
	position:absolute;
	width:317px;
	height:252px;
	overflow:hidden;
	top:0px;
	left:0px;
	background-color:white;
}

div#home_right_kader div.tekst {
	position:absolute;
	top:212px;
	left:52px;
	font-size:12px;
	line-height:17px;
	width:260px;
	overflow:hidden;
}
div#home_right_kader a {
	color: #444444;
	border-bottom:0px;
}
div#home_right_kader a:hover {
	border-bottom:0px;
	text-decoration:underline;
}
div#home_right_kader div.tekst span.datum {
	font-size:10px;
	font-weight:bold;
}

/* CONTENT */
table.content {
	border-collapse:collapse;
}
table.content td.menu_col {
	width:183px;
	height:300px;
}
table.content td.menu_col div.corp {
	padding-left:26px;
	padding-top:30px;
}
table.content td.content_col {
	background: white url('../img/dot.gif') repeat-y;
	width:590px;
	padding:8px !important;
	padding-left:10px !important;
}
table.content td.content_col_full {
	background: white url('../img/dot.gif') repeat-y;
	width:800px;
	padding:8px !important;
	padding-left:10px !important;
	padding-right: 0px !important;
}
table.content td.right_col {
	background: white url('../img/dot.gif') repeat-y;
	width:175px;
	padding:8px !important;
	padding-left:10px !important;
}
table.content td.right_col {
	padding-top:50px !important;
}
div.foto_right {
	position:relative;
	width:166px;
	height:252px;
	overflow:hidden;
}
div.foto_right img {
	position:absolute;
	top:0px;
	left:0px;
}
div.foto_right span {
	position:absolute;
	display:block;
	top:212px;
	left:27px;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
}

/* NEWS */
div.newsitem {
	margin-bottom:15px;
	clear:both;
	height:180px;
}
div.newsitem span.datum {
	font-size:0.9em;
	font-weight:bold;
	color:#444444;
}
div.newsdetails span.datum {
	font-size:0.9em;
	font-weight:bold;
	display:block;
	float:left;
	padding-right:5px;
}

span.smaller {
	font-size:0.9em;
}

table.dealerlist {
	border-collapse: collapse;
	width: 100%;
}
table.dealerlist th {
	border-bottom: 3px double #BDBDBD;
	line-height: 16px;
	text-align: left;
}
table.dealerlist tbody td {
	border-bottom: 1px solid #BDBDBD;
	line-height: 17px;
}
table.dealerlist a {
	color:#097035;
	border-bottom:1px dotted #097035;
	text-decoration:none;
}
table.dealerlist a:hover {
	color: #002F74;
	border-bottom:1px solid #002F74;
}
