@charset "utf-8";
body {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	background: url(../images/bg.jpg) center repeat-y;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #eee;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {}

blockquote {
	line-height: 20px;
	padding: 5px;
	background: #00773e;
	color: #fff;
	border: 1px solid #333;
}

hr {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px;
	background: #00773e;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #333; }

.testclass {
	display: block;
	width: 500px;
}
.testclass {
	display: none;
	width: 500px;
}
#container {	
	background: #fff;
	border: 0px;
	width: 980px;
	height: auto;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 980px;
	height: 280px
}
#header-top{
	background: #ffffff url(../images/header-top.jpg) no-repeat;
	width: 980px;
	height: 50px;
}
#header-mid{
	background: url(../images/header.jpg) no-repeat;
	width: 980px;
	height: 200px;
}
#header-bottom{
	background: url(../images/header-bottom.jpg) no-repeat;
	width: 980px;
	height: 30px;
}
#menu-wrapper {
	display: block;
	width: 180px;
	height: 200px;
	padding-top: 0px;
	margin-left: 20px;
	background: #fff;
}
#menu-wrapper ul {
	display: inline;
	height: 100%;
}
#menu-wrapper a {
	display: block;
}
#menu-wrapper li {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style-position: inherit;
}
#menu-button {
	width: 180px;
	height: 33px;
}

#main {
	padding-top: 0px;
	width: 980px;
	height: auto;
	min-height: 500px;
}

#main_table img {
	padding-left: 10px;
	float: right;
	border: 0px;
}

#main_table {
	list-style-type: disc;
	list-style: outside;
}

#main_table {
	background: url(../images/main_bg.jpg) repeat-y;
	width: 980px;
	border: 0px;
	min-height: 500px;
	height: 500px;
}
#main_table-full {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #fff;
	width: 800px;
}
#main_table td{
	text-align: justify; 
	line-height: 20px;
}
#main_table-left {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #fff;
	width: 440px;
}
#main_table-right h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #87c841;
}
#main_table-right {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #333;
	width: 500px;
}
#main_table-right h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #87c841;
}
#main_table-right li {
	list-style-type: disc;
	list-style-position:inside;
}

#main_table #content img {
	float: right;
	padding: 30px;
}

#gebruikt_iframe {
	width: 760px;
	height: 2150px;
	border: 0px;
}

#verzekering li{
	height: 50px; 
}

#footer {
	background: url(../images/footer.jpg) left bottom no-repeat;
	position: relative;
	text-align: center;
	border-top: 0px;
	bottom: 0px;
	width: 980px;
	height: auto;
	min-height: 100px;
}

#verhuur-details {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #87c841;
}
#verhuur-details .left {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
    width: 175px;
	border: 1px;
}
#verhuur-details .right {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
    width: 100px;
	border: 1px;
}
#verhuur-details img {
	float: none;
	text-align: center;
}

#voortenten img {
	float: none;
}

#gebruikt_iframe {
	width: 900px;
	height: 2150px;
	border: 4px #00773e solid;
}

/* JQUERY */

#slide-show img { 
    width:  430px; 
    height: 250px; 
} 
