﻿body {
	background: #F8F8F8 url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #777;
	font: small Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
}
* {
	padding: 0;
	margin: 0;
}

#container {
	padding: 4px;
	width: 500px;
	margin: 0 auto;
	background: #fff;
	color: #777;
	text-align: left;
	position: relative;
	border: 1px #45681d solid;
}
/* ---------- font styles ---------- */
a {
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	background-color: inherit;
	font-weight: bold;
	color: #585d5d;
}
.boldblue {
	background-color: inherit;
	font-weight: bold;
	color: #0066CC;
}
h1 {
	font-weight: normal;
	font-size: xx-large;
	color: #000;
	line-height: 1.0em;
	text-indent: -2000em;
	display: block;
	width: 500px;
	height: 80px;
	background: #fff url('../images/h1.gif');
	background-repeat: no-repeat;
}
h2 {
	width: 500px;
	height: 206px;
	background: #b6c77b url('../images/h2.jpg');
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: x-large;
	color: #000;
	line-height: 1.0em;
	text-indent: -2000em;
	display: block;
}
h3 {
	background-color: inherit;
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif ; 
	font-size: large;
	color: #666;
}
h3 span {
	background-color: inherit;
	color: #99CC00;
}
h4 {
	background-color: inherit;
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif ;
	font-size: medium;
	color: #333;
	margin-top: 10px;
}
h5 {
	background-color: inherit;
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif ;
	font-size: medium;
	color: #333;
}
.small {
	text-align:center;
	font-size:x-small;
}
.portfolio_img {
	float: left;
	margin: 14px 8px 0 0;
	padding: 2px;
	border: 1px #333 solid;
}
acronym {
	cursor: help;
	border-bottom: 1px #333 dashed;
}
/* ---------- header ---------- */
#masthead {
	width: 100%;
}
/* ---------- top nav ---------- */
#top_nav {
	margin: 0;
	background: #003D6B;
	border-top: 2px #fff solid;
	border-bottom: 1px #fff solid;
	color: #FFFFFF;
	height: 25px;
}
#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#top_nav li {
	display: inline;
	height: 25px;
}
#top_nav li a {
	float: left;
	font-size: 10px;
	padding: 6px 8px 6px 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #F3F3F3;
	border-right: 1px solid #ffffff;
}
#top_nav li a:hover {
	background-color: #30608F;
	color: #80AAD5;
}
#top_nav li.tx a {
	background-color: #dd8500;
	color: #F3F3F3;
}
#top_nav li.tx a:hover {
	background-color: #b0caff;
	color: #333;
}
#top_nav li.con {
	float: right;
	border-left: 1px solid #ffffff;
	border-right: none;
	background-color: #669900;
	color: #FFFFFF
}
#top_nav li.con a:hover {
	background-color: #CC3300;
	color: #F3F3F3;
}
/* ---------- right nav ---------- */
#right_nav {
	position: absolute;
	top: 380px;
	left: 90%;
	overflow: hidden;
	height: 230px;
	width: 225px;
	background-image: url('../images/rightnav_bg.jpg');
	background-repeat: no-repeat;
}
.right_nav_ul {
	list-style: none;
	margin: 50px 0 0 15px;
}
#right_nav li {
	margin-bottom: 15px;
}
#right_nav a {
	padding-left: 24px;
	background: url('../images/bullet1.gif');
	background-repeat: no-repeat;
	background-position: 6px;
	text-decoration: none;
	color: #4B6400;
}
#right_nav a:hover {
	background: url('../images/hover.gif');
	background-repeat: no-repeat;
	background-position: 6px;
	color: #666633;
}

/* ---------- site inhoud ---------- */
#page_content {
	background-color: #e4f4a8;
	padding: 2px;
}
/* ---------- intro ---------- */
#intro {
	background-color: #F2F2F2;
	color: #333333;
	padding: 6px;
	margin-top: 4px;
	border: 1px #45681d solid;
}
#intro p {
	font-size: 0.9em;
}
/* ---------- tekst ---------- */
#text {
	background-color: #fff;
	padding: 6px;
	margin-bottom: 14px;
	border: 1px #45681d solid;
}
.text_top {
	margin-right: 14%;
}
.text_ul {
	list-style: none;
	margin: 15px 10px 15px 20px;
	color: #336699;
}
.text_ul li{
	padding-left: 24px;
	background: url('../images/li_bg.gif');
	background-repeat: no-repeat;
	background-position: 4px;
	line-height: 16px;
}

#text p {
	margin: 5px 0 0 0;
}
#text a {
	text-decoration: underline;
	font-weight: bold;
	color: #DD3B10;
}
#text h4 {
	text-transform: uppercase;
	font-size: small;
}
#text h4 a {
	color: #336699;
}
/* ---------- ads ---------- */
#ads {
	background-color: inherit;
}
#ads h4 {
	text-align: right;
	text-transform: uppercase;
	font-size: large;
	color: #385603;
	padding: 5px 30px 0 0;
	margin-bottom: -4px;
}
#ads h5 {
	text-align: right;
	text-transform: uppercase;
	font-size: large;
	color: #05344C;
	padding: 5px 30px 0 0;
	margin-bottom: -4px;
}
#ads p {
	padding-bottom: 10px;
}
.ad1 {
	background-color: #CCFF66;
	padding: 4px 8px 4px 12px;
	margin-bottom: 30px;
	border: 2px #99CC00 solid;
}
.ad2 {
	background-color: #B7CEFF;
	padding: 4px 8px 4px 12px;
	margin-bottom: 25px;
	border: 2px #246BFF solid;
}
/* ---------- prijs ---------- */
.prijs {
	float: right;
	background-color: #FF9900;
	font-size: xx-large;
	color: #fff;
	margin-right: 10px;
	margin-top: -35px;
	padding: 6px;
	border: 3px #ffffff solid;
}
.prijs2 {
	float: right;
	background-color: #FF4D20;
	font-size: xx-large;
	color: #fff;
	margin-right: 25px;
	margin-top: -35px;
	padding: 6px;
	border: 3px #ffffff solid;
}
.prijsinfo {
	float: right;
	overflow: hidden;
	margin-right: -60px;
}
.prijsinfoOne {
	background-color: #F9BE69;
	padding: 6px;
	list-style: none;
	margin: 15px 10px 30px 20px;
	color: #333333;
	border: 2px #CCCCCC solid;
}
.prijsinfoOne li {
	padding: 3px 0 0 24px;
	background-image: url('../images/li_bg.gif');
	background-repeat: no-repeat;
	background-position: 4px;
}
.prijsinfoA {
	background-color: #DDF49F;
	padding: 6px;
	list-style: none;
	margin: 15px 10px 30px 20px;
	color: #333333;
	border: 3px #CCCCCC solid;
}
.prijsinfoA li {
	padding: 3px 0 0 24px;
	background-image: url('../images/li_bg.gif');
	background-repeat: no-repeat;
	background-position: 4px;
}
.prijsinfoB {
	background-color: #E0C18C;
	padding: 6px;
	list-style: none;
	margin: 15px 10px 30px 20px;
	color: #333333;
	border: 3px #CCCCCC solid;
}
.prijsinfoB li {
	padding: 3px 0 0 24px;
	background-image: url('../images/li_bg.gif');
	background-repeat: no-repeat;
	background-position: 4px;
}
.prijsinfoC {
	background-color: #6FB7FF;
	padding: 6px;
	list-style: none;
	margin: 15px 10px 30px 20px;
	color: #333333;
	border: 3px #CCCCCC solid;
}
.prijsinfoC li {
	padding: 3px 0 0 24px;
	background: url('../images/li_bg.gif');
	background-repeat: no-repeat;
	background-position: 4px;
}
#right_prijs {
	position: absolute;
	top: 350px;
	left: 85%;
	overflow: hidden;
	height: 230px;
	width: 225px;
	background-image: url('../images/30.gif');
	background-repeat: no-repeat;
}
#right_prijs2 {
	position: absolute;
	top: 350px;
	left: 85%;
	overflow: hidden;
	height: 230px;
	width: 225px;
	background-image: url('../images/199.gif');
	background-repeat: no-repeat;
}

/* ---------- contact ---------- */
.contact {
	background-color: #587517;
	margin: 20px;
	padding-top: 10px;
}
.contact h5 {
	padding: 10px 0 0 10px;
	font-size: small;
	color: #DCFF93;
}

.contact p {
	padding: 3px 50px 10px 10px;
	font-size: small;
	color:#EEEEEE;
}
label {
	font-weight: bold;
}

/* ---------- footer ---------- */
#footer {
	margin-top: 20px;
	padding: 12px 20px;
	background-color: #145575;
	color: #ffffff;
	text-align: center;
}
#footer a {
	text-align: left;
	text-transform: uppercase;
	font-size: x-small;
	color: #C0CFEF;
	margin: 0 4px 0 4px;
}
#footer a:hover {
	text-decoration: none;
	color: #222;
}
#bedrijfsinfo {
	text-align: center;
	font-size: x-small;
	margin: 10px 0 10px 0;
}
