body {
	margin:0;
	padding:0 0 25px 0;
	font-family:arial;
	font-size:10pt;
	z-index:1;
} 

* html body {
	overflow:hidden;
}

* html div#content {
	position:absolute;
	height:100%;
	overflow:auto;
	margin-bottom:55px;
	padding-bottom:55px;
}

div#header {
	margin:0px;
	background: url(../img/top.png) repeat-x;
	height:115px;
}

div#header h1 {
	margin:0 0 0 15px;
}

div#header h1 img {
	border:0px;	
}

div#header_center span {
	margin-right:50px;
	font-size:16pt;
}

div#search {
	position:absolute;
	right:80px;
	top:40px;
	height:10px;
	margin:0px;
	padding:0px;
}

div#search input {
	border:0px;
}

.searchbox {
	height:16px;
	border:0px;
	padding-left:3px;
	top:0px;
}

.searchbutton {
	position:absolute;
	margin-right:10px;
	border: #000 solid 1px;
}

div#login {
	position:absolute;
	right:10px;
	top:80px;
	text-align:right;
	font-size:20px;
}

div#login a {
	color:#FFF;
}

div#login a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
div#login_div {
	position:relative;
	right:0px;
	margin-top:12px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
	background: #EEE;
	width:260px;
	z-index:99999999;
}
div#login_div img {
	background: url(../img/logindiv_layer.gif) no-repeat top left;
}
div#login_div label {
	float:left;
	margin-left:0px;
}

div#login_div input {
	clear:left;
	margin-bottom:5px;
	margin-right:25px;
}

div#registatie_div {
	margin-top:3px;
	font-size:12px;
	font-weight:bold;
	background:#000;
	z-index:9999;
}

div#confirm {
	margin-top:20px;
}

.input_fields{
	border: #CCC solid 1px;
	background:#FFF;
	width:130px;
	z-index:99999;
}

.login_button {
	width:100px;
	background:#CCC;
	border: #000 solid 1px;
	margin-top:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/* Menu weergave */
div#menu {
	position:relative;
	float:left;
	padding-bottom:30px;
	margin-left:5px;
	margin-top:5px;
}

div#menu a {
	color:#000;
}

div#menu a:hover {
	color:#0066FF;
}

.treeview {
	position:relative;
	left:-30px;
}

.treeview ul {
	margin:0px;
	padding:0px;
}

.treeview li{ 
	list-style-type: none;
	font-size: 14px;
}

.treeview li.submenu{
	cursor:hand !important;
	cursor:pointer !important;
}

.treeview li.submenu ul{
	display:none;
}

.treeview .submenu ul li{
	list-style-image: url(../img/blk.gif);
	list-style-position: inside;
	cursor:default;
	padding-left:15px;
}


div#merken {
	margin-top:15px;
}

div#merken img {
	border:0px;
}

/*	Main CSS zeut	*/

div#content {
	position:absolute;
	left:240px;
	padding-bottom:30px;
}

div#adv_wrapper {
	position:relative;
	top:10px;
	z-index:9999;
}

div.adv {
	position:relative;
	width:280px;
	float:left;
}

div.adv img {
	float:left;
	margin-right:15px;
	border:0px;
}

div.adv h3 {
	position:relative;
	top:-5px;
	font-size:14pt;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:0px;
}
div.adv a {
	color:#000;
	text-decoration:none;
}
div.adv a:hover {
	text-decoration:underline;
}

div.adv h4 {
	font-size:16pt;
	margin-top:5px;
	margin-bottom:0px;
}

div.adv span {
	text-decoration:line-through;
	margin-bottom:0px;
	font-size:16pt;
	font-weight:bold;
	color: #C20;
}


div#news_wrapper {
	padding-top:30px;
	padding-bottom:20px;
	clear:left;
	font-size:20pt;
	font-weight:bold;
	height:450px;
}

div.news {
	font-size:12px;
}

div.news h2 {
	font-size:14pt;
	margin-bottom:0px;
}

div.news h2 span {
	font-size:10pt;
	color:#555;
	margin-left:10px;
}

div.news div {
	font-weight:normal;
	width:550px;
}

div.form {
	position:relative;
	top:10px;
	width:500px;
	padding:30px 5px 10px 5px;
	font-family: arial;
	font-size: 10pt;
}
div.form p {
	clear:left;
}
div.form input {
	margin-top:5px;
	font-family: arial;
	font-size: 10pt;
	width:185px;
}
div.form label {
	float:left;
	width:150px;
	margin-right:5px;
	margin-top:5px;
	text-align:right;
}
div.form fieldset {
	border:0px;
}

.dealer {
	width:100%;
	margin-bottom:35px;
}
.dealer a {
	color:#003399;
}
.dealer div {
	float:left;
	display:inline;
	width:150px;
}
.dealer h2 {
	font-size:12pt;
}

.profile {
	position:relative;
	top:25px;
}

.profile a {
	color:#003399;
}

input.button {
	border:#333 solid 1px;
}

table.product {
	float:left;
	border-top:#003399 solid 1px;
	border-right:#003399 solid 1px;
	border-left:#003399 solid 1px;
	margin:0px;
	padding:0px;
	font-size:14px;
	margin-top:25px;
	margin-bottom:20px;
	width:600px;
}

table.product td {
	border-bottom:#003399 solid 1px;
	padding-left:5px;
	z-index:0;
	white-space:nowrap;
}

table.product td a {
	color:#000;
	text-decoration:none;
}
table.product td img {
	border:0px;
}

table.product tr {
	z-index:0;
}

.p_nr {
	width:100px;
}
.p_pn {
	width:450px;
}

.p_pp {
	text-align:right;
	margin-right:5px;
	white-space:nowrap
}

.p_sm {
	width:16px;
}

.hovertable {
	background:#0066FF;
	color:#000;
}

div#product {
	position:relative;
	left:10px;
	top:25px;
	width:550px;
	margin-bottom:40px;
	overflow:hidden;
}

div#product div {
	float:left;
	border:0px;
}
div#product div input {
	width:50px;
	clear:both;
	border:#DDD solid 1px;
	margin-right:5px;
}

div#product fieldset {
	position:relative;
	border:0px;
	margin-left:0px;
}

div#product div img {
	border:0px;
	z-index:999999;
	display:block;
}
div#product div span {
	font-size:8pt;
}

div#product div h3 {
	font-size:14pt;
	margin-left:5px;
}

.layoutproduct{
	position:relative;
	height:100%;
	margin-left:125px;
	margin-right:10px;
}

div#product span {
	clear:left;
	font-weight:bold;
	padding-bottom:5px;
}

div#product table {
	width:520px;
	border:#003399 solid 1px;
}
	
td.veldnaam {
	text-align:right;
	margin-right:10px;
	padding-right:10px;
	font-weight:bold;
	width:130px;
}

td.omschrijving {
	text-align:left;
	margin-left:10px;
	width:auto;
}

tr.kleur {
	background:#003399;
	color:#FFF;
}

div.error {
	background: url(../img/error.png) no-repeat;
	margin-left:110px;
	margin-top:20px;
	padding-left:60px;
	color:#C20;
	font-weight:bold;
	font-size:10pt;
}

#contact {
	position:relative;
	top:30px;
	font-size:10pt;
}

div#footer{
	bottom:0px;
	left:0px;
	width:100%;
	height:15px;
	background:#003399;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	z-index:999999;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

div#footer a {
	color:#FFF; 
}

div#copyright {
	clear:both;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

@media screen {
	body>div#footer{
		position:fixed;
	}
}

div#content div#totaal_prijs{
	position:relative;
	left:450px;
	font-weight:bold;
	margin-right:5px;
	font-size:1.5em;
}

div#content input#bestel_button{
	position:relative;
	left:450px;
	margin-top:10px;
	margin-right:5px;
}

h1#betaalmethode{
	font-size:1.2em;
}

div#not_accepted{
	color: rgb(237,0,0);
}

div#ajax_delete {
	width:600px;	
}

.none {
	color:#000;
	text-decoration:none;
}

.none a:hover {
	text-decoration:none;
	color:#000;
}
