body, html {
	height: 100%;
	margin: 0; 
	padding: 0; 
	background: #8c8c8c url('../img/bg.gif') repeat-x top left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.mw {
	width: 100%;
}

.nw {
	white-space: nowrap;
}

.vat {
	vertical-align: top;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
}

a {
	color: black;
}

h1 {
	background: url('../img/pijl.gif') no-repeat center left;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 1.4em;
}

h2 {
	background: url('../img/pijl.gif') no-repeat center left;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	color: #393939;
}

h2 span {
	color: #ff4800;
}

h3 {
	margin: 5px 0;
	color: #393939;
}

p {
	margin: 0 0 10px 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: left;
	padding: 10px 5px;
	vertical-align: top;
}

th.r {
	text-align: right;
}

td {
	padding: 5px;
}

td input.text {
	width: 290px;
}

td input.aantal {
	width: 50px;
}

td textarea {
	width: 290px;
	height: 75px;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}

.error {
	font-weight: bold;
	color: red;
}

div#container {
	width: 758px;
	margin: 20px auto 0 auto;
}

#menu {
	line-height:normal;
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu li {
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	cursor: pointer;
}

#menu a {
	float:left;
	display:inline;
	background: url('../img/tab.gif') no-repeat top left;
	margin: 0;
	padding: 0 0 0 32px;
	text-decoration:none;
}

#menu a span {
	float:left;
	display:block;
	background: url('../img/tab-r.gif') no-repeat top right;
	margin-right: 5px;
	padding: 8px 20px 6px 6px;
	height: 18px;
	cursor: pointer;
}
/* [ie5-mac-hack] \*/
#menu a span {float:none;}
/* [/ie5-mac-hack] */
#menu a:hover, #menu a#current {
	background:url("../img/tab.gif") no-repeat left top;
}

#menu a#current {
	font-weight: bold;
}

#menu a:hover {
	color:#fff;
}

#menu a:hover span, #menu a#current span {
	background:url("../img/tab-r.gif") no-repeat right top;
}   

#head {
	background: url("../img/head_s.jpg") no-repeat left top;
	height: 108px;
	clear: both;
}

#headcontent {
	font-size: 0.7em;
	padding: 15px 95px 0 400px;
	color: #fff;
}

#headcontent a {
	color: #fff;
	text-decoration: none;
}

#content {
	font-size: 0.8em;
	background: url("../img/content1b.gif") no-repeat left bottom;
}

#content_w {
	background: url("../img/content1t.gif") no-repeat left top;
	padding: 0 30px 0 15px;
}

html > body #content { /* non-IE < 7 */
	min-height: 135px;
} 

* html body #content { 
	height: 135px; 
}

#content3 {
	background: #fff url("../img/content3f.jpg") no-repeat left top;
	height: 231px;
	clear: both;
}


div#footer {
	height: 231px;
	background: url('../img/content3f.jpg') no-repeat top left;
	text-align: center;
	font-size: 0.7em;
	padding: 80px 220px 0 130px;
	color: #e0e0e0;
}

div#footer a {
	color: #e0e0e0;
}

div#footer img {
	float: left;
	display: inline;
	margin: 5px 0 0 60px;
}

p.more {
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
}

ul, li {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0 0 10px 15px;
}
