@import url(/css/menu.css);
@import url(/css/forms.css);
@import url(/css/includes.css);

/********************************************************
   default.css
   (C) Mangrove 2006
   Default style properties
********************************************************/

body
{
  font-family: arial, verdana, sans-serif;
  margin:0;
  padding:0;
  font-size: 0.7em;
  line-height: 1.8em;
  color: #575b5d;
  background:  #ffffff url('/images/bg.gif') repeat-x; 
}

body.home
{
  background: #ffffff url('/images/bg_home.gif') repeat-x; 
}

body#body_popup {
	background: none;
}

body#body_popup object {
	margin: 0;
	padding: 0;
}

/***************************************************/
/*****                   text                  *****/
/***************************************************/

a {
  color: #697284;
}

h1, h2, h3, h4, h5, h6
{
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h1{
	font-size:20px;
	color:#d5003c;
	font-weight:normal;
	margin:10px 0 10px;
}

.error{
  color: red;
}

.nobottommargin{
	margin-bottom: 0;
}

p
{
  margin: 0 0 20px 0;
}
p.intro
{
  font-size:12px;
  font-weight:bold;
  font-family:Tahoma;
}

.contentleft h2 {
	font-size: 14px;
	font-weight: normal;
	color: #575b5d;
	background-color: transparent;
	margin: 0 0 10px 10px;
}

.contentleft h2.product {
	font-size: 28px;
	font-weight: normal;
	color: #d5003c;
	background-color: transparent;
	margin: 20px 0 10px 0;
}

.contentright h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px;
}


h2 
{
  font-size: 1.3em;
  color: #6a7385;
  background-color: transparent;
}

h3
{
  color: #d5003c;
  font-size: 1.3em;
  font-weight: normal;
  display: inline;
}

b, strong
{
  color: #000000;
  background-color: transparent;
}

.red, h4
{
  color: #d5003c;
  background-color: transparent;
  font-size: 1em;
}

img
{
  border: 0;
}

img.right
{
  float: right;
}

div.spacer
{
  clear: both;
}

hr
{
	height:0; 
	border-left:0;
	border-right: 0;
	border-bottom: 0;
	border-top:1px solid #eae9e6; 
	margin:0; 
	padding:0;
}

a.switch
{
	text-decoration: none;
	color:#d5003c;
	background-color: transparent;
}

a:hover.switch
{
	text-decoration: underline;
}

ul, li
{
  margin:0 0 0 10px;
	padding:0;
}

/***************************************************/
/*****                  opmaak                 *****/
/***************************************************/

#wrapper, #wrappercontent
{
  width: 775px;
  margin: 0 auto;
  padding: 0;
  position: relative;
		z-index: 1;
}

#header {
	width: 775px;
	height: 281px;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(/images/bg_header.gif) no-repeat 0 0;
}

#header #logo, #header h1 {
	margin: 0;
}

#header #logo a, #header h1 a {
	display: block;
	width: 176px;
	height: 60px;
	position: absolute;
	left: 3px;
	top: 0;
	margin: 0;
}

#header #logo span, #header h1 span {
	position: absolute;
	overflow: hidden;
	width: 0;
}

body.home #header
{
  width: 100%;
  height: 483px;
}

div#flash_header {
	width: 100%;
	height: 211px;
	position: absolute;
	z-index: 2;
	top: 70px;
	left: 0;
	text-align: center;
	background: #1e1b16;
}

div#flash_header_home {
	width: 100%;
	height: 410px;
	position: absolute;
	top: 70px;
	left: 0;
	text-align: center;
	z-index: 2;
	background: #352e26;
}

div.flash_header_alt {
	background: url('/images/noflash_home.jpg') no-repeat center;
	width: 407px;
	height: 360px;
	margin: auto;
	padding: 50px 20px 0 350px;
	text-align: left;
}

div.flash_header_alt h2 {
	font-size: 1.4em;
	color: #fff;
}

div.flash_header_alt h2 span {
	font-weight: normal;
}

div.flash_header_alt p {
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0 0 0;
}

div.banner_home {
	position: absolute;
	top: 213px;
	left: 13px;
	z-index: 50;
}


#banner_sidebar_selector{
	border:1px solid #EAE9E6;
	float:right;
	margin:25px 0 0;
	padding:5px 15px;
	width:179px;
}

#banner_sidebar_selector div{
	text-align:center;
}
#banner_sidebar_selector p{
	margin:0;
}

div#banner_home1, div#banner_home2 {
	float: left;
	width: 178px;
	height: 198px;
	overflow: hidden;
	margin-right: 15px;
	padding: 10px 0 0 0;
	background: url(/images/bg_banner_home.gif) no-repeat;
}

div#banner_home1 h3, div#banner_home2 h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 10px 0;
	margin: 0;
}

div#selector_home {
	width: 178px;
	height: 89px;
	margin: -15px auto 0;
}

div#selector_home img{
	padding: 10px 0 0 30px;
}

div#banner_home1 p, div#banner_home2 p {
	padding: 0 10px 0;
}

div#banner_home2 img {
	 margin-left: 25px;
}

div#home_form{
	margin: 10px 0 0 10px;
	float: left;
	width: 379px;
}

div#home_form form {
	margin-left: -10px;
}

div#home_form h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}

div#home_form label {
	text-align: right;
	padding-right: 15px;
	width: 80px;
}

div#home_form label.radio {
	text-align: right;
	margin: -2px 10px 0 -3px; 
	width: auto;
	float: left;
}

div#home_form input {
	border: 1px solid #dfdedb;
}

div#home_form input.btn_normal {
	border: 0;
	cursor: pointer;
	background: url(/images/btn_contacthome_normal.gif);
	width: 87px;
	height: 20px;
	overflow: hidden;
	margin: 10px 0 0 190px;
	padding: 20px 0 0;
	float: left;
}

div#home_form input.btn_normal:hover, div#home_form input.btn_hover {
	background: url(/images/btn_contacthome_hover.gif);
}

div#home_form input.radiobutton {
	float: left;
	border: 0;
}

div.left
{
  width: 435px;
  float: left;
  padding: 10px 15px 20px 13px;
	position: relative;
}

body.home div.left 
{
  width: 100%;
}

div.right
{
  width: 312px;
  float: left;
  padding: 0;
}

div.righthome
{
  margin: 10px;
  padding: 10px;
}

div.contentleft
{
	margin-top: 8px;
  width: 530px;
  float: left;
  padding: 10px 20px 40px 13px;
}

div.contentright
{
  background: #fff; 
  width: 209px;
		border: 1px solid #eae9e6;
  float: right;
  padding: 5px 0;
		margin: 25px 0 0;
}

div.righttext
{
	margin: 10px; 
	padding: 5px; 
	border: 1px solid #697284;
}

/***************************************************/
/*****                  footer                 *****/
/***************************************************/

#footer
{	
  width: 100%;
  height: 37px;
  padding: 18px 0 10px 0;
  clear: both;
  float: none;
  color: #000000;
		border-top: 1px solid #eae9e6;
		margin-top: 19px;
}

#footercontent
{	
  width: 775px;
  height: 57px;
  clear: both;
  float: none;
  color: #000000;
  margin: 0 auto;
  padding: 0; 
}

#footercontent_left
{	
	float: left;
	width: 400px;
}

address
{
	font-style:normal;
}

span.intellilink {
	border-bottom:1px dashed #257CC6;
	cursor:help;
	font-size:1em;
	margin:0pt;
}

div#tooltip
{
    position: absolute;
    background: #fff;
    width: 300px;
    padding: 10px 10px 0;
    border: 1px solid #bebebe;
}