html {
	margin: 0;
	padding: 0; 
	min-height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif; 
	font-size: 9pt;
	height: 100%;
	background-image: url('../images/backgroundStretch.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

td {
	font-size: 12px;
}

#container {
	margin: auto;
	width: 1000px;
	height: 100%;
}

#header {
	float: left;
	background: #FFF;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: 0 34px;
	height: 169px;
	width: 100%;
}

#menu {
	padding-left: 252px;
	height: 34px;
}

.menu {
	background: url('../images/backgroundMenu.jpg') no-repeat;
}

.menuOver {
	background: url('../images/backgroundMenuOver.jpg') no-repeat;
}

#menu img {
	margin-left: 23px;
}

#tabblad {
	position: relative;
	top: 119px;
	left: -195px;
	text-align: right;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: 600;
	z-index: 2;
}

#left {
	float: left;
	width: 160px;
	padding: 29px 0 0 10px;
	color: #FFF;
	font-size: 12px;
}

#gaDirectNaar {
	font-size: 11px;
	line-height: 20px;
}

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

#gaDirectNaar a:hover {
	text-decoration: Underline;
}

#gaDirectNaar img {
	margin-top: 0px;
}

#content a {
	color: #000;
	text-decoration: Underline;
}

#content {
	float: left;
	width: 572px;
	padding: 31px 31px 0 31px;
	background: #FFF;
	overflow: auto;
}

h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 14px;

}

h2 {
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: 600;
	font-size: 12px;
}

#content h2 a {
	text-decoration: none;
}

#right {
	float: left;
	right: 0px;
	width: 166px;
	background: url('../images/rightTop.jpg') no-repeat;
	min-height: 355px;
	padding: 33px 15px 0 15px;
	color:#FFF;
}

#right a {
	color: #FFF;
	text-decoration: Underline;
}


#right h2 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #BED731;
}

img {
	border: 0;
	vertical-align:top
}

.datum {
	width: 100px;
}

.tijd {
	width: 40px;
}

.textarea {
	width: 500px;
	height: 100px;
}

.submit {
	border: 1px solid black;
	background: #FFF;
}

.textareaOfferte {
	width: 290px;
	height: 75px;
}