/* BODY */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	background: #FFCCAA;

	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a:link    {text-decoration: none; color: #4A281B; }
a:visited {text-decoration: none; color: #4A281B; }
a:active  {text-decoration: underline; color: #D1241B; }
a:hover   {text-decoration: underline; color: #D1241B; }

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	overflow: visible;

	width: 765px;
	min-height: 100%;
	height: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#left {
	float: left;
	background: #FFFFFF;
	width: 255px;
	height: 600px;
}

#content {
	float: left;
	background: #F37021;
	width: 255px;
	height: 600px;
}

#pattern {
	float: left;
	background: #FFFFFF;
	background-image: url('buttons.png');
	width: 255px;
	height: 600px;
}

/* LEFT */

#head {
	width: 760px;
}

#logo {
	display: block;
	position: relative;
	left: 35px;
	top: 15px;

	margin: 0px;
	padding: 0px;
	width: 215px;
	height: 118px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
}

#logo span {
	display: none;
}

/* NAVIGATION */
#menu {
	position: relative;
	top: 65px;
	list-style-type: none;
	list-style-position: outside;
}

/* MENU HOOVER */
#menu li {
	width: 11px;
	height: 11px;
	margin: 36px;
	background: url('buttons.png') -11px 0px no-repeat;
}

/* MENU LINK */
#menu li a {
	display: block;
	width: 11px;
	height: 11px;
	background: url('buttons.png') 0px 0px no-repeat;
}

#menu li a:hover {
	background-image: none;
}

/* MENU CONTENT */
#menu li span {
	display: block;
	position: relative;
	left: 22px;
	top: -7px;
}
#menu li span span {
	display: none;
}

.mReparatie_i {
	background: url('reparatie.png') 0px 0px no-repeat;
	width: 64px;
	height: 18px;
}
.mVerhuur_i {
	background: url('verhuur.png') 0px 0px no-repeat;
	width: 64px;
	height: 18px;
}
.mVerkoop_i {
	background: url('verkoop.png') 0px 0px no-repeat;
	width: 64px;
	height: 18px;
}
.mFotos_i {
	background: url('fotos.png') 0px 0px no-repeat;
	width: 64px;
	height: 18px;
}
.mContact_i {
	background: url('contact.png') 0px 0px no-repeat;
	width: 64px;
	height: 18px;
}

/* CONTENT */

#title {
	display: block;
	position: relative;
	left: 17px;
	top: 183px;

	width: 11px;
	height: 11px;
	background: url('buttons.png') -22px 0px no-repeat;
}
#title h2 {
	position: relative;
	left: 22px;
	top: -7px;
}


#title h2 span {
	display: none;
}

#canvas {
	background: #FFFFAA;
	position: relative;
	left: 17px;
	top: 216px;
	width: 391px;
	height: auto;
}
#textbox {
	position: relative;
	left: 17px;
	top: 216px;

	background: #FFFFFF;
	width: 391px;
	height: 278px;
	padding: 12px 21px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

