body {
	font-family : Arial, Verdana, Sans Serif;
	font-size: 0.8em;
}

a:link {
	color: #000066;
}
 
a:visited {
	color: #000066;
}

a:hover {
	text-decoration: underline;
}

a {
	font-weight:bold;
	text-decoration: none;	
}


/* Om de tabel te centreren op de pagina
  Uitgezet,. leverde rare scrollbalken in FF!! */
html,body {
//	height:100%;
}


.maintable {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px;
}

table {
	font-size:1em;
}		

#fullheight {
	height: 100%;
}


.Kop {
	color:#0051B5;
	font-size:1.2em;
	font-weight:bold
}

.merk {
	width:50%;
	float:left;
}

.merkpic {
	width:300;
	height:230;
	float:right;
/*	border-style:solid;
	border-width:1px; */
	overflow:auto;
	padding: 4px;
}

.merkbesch {
	font-weight:bold;
}

.back {
	position: absolute;
	 bottom:3px;
	 right:3px;
}

.Linksboven {
	border-style: none groove groove none;
	border-width: thin;
	border-color: #0051B5;
	width:45%;
}
		 
.Rechtsonder {
	border-style: groove none none groove;
	border-width: thin;
	border-color: #0051B5;
	width:45%;
}
		 
.Linksboven1 {
	border-style: none groove groove none;
	border-width: thin;
	border-color: #0051B5;
	width:33%;
}
		 
.Rechtsonder1 {
	border-style: groove none none groove;
	border-width: thin;
	border-color: #0051B5;
	width:33%
}

	
.mailadres {
	font-weight:normal;
}

BC {
	color:#0051B5;
	font-size:10pt;
	font-weight:bold
}


/* Hier de styles voor het abs deel  */
.tablerow1 {
	background:#e0e6fc;
}

.tablerow2 {
	background:#f2f4fe;
}

.cel_in_voorraad {
  background: #74cd60;
}

.cel_niet_in_voorraad {
  background: #ff4a4a;
}


/*  Dit is de code voor het dropdown menu in het abs */
#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	background: white;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border: solid #eda;
	border-width: 3px;
	padding: 0 10;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover, #nav li.sfhover {
	/* background: #eda; */
}


/* om door te gaan met de verdere content,
anders komt het links van de dropdown te staan */
.content {
	clear: left;
}

