body, html {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #b2b2b2;
}

body {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	line-height: 18px;
	text-align: center;
	padding: 0;
}

body, input, textarea {
	font-family: verdana, arial;
	font-size: 11px;
}

table, td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

img {
	display: block;
	border: 0;
}

a {
	color: #98ca06;
	color: #4c8b08;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.menu {
	color: #4c8b08;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	text-decoration: none;
}

h1 {
	color: #4c8b08;
	font-size: 12px;
	font-weight: bold;
}

li, ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style-position: outside;
}

.balk {
	height: 38px;
	background-color: #98ca06;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.linkerkolom {
	width: 138px;
	background-color: #fbf8f1;
	text-align: left;
	border-style: dotted;
	border-color: #b2b2b2;
	border-width: 0px 1px 0px 0px;
}

.linkerkolom_tekst {
	padding: 20px 2px 20px 10px;
}

.rechterkolom {
	width: 638px;
	background-color: #ffffff;
	text-align: left;
}

.rechterkolom_tekst {
	padding: 20px 20px 100px 30px;
}

.krant {
	color: #656565;
	font-style: italic;
}

.adres {
	font-size: 10px;
	line-height: 16px;
}

.bedrijfsnaam {
	color: #da0f00;
	font-weight: bold;
}

.footer {
	color: #333333;
	padding: 5px 10px;
}

.button {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.pictures {
	border: solid 1px black; 
	display: inline;
}

.span_float_right
{
float: right;
/*text-align: right;*/
margin: 0px 0px 5px 10px;
border: solid 0px black;
}

.span_float_left
{
float: left;
/*text-align: left;*/
margin: 0px 10px 5px 0px;
border: solid 0px black;
}

.sub 
{
text-align: center;
font-style: italic;
margin: 0;
padding: 0;
display: block;
}

/* Form stijlen */
.form_label {
	width: 130px;
	vertical-align: top;
}

.form_input_postcode,
.form_input {
	width: 200px;
	color: #ee7f00;
	color: #0085c4;
	margin: 1px 0px;
}

.form_input_postcode {
	width: 70px;
}

.form_area {
	width: 300px;
	height: 130px;
	color: #0085c4;
}

.form_button {
	color: #000000;
	font-weight: lighter;
}

.error {
	color: #e80000;
}

.subtitle {
	font-weight: bold;
}
