/* Stylesheet Veltman Machines 2003 by DeC|pHeReR */


/********************* body *********************/

body {
	font-size: 11px;
	font-family: arial, sans-serif;
	color: black;     
	background-color : #FFFEF2;
}


/***************** div elements *****************/

div.main {
	margin: 2px 5px 5px 10px;
}

div.veltman {
	font-size: 12px;
	font-weight: bold;
	font-family: "times new roman", sans-serif;
	color: #0000FF;
	background-color: transparent;
	text-align: center;
}

div.line {
	border-bottom: 2px solid #0000FF;
}

div.menu {
	color: #000099;
	background-color: transparent;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-left: 6px;
}


/***************** font elements *****************/

font.sold {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: transparent;
}

font.head {
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	background-color: transparent;
}

/**************** header elements ****************/

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #0000FF;
	background-color: transparent;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	background-color: transparent;
}

h6 {
	font-size: 9px;
	font-weight: normal;
	font-family: arial, sans-serif;
} 


/***************** form elements *****************/

input {
	border: 1px solid #0000FF;
}

button {
	border: 1px solid #0000FF;
}

textarea {
	border: 1px solid #0000FF;
}

input.noborder {
	border: 0px;
}


/***************** table elements *****************/

table {
	font-size: 11px;
	font-family: arial, sans-serif;

}

table.thickborder {
	border: 2px solid #000099;
}

table.thinborder {
	border-collapse: collapse;
	border:1px solid #0000FF;
}


/* Internet explorer lijnt in het midden uit ?? */
tr {
   text-align: left;
}

/* achtergrondkleur van 'main' deel.. in contrast met echte achtergrond */
td.yellow {
	background-color: #FFFFDD;
}


/* wisselende kleuren in tabelrijen */
tr.dy {
   background-color: #FFFDB7;
}

td.thinborder {
	border:1px solid #0000FF;
	padding-left: 3px;
}

tr.head {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #0000FF;
	height: 20px;
}

tr.listhead {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	color: #000000;
	background: #4782FF;
	height: 20px;
	text-align: center;
}

tr.summaryhead {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	color: #000000;
	background: #4782FF;
	height: 20px;
	text-align: left;
}

tr.summaryfield {
	background: #FFFFBB;
	text-align: left;
}

/* Deze worden gebruikt in haase pagina, randen, kleuren en uitlijning */
td.b {
   text-align: center;
   border-left: 1px solid #000000;
}

td.nb {
   text-align: center;
   border-left: 0px;
}
td.bb {
   text-align: center;
   border-left: 1px solid #000000;
   border-bottom: 1px solid #000000;
}
td.bbo {
   text-align: center;
   border-bottom: 1px solid #000000; 
}

td.lt {
   text-align: left;
}


/**************** paragraph elements ****************/
/*
p.topline {
	border-top: 1px solid #0000FF
}

p.leftline {
	border-left: 1px solid #0000ff
}

p.rightline {
	border-right: 1px solid #0000FF
}

p.bottomline {
	border-bottom: 1px solid #0000ff
}
*/


/**************** link elements ****************/

a {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
	background-color: transparent;
}


a.menu1 {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 14px;
}

a.menu1:hover {
	text-decoration: underline;
	color: #0000FF;
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin-left: 14px;
}


a.menu {
	text-decoration: none;
	color: #000099;
	background-color: transparent;
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 6px;
}

a.menu:hover {
	text-decoration: underline;
	color: #000099;
	background-color: transparent;
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 6px;
}

a.red {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
	font-size: 13px;
}

a.red:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
	font-size: 14px;
}



/**************** image elements ****************/

img.sold {
	position: relative;
	top: 110px;
}
