@charset "UTF-8";
/* CSS Document */

A:link.navbar {text-decoration:none; color:#FFF;}
A:visited.navbar {text-decoration: none; color:#FFF;}
A:hover.navbar {text-decoration:underline; color:#FFF;}

A:link  {text-decoration:none; color:#fd8910}
A:visited  {text-decoration: none; color:#fd8910;}
A:hover {text-decoration:underline; color:#fd8910;}

.gastenboek {border: 1px #000000 solid; width: 100%; min-width:480px;}
.gastenboek_header {color: #fd8910; font-family:Arial, Helvetica, sans-serif; font-size: 10pt; border-bottom: 1px #000000 solid;}
.gastenboek_bericht {color: #000000; font-family:Arial, Helvetica, sans-serif; font-size: 12pt; }
.gastenboek_paginas a {color: #000000; font-size: 12pt; text-decoration: none;}
.gastenboek_paginas a:hover {color: #fd8910; font-size: 12pt; text-decoration: underline;}

img	{
	box-shadow:1px 1px 5px #000;
	margin-left:5px;
	margin-right:20px;
}

p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:140%;
}
h2	{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fd8910;
}
h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fd8910;
}
html,
body	{
	margin:0;
	padding:0;
	border:0;
	background-image:url(images/cream_pixels.png);
	background-repeat:repeat;
	height:100%;
	width:100%;
}
#wrapper	{
	position:relative;
	min-width:100%;
	min-height:100%;
}
#header	{
	background-image:url(images/banner2.jpg);
	background-size:cover;
	width:100%;
	height:300px;
	min-width:1024px;
}
#navbar	{
	background-color:#fd8910;
	width:100%;
	min-width:1024px;
	height:60px;
	line-height:60px;
	box-shadow:1px 3px 20px #000;
	text-align:center;
}
#maincontent	{
	width:80%;
	min-width:1024px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:60px;
}
#mainleft	{
	float:left;
	width:47%;
	min-width:480px;
	padding:10px;
	padding-bottom:60px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#mainright	{
	float:right;
	width:47%;
	min-width:480px;
	padding:10px;
	padding-bottom:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#footer	{
	position:absolute;
	bottom:0;
	width:80%;
	min-width:1024px;
	height:60px;
	background-color:#fd8910;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	box-shadow:1px 1px 20px #000;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	text-align:center;
}
#footerleft	{
	float:left;
	width:50%;
	min-width:512px;
	height:auto;
	padding-top:5px;
}
#footerright	{
	float:right;
	width:50%;
	min-width:512px;
	height:auto;
	padding-top:10px;
}