* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 20px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	color: #287ab2;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

.field {
	margin-bottom: 5px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

fieldset {
	display: block;
	padding: 0 5px 0 5px;
}

legend {
	font-size: 12px;
	font-weight: bold;
	color: #006A92;
}

table {
	border-collapse: collapse;			
}
td {
	font-size: 12px;
}

a {
	color: #1F6196;
	text-decoration: none;
}

input {
	width: 130px;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(http://www.m67.nl/images/image01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 12px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(http://www.m67.nl/images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(http://www.m67.nl/images/image05.jpg) repeat-y;
}

#page2 {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

#page-top {
	background: url(http://www.m67.nl/images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(http://www.m67.nl/images/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 420px;
	padding: 40px 50px 30px 60px;
	height: 500px;
}

#content .scroll {
	border: 1px solid Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px;
	text-align: justify;
	width: 400px;
	height:190px;
	overflow: scroll;
}

.text{
font-size: 12px;
color:#333333;
margin-top: 6px;
margin-bottom: 3px;
}

.prijs{
font-size: 12px;
text-align: right;
color:#00c0c0;
margin-top: 0px;
margin-bottom: 3px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebutton {
	float: left;
	padding-top: 65px;
	padding-left: 80px;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #CFCFCF;
}
/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(http://www.m67.nl/images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}