/* CSS/XHTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,  tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b2e4c;
	line-height: 21px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
}

/* FRAMEWORK */

html, body {
	height: 100%;
}

body {
	background: url(../images/template/body1.jpg) no-repeat center top fixed;
}
#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	width: 100%;
	z-index: 1;
}
#site {
	position: relative;
	width: 895px;
	margin: auto;
	padding-top: 40px;
	z-index: 5;
}
#ball_left {
	position: absolute;
	top: 30px;
	left: -35px;
	width: 265px;
	height: 265px;
	background: url(../images/template/ball_left.png) no-repeat;
	z-index: 10;
	overflow: hidden;
}
#ball_left img,
#ball_right img {
	float: left;
	margin: 6px 0px 0px 6px;
}
#ball_price {
	position: absolute;
	top: 208px;
	left: 115px;
	width: 171px;
	height: 172px;
	background: url(../images/template/ball_price.png) no-repeat;
	z-index: 25;
}
#ball_right {
	position: absolute;
	top: 45px;
	right: -20px;
	width: 215px;
	height: 214px;
	background: url(../images/template/ball_right.png) no-repeat;
	z-index: 10;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 70px;
	left: 332px;
	width: 210px;
	height: 139px;
	z-index: 10;
}
#header {
	position: relative;
	background: url(../images/template/top.png) no-repeat;
	width: 895px;
	height: 310px;
	z-index: 5;
}
#content {
	float: left;
	position: relative;
	width: 895px;
	background: #fff;
	z-index: 15;
	padding-bottom: 15px;
}
#content #left {
	float: left;
	position: relative;
	width: 280px;
	padding: 50px 0px 0px 50px;
}
body.contact #content #left {
	padding: 60px 0px 0px 35px;
	width: 295px;
}
#content #left #map {
	position: relative;
	margin-bottom: 15px;
}
#content #right {
	float: left;
	position: relative;
	width: 507px; /*565 */
	margin-top: -70px;
}
#content #right #gallery {
	position: relative;
	margin: auto;
	width: 487px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 15px 10px 0px 10px;
}
#content #right #gallery a {
	text-decoration: none;
}
#content #right #gallery a img {
	padding: 0px 5px 10px 5px;
}
#content #right table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-top: 5px;
}
#content #right table tr td.odd {
	background: #eee;
}
#content #right table td {
	padding: 3px 6px 3px 6px;
}
body.inventaris #content #right table td {
	width: 48%;
}
#submenu {
	float: left;
	position: relative;
	width: 507px;
	margin-bottom: 15px;
}
#submenu ul {

}
#submenu ul li {
	float: left;
	margin-right: 10px;
}
#submenu ul li a {
	float: left;
	display: block;
	color: #c3c3c3;
	font-family: Trebuchet MS, Arial, sans-serif;
	width: 115px;
	height: 24px;
	background: url(../images/template/subknop.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#submenu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
body.optima #submenu ul li.optima a,
body.country #submenu ul li.country a,
body.burstner #submenu ul li.burstner a,
body.adria #submenu ul li.adria a {
	background: url(../images/template/subknop_active.jpg) no-repeat;
	color: #fff;
}
#footer {
	position: relative;
	clear: both;
	width: 895px;
	background:url(../images/template/footer.png) no-repeat;
	height: 50px;
}
#footer #text {
	float: left;
	margin-left: 330px;
	display: inline;
	color: #b4b7b8;
	font-size: 11px;
}
#footer span {
	color: #b4b7b8;
	margin: 0px 8px 0px 8px;
}
#footer a {
	color: #b4b7b8;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#push {
	position: relative;
	z-index: 10;
	height: 125px;
}
#menu_wrapper {
	position: fixed;
	left: 0px;
	bottom: 0px;
	float: left;
	width: 100%;
	height: 98px;
	background: url(../images/template/menu.jpg) repeat-x bottom;
	z-index: 50;
}
#menu {
	position: relative;
	width: 778px;
	height: 98px;
	margin: auto;
	z-index: 100;
}
#menu ul {
	float: left;
	cursor: pointer;
}
#menu ul li {
	float: left;
	margin-right: 40px;
}
#menu ul li.nomargin {
	margin: 0px;
}
#menu ul li a {
	float: left;
	display: block;
	height: 55px;
	color: #fff;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-top: 43px;
}
/* 
ACTIEF MENU 
(different in IE6.css)
*/
#menu ul li a:hover,
body.home #menu ul li.home a,
body.caravans #menu ul li.caravans a,
body.tarieven #menu ul li.tarieven a,
body.contact #menu ul li.contact a,
body.info #menu ul li.info a,
body.inventaris #menu ul li.inventaris a,
body.links #menu ul li.links a {
	background: url(../images/template/item_hover.png) no-repeat center top;
}
/* OPMAAK */
h1 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #3c3f45;
	padding-bottom: 20px;
}
h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 19px;
	color: #43b9d3;
	padding-bottom: 10px;
}
p {
	line-height: 22px;
	font-style: normal;
	padding-bottom: 15px;
}
p.highlight {
	color: #43b9d3;
	font-size: 14px;
}
span.blue {
	color: #43b9d3;
	font-weight: bold;
}
p.small {
	font-size: 11px;
}
a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* formulieren */
form {
	float: left;
	width: 507px;
	padding-top: 15px;
}
label {
	float: left;
	width: 187px;
	overflow: hidden;
	font-size: 12px;
}
.input {
	position: relative;
	float: left;
	width: 320px;
	height: 22px;
	background: url(../images/template/input_bg.gif) no-repeat;
	padding-bottom: 10px;
	overflow: hidden;
}
.input input {
	float: left;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f45;
	width: 310px;
	padding-left: 5px;
	padding-top: 4px;
	height: 22px;
}
.textarea {
	float: left;
	width: 320px;
	height: 100px;
	background: url(../images/template/textarea_bg.gif) no-repeat;
	padding-bottom: 10px;
}
.textarea textarea {
	float: left;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3f45;
	width: 310px;
	height: 97px;
	line-height: 22px;
	padding-left: 5px;
	overflow: auto;
}
.verzenden {
	float: left;
	width: 507px;
}
.verzenden .button {
	border: none;
	background: url(../images/template/subknop_active.jpg);
	width: 64px;
	height: 22px;
	cursor: pointer;
	float: right;
	color: #fff;
	font-family: Trebuchet MS, Arial, sans-serif;
	width: 115px;
	height: 24px;
	font-weight: bold;
	font-size: 12px;
}
#melding_contact {
	float: left;
	width: 477px;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #ff0000;
	background: #ffe6e7;
	padding: 15px;
	color: #ff0000;
}