/* ---------------------------------- MAIN SETTINGS --------------------------------------- */

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height:150%;
	height:100%;
	overflow: -moz-scrollbars-vertical;
	color: #000;
	background-image: url('../img/xo-back.jpg');
	background-repeat: repeat-x;
}

p {
	padding: 0px 0px 0px 0px;
	margin-top: 17px;
}

h1,h2,h3,h4 {
	color: #f89e35;
	margin: 5px 0 0 0;
	padding: 0; 
}
h1 { font-size:20px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }

#centerwrap {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:974px;
	height: 750px;
	position:relative;
}

/* end hack */
#centerwrap {
	float:none;
	margin:10pt auto;
	padding:0pt;
	width:972px;
	background-color: #fff;
}

#logo {
	position:absolute;
	left:0px;
	top:5px;
	width:250px;
	height:240px;
}

#header { 
	position:absolute;
	left:250px;
	top:5px;
	width:722px;
	height:97px;
	background:url(../img/header_bg.gif) top left no-repeat;
}

#header_photo {
	padding: 10px 0px 0px 0px;
}

#left {
	position:absolute;
	left:2px;
	top: 132px;
	width:249px;
}

#left_line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 238px;
}

#right {
	position:absolute;
	left:732px;
	top:132px;
	width:240px;
	border-top: solid 1px #cacbcc;
}

/* MAIN MENU */
#main_menu {
	position:absolute;
	left:250px;
	top:102px;
	width:721px;
	height:30px;
	background:url(../img/menu_bg.gif) top left repeat-x;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

a.main_menu_items {
	color: #a5a5a9;
	text-decoration:none;
	background: url(../img/menu_item.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 28px;
	padding-left: 12px;
	padding-right: 12px;
	background-position: top right;
	text-align: center;
	display: block;
	font-size: 10px;
	font-weight: none;
}

a.main_menu_items:hover {
	background-image: url(../img/menu_item.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #FFFFFF;
}

/* NEWS ITEMS */
#news_item{
	padding-left: 4px;
	padding-right: 8px;
}

#news_line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 238px;
}

#news_header {
	background-image: url(../img/news_header.gif);
	background-repeat: no-repeat;
	height: 29px;
	line-height: 29px;
	color: #777879;
	font-weight: bold;
}

.news_date {
	font-size:11px;
	color:#f28736; 
}

.news_header {
	font-weight:bold;
	color: #9c9d9f;
}

.news_content {
	color: #9c9d9f;
	font-style: italic;
}

a { outline: none; }
a.news_links { color: #f28736; text-decoration:none; font-style: none;}

/* RIGHT ITEMS */
#banner_items {
	padding-top: 5px;
	width: 236px;
	float: right;
}

#line {
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	height: 10px;
}


a.leesmeer {
	color:#f28736;
	text-decoration:none;
	font-weight:bold;
}

a.sub_menu_1_link_active {
	color:#f28736;
	font-weight: bold;
	text-decoration:none;
	margin-left: 15px;
}
a.sub_menu_1_link_not_active {
	color:#a4a4a6;
	text-decoration:none; 
	margin-left: 15px;
}

a.sub_menu_2_link_active { color:#f28736; text-decoration:none; margin-left:19px; }
a.sub_menu_2_link_not_active { color:#a4a4a6; text-decoration:none; margin-left:19px; }
a.sub_menu_2_link_not_active img { border: 0; }
a.sub_menu_2_link_active img { border: 0; }


.even {
	background-color: #fff;
}

.oneven {
	background-color: #FFF;
}

#menu_level_0 {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style: none;
	list-style-image: none; 
}

#menu_level_0 li {
	border-bottom: solid 1px #CACBCC;
}

#menu_level_0 li a {
	margin-left: 10px;
	color: #A4A4A6;
	text-decoration: none;
	font-size: 12px;
}

#menu_level_0 li a.active {
	color: #f28736;
}

#menu_level_1 {
	margin-left: 18px;
	padding: 0;
	line-height: 18px;
	border-bottom: 0px;
}

#menu_level_1 li {
	border-bottom: 0;
	list-style: inside;
	list-style-image: url('/img/bullet.gif');
}

#menu_level_1 li a {
	color: #A4A4A6;
	font-size: 12px;
}

#menu_level_2 {
	margin-left: 12px;
	padding: 0;
}

#menu_level_2 li {
	list-style: none;
	list-style-image: none;
}

#menu_level_2 li a {
	color: #A4A4A6;
	font-size: 12px;
}

#menu_level_3 {
	list-style-position: outside;
	list-style-image: none;
}

#menu_level_3 li a {
	margin-left: 0px;
}

#menu_level_3 li a:hover {
	color: #7D8890;
}



hr {
	border: 0;
	margin:8px 0 8px 0;
    color: #b9ced3;
    background-color: #b9ced3;
    height: 1px;
}

hr.sub_menu_line {
	width: 218px;
}

hr.product_line {
	width: 100%;
}

.main_title {
	color:#c8cfd4;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}

a.vorige {
	text-decoration:none;
	color:#f28736;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	float:right;
}

.logo_float_right {
	float:right;
	margin: 0 0 30px 20px;
}

.logo_float_left {
	float:left;
	margin: 0 0 0 25px;
}

/* search box */

#search_box {
	position: absolute;
	top: 70px;
	left: 550px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#disclaimer {
	position: absolute;
	top: 10px;
	left: 590px;
	color: #737D7F;
	font-size: 11px;
}

#disclaimer a {
	color: #737D7F;
	text-decoration: none;
}

.search_box {
	border: solid 1px #BBB;
	font-size: 10px;
	width: 70px;
}

#button {
	border: solid 1px #BBB;
	font-size: 9px;
	height: 17px;
	width: 20px;
	color: #999;
}

#info {
	margin: 10px;
	text-align: center;
}

#main_content a{
	text-decoration: underline;
	color: #f28736;
}

#main_content_image {
	width: 221px;
	padding-left: 10px;
	border-left: solid 1px #cacbcc;
}

#main_content_tekst {
	width: 458px;
	padding-right: 10px;
}