body {
	color: #000000;
	background-image: url('../images/bg.gif');
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17pt;
	height: 100%;
}

/* Opbouw */

#container_table {
      background-color: #ffffff;  
	  margin-top:35px;
}

#container {
	width: 800px;
	padding: 0px;
}

#menubar {
	color: #ffffff;
	background-color: #1b151b;
	width: 800px;
	height: 23px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	letter-spacing: 2px;
}

#navbar {
	color: #ffffff;
	background-color: #1b151b;
	width: 800px;
	height: 23px;
	padding: 0px;
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 9px;
}

#menu_top_left {
	float: left;
	text-align: left;
}

#menu_top_right {
	float: right;
	text-align: right;
}

#header {
	background-image: url('../images/header.jpg');
	width: 800px;
	height: 146px;
}

#content {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 25px;
	float: left;
	text-align: left;
}

#menu_right {
	background-image: url('../images/bg_menu.jpg');
	width: 200px;
	height: 408px;
	float: right;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	letter-spacing: 2px;
}

#menu_right_empty {
	background-image: url('../images/bg_menu_empty.jpg');
	width: 200px;
	height: 408px;
	float: right;
}

/* Tekst */

#navbar h1 {
	font-size: 11px;
	margin: 0px 10px 0px 10px;
}

#content h1 {
	margin: 5px 20px 10px 20px;
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
}

#content h2 {
	margin: 20px 20px 10px 20px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13pt;
}

p.intro {
	font-weight: bold;
	text-align: justify;
}

p.voetnoot {
	color: #888888;
	font-size: 10px;
	line-height: 10pt;
	text-align: justify;
}
#support p {
	margin-left: 20px;
	margin-right: 20px;
	width: 580px;
	text-align: justify;
}
#content p {
	margin-left: 20px;
	margin-right: 20px;
	width: 325px;
	text-align: justify;
}

#content p.home {
	margin: 30px 20px 0px 20px;
	width: 500px;
	text-align: justify;
}

/* Overig */

#content img.right {
	float: right;
	margin-right: 30px;
}

#content img.left {
	float: left;
	margin-right: 30px;
}

#content img.home_left {
	float: left;
	margin-right: 20px;
}

#content img.home_right {
	float: right;
	margin-left: 20px;
}

/* Tabellen */

table.specs {
	margin-left: 20px;
	margin-top: 10px;
}

td.spec_head {
	font-weight: bold;
	color: #aaaaaa;
        font-size: 10px;
	border-top: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
}

td.spec_left {
	color: #888888;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13pt;
	text-transform: uppercase;
	width: 175px;
	text-align: right;
	padding-right: 7px;
	border: 1px solid #e7e7e7;
	border-right: 0px;
}

td.spec_right {
	width: 300px;
	text-align: left;  
	line-height: 13pt;
	padding-left: 7px;
	border: 1px solid #e7e7e7;
	border-left: 0px;
}

table.buy {
	margin-left: 20px;
	margin-top: 10px;
}

td.buy_left {
	color: #888888;
	width: 175px;
	padding: 7px;
	border: 1px solid #e7e7e7;
	border-right: 0px;
}

td.buy_right {
	width: 300px;
	text-align: right;  
	line-height: 10pt;
	padding: 7px;
	border: 1px solid #e7e7e7;
	border-left: 0px;
}

/* Links */

a:link { color: #7b0305; }
a:visited { color: #7b0305; }
a:hover { text-decoration: none; }

#menu_top_right a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #605c60;
}

#menu_top_right a:hover { background-color: #373337; }

#menu_right a {
	color: #ffffff;
	background-color: #1e3757;
	display: block;
	height: 23;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin-bottom: 1px;	
}

#menu_right a.active {
	color: #611010;
	background-color: #dadde2;
}

#menu_right a:hover {
	color: #611010;
	background-color: #dadde2;
}
