body {
	text-align: center;
	background-color: black;
	background-image: url(/images/bg_maintop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
	margin: 0px;
	overflow-x: hidden;
}

p {
	margin: 0px;
}

#container {
	position: relative;
	width: 770px;
	text-align: left;
	margin: auto;
	background-color: #F1F1F1;
	height: 100%;
	background-image:url(/images/bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#top {
	position: relative;
	top: 0px;
	width: 100%;
	height: 74px;   /* was 105px */
	background-image:url(/images/bg_top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #000000;
	border-bottom: 1px solid black;
}

#adres {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 150px;
	height: 75px;
	z-index: 100;
}

#adres tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #002C64;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: 0px;
	width: 180px;
	margin: 0px 0px -60px 0px;
	background-color: black;
	border-left: 1px solid #F1F1F1;
	/*border-top: 1px solid #F1F1F1;*/
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: white;
	z-index: 100;
}

#menuitem00 a, #menuitem01 a, #menuitem02 a, #menuitem03 a, #menuitem04 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
	border-bottom: 1px solid #F1F1F1;
	display: block;
	padding: 12px 10px 10px 0px;
	}

#menu_active00 {
	border-bottom: 1px solid #F1F1F1;
	padding: 12px 10px 10px 0px;
	height: 21px;
}

#menuitem01 a, #menuitem02 a, #menuitem03 a, #menuitem04 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 60px;
	border-bottom: 1px solid #F1F1F1;
	display: block;
	padding: 12px 10px 5px 0px;
}

#menu_active01, #menu_active02, #menu_active03, #menu_active04 {
	border-bottom: 1px solid #F1F1F1;
	padding: 12px 10px 5px 0px;
}

#menuitem00 a {
	background-image:url(/images/bg_menu05.jpg);
}
#menuitem00 a:hover, #menu_active00 {
	background-image:url(/images/bg_menu05_mo.jpg);
}

#menuitem01 a {
	background-image:url(/images/bg_menu01.jpg);
}
#menuitem01 a:hover, #menu_active01 {
	background-image:url(/images/bg_menu01_mo.jpg);
}

#menuitem02 a {
	background-image:url(/images/bg_menu02.jpg);
}
#menuitem02 a:hover, #menu_active02 {
	background-image:url(/images/bg_menu02_mo.jpg);
}

#menuitem03 a {
	background-image:url(/images/bg_menu03.jpg);
}
#menuitem03 a:hover, #menu_active03 {
	background-image:url(/images/bg_menu03_mo.jpg);
}

#menuitem04 a {
	background-image:url(/images/bg_menu04.jpg);
}
#menuitem04 a:hover, #menu_active04 {
	background-image:url(/images/bg_menu04_mo.jpg);
}

#menu ul {
	list-style-type: none;
	line-height: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

#menu ul a {
	text-decoration: none;
	color: white;
	padding: 0px;
}

#menu ul a:hover {
	text-decoration: underline;
}

#content {
	position: absolute;
	left: 120px;
	top: 75px;
	width: 500px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #F3F3F3;
	padding: 15px 50px 70px 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-image:  url(/images/bg_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#contenthome {
	position: absolute;
	left: 120px;
	top: 75px;
	width: 500px;
	background-color: #F3F3F3;
	padding: 35px 50px 70px 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-image:  url(/images/bg_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#contenthome a, #content a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}

#contenthome a:hover, #content a:hover {
	text-decoration: none;
}

#contenthome img, #content img {
	border: 1px solid black;
}

#contenthome .img_nb, #content .img_nb {
	border: none
}

.plaatjerechts {
	margin: 5px 0px 3px 15px;
	border: 1px solid black;
	float: right;
	clear: right;
}

#contenthome .plaatjerechts_nb , #content .plaatjerechts_nb {
	margin: 5px 0px 3px 15px;
	border: 0px;
	float: right;
	clear: right;
}

#contenthome .plaatjelinks, #content .plaatjelinks {
	margin: 5px 15px 3px 0px;
	border: 1px solid black;
	float: left;
}

#contenthome .plaatjelinks_nb, #content .plaatjelinks_nb {
	margin: 5px 15px 3px 0px;
	border: 0px;
	float: left;
}

.hilite {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #757575;
	border: 1px solid black;
	padding: 6px 5px 6px 3px;
	line-height: 130%;
}

/* FORMULIER */

.formtable td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 0px;
}
.formtable .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	color: black;
	width: 250px;
	background-color: white; 
	padding: 1px 2px 2px 3px;
	height: 17px;
	margin-left: 0px;
}
form>.formtable .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	width: 250px;
	background-color: white; 
	padding: 2px 2px 1px 2px;
	height: 15px;
	margin-left: 0px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	width: 250px;
	background-color: white; 
	padding: 2px 2px 1px 2px;
	height: 100px;
}

.inputsmal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	color: black;
	width: 125px;
	background-color: white; 
	padding: 1px 2px 2px 3px;
	height: 17px;
	margin-left: 0px;
}
td>.inputsmal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid black;
	width: 125px;
	background-color: white; 
	padding: 2px 2px 1px 2px;
	height: 15px;
	margin-left: 0px;
}

.formbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color:#CC3300;
	cursor: pointer;
	width: 80px;
}

.verplicht {
	color: #CC3300
}

.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color:#CC3300;
	margin: 20px 0px 20px 0px;
}

.topimage {
	margin: 15px 0px 15px 0px;
}

.txt_aanbieding {
	padding: 3px 3px 3px 3px;
	text-align: center;
	background-color: #002661;
	color: white;
}

td.prijs {
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #CC3300;
	padding: 3px 10px 3px 10px;
	text-align: center;
	width: 110px;
}

/* NIEUWS OP HOMEPAGE */

#newsframe {
	float: right;
	margin: -5px -25px 20px 20px;
	width: 225px;
	height: 225px;
	border: 1px solid #B5B5B5;
}