body {
	font-family : arial, helvetica, sans-serif;
	font-size: small;
	background:#E7E3D7 url(/img/nav/bg.gif) top left repeat-y;
	color: #35353E;
}

#head {
	position: absolute;
	background: url(/img/top/industrietop.jpg) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 156px;
}

#roer {display: none;}

/* definitions applying to the contents block */
#contents {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 550px;
}

#contents p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}

#contents h1 {
	text-align: left;
	font-size : 14pt;
	font-weight : bold;
	color : #A83520;
	letter-spacing : 1px;
	margin-bottom: 30px;
}

#contents h2 {
	text-align: left;
	font-size : 11pt;
	font-weight : bold;
	color : #35353E;
	padding: 0px;
	margin: 0px;
}

#contents h2 span {
	text-align: left;
	font-size : 10pt;
	font-weight : normal;
	color : #AAA8A2;
}

#contents h3 {
	text-align: left;
	font-size : 11pt;
	font-weight : bold;
	color : #AAA8A2;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#contents h4 {
	text-align: left;
	xfont-size : 11pt;
	font-weight : bold;
	color : #35353E;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#contents a:link, #contents a:visited {
	background-image: none;
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	padding: 0;
	margin: 0;
	color : #A83520;
	text-decoration : underline;
}

#contents a:active, #contents a:hover { 
	background-image: none;
	font-family : arial, helvetica, sans-serif;
	font-size : 9pt;
	padding: 0;
	margin: 0;
	color : #A83520;
	text-decoration : underline;
}

#menu {
	display: none;
	position: absolute;
	background: url(/img/nav/overlay.jpg) no-repeat;
	top: 146px;
	left: 0px;
	width: 177px;
	height: 297px;
	padding: 0px;
	/* use a lighter text color (grey) and a smaller font */
	color: #777;
	font-size: small;	
}

#menu h2 {
	font-size: medium;
}

/* item title */
h3.item {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 20px;
}

.itembody a {	
	border: none;
}

.iteminfo {	
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #A83520;
	font-size: 90%;
}
.leftbox {
	float: left;
	margin-right: 10px;
}
.rightbox {
	float: right;
	margin-left: 10px;
}

.alot {
	margin: 0 5px 10px 0;
	display: inline;
	text-align: center;
	font-weight: bold;
	color: #A83520;
	font-size: 90%;
}

/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

div.clearer {clear: left; line-height: 0; height: 0;}
div.clearerplus {clear: left; line-height: 0; height: 10px;}

p.doos {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px dashed #999999;
}

p.doos div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

strong {
	color: #FF6633;
}

strong.pijl {
	color: #35353E;
	font-size: medium;
}

input {
	padding: 0;
	margin: 6px 0 0 0;
}

.skip {
	display: none;
}

#nobullets ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nobullets ul li {
	display: inline;
	list-style: none;
	width: 100px;
	margin: 0;
	padding: 0 7px 0 5px;
	border-right: 1px solid #D0CCC0;
}

#nobullets li.last {
	display: inline;
	list-style: none;
	width: 100px;
	margin: 0;
	padding: 0 7px 0 5px;
	border: 0;
}

.highlight {
	background-color: #FF6633;
}

caption {
	text-align: left;
	font-weight: bold;
}

.small {
	font-weight: bold;
	font-size: 80%;
	color: #666666;
}

table {
	padding: 0;
	margin: 20px 0 10px 0;
}

td.first {
	width: 100px;
}

td.tablelabel {
	color: #A83520;
	text-align: center;
	font-size: 90%; 
	font-weight: bold;
}

hr {
	height: 1px;
	color: #D0CCC0;
	background-color: #D0CCC0;
	border: 0;

}

formbutton {
	padding: 0;
	margin: 0px 0 0 0;
}

form {
	padding: 0;
	margin: 0;
}

#search {
	background: #DFDBD0;
	border: 1px solid #D0CCC0;
	padding: 6px; 
}

searchform {
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

li {
	margin-left: 20px;
	padding-left: 0px;
	padding-top: 10px;
}

.tp {
	width: 30px;
	text-align: right;
}

.gloeikop {display: none;}