/**
 * ------------ logo ------------
 * ------- hoofdnavigatie -------
 * -------- subnavigatie --------
 * -- banner -- |---- inhoud ----
 * ---------- footer ------------
 */
body {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #C0C0C0;
	color: #7B7E7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 2px;
}

em {
	color: #FF6600;
	font-style: normal;
}

h1 {
	color: #7B7E7E;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}

h2 {
	color: #7B7E7E;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

h3 {
	color: #7B7E7E;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

a {
	color: #7B7E7E;
	text-decoration: none;
}

a:hover {
	color: #1546B6;
	text-decoration: none;
}

/* Pagina, wordt gecentreerd weergegeven */
#pagina {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-color: white;
	background-image: none;
}

/* Logo */
#div-logo {
	width: 100%;
	border: 0;
	background-color: white;
}

/* Hoofdnavigatie onder logo */
#div-hoofdnavigatie {
	width: 100%;
	background-color: #7B7E7E;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	text-align: center;
}

/* Subnavigatie onder hoofdnavigatie */
#div-subnavigatie {
	width: 100%;
	height: 30px;
	background-color: white;
	color: #7B7E7E;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	text-align: center;
}

/* Banner en inhoud */
#div-banner-inhoud {
	width: 100%;
	border: 0;
}

/* Banner links onder subnavigatie */
#div-banner {
	width: 30%;
	border: 0;
	height: 600px;
	background-color: white;
	display: inline;
	float: left;
}

/* Inhoud rechts onder subnavigatie */
#div-inhoud {
	width: 70%;
	height: 600px;
	padding: 5px;
	padding-top: 0;
	padding-right: 20px;
	border: 0;
	border-bottom: 1px solid #7B7E7E;
	background-color: white;
	text-align: left;
	display: inline;
	float: left;
	overflow: auto;
}

/* Footer beneden aan pagina */
#div-footer {
	width: 100%;
	border: 0;
	clear: both;
	background-color: #1546B6;
	color: white;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	border-top: 3px solid white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}

#div-footer a {
	color: white;
	text-decoration: underline;
}

/* Hoofdnavigatie items */
#div-hoofdnavigatie ul {
	line-height: 25px;
	display: inline;
	padding: 0;
	margin: 0;
}

#div-hoofdnavigatie ul li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#div-hoofdnavigatie ul li a {
	text-decoration: none;
	color: white;
}

#div-hoofdnavigatie ul li a:hover {
	color: #1546B6;
}

/* Subnavigatie items */
#div-subnavigatie ul {
	line-height: 25px;
	display: inline;
	padding: 0;
	margin: 0;
}

#div-subnavigatie ul li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
}

#div-subnavigatie ul li a {
	text-decoration: none;
	color: #7B7E7E;
}

#div-subnavigatie ul li a:hover {
	color: #1546B6;
}

/* Formulier */
#div-formulier label {
	width: 140px;
	text-align: right;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}

#div-formulier input[type=text], input[type=button], textarea {
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#div-formulier #invoer p {
	font-size: 11px;
	padding: 0;
}

#div-formulier #invoer a {
	color: #7B7E7E;
	text-decoration: underline;
}

#div-formulier #invoer a:hover {
	color: #1546B6;
}

/* Gastenboek */
#div-gastenboek #tekenen {
	padding-bottom: 6px;
	text-align: right;
	padding-right: 20px;
	background-image: url(images/tekenen.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#div-gastenboek #tekenen a {
	color: #7B7E7E;
	text-decoration: underline;
}

#div-gastenboek #tekenen a:hover {
	color: #1546B6;
}

#div-gastenboek #lezen {
	padding-bottom: 6px;
	text-align: right;
	padding-right: 20px;
	background-image: url(images/lezen.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#div-gastenboek #lezen a {
	color: #7B7E7E;
	text-decoration: underline;
}

#div-gastenboek #lezen a:hover {
	color: #1546B6;
}

#div-gastenboek .textbox {
	border: 1px solid #DDDDDD;
	background-color: white;
	margin-bottom: 20px;
}

#div-gastenboek .textbox .kop {
	background-color: #EEEEEE;
	padding: 5px;
}

#div-gastenboek .textbox .kop em {
	font-size: 14px;
	font-weight: 600;
	color: #575757;
}

#div-gastenboek .textbox .kop strong {
	margin-left: 10px;
	font-size: 10px;
	font-weight: 600;
	color: #475757;
}

#div-gastenboek .textbox .inhoud {
	background-color: white;
	padding: 5px;
}

#div-gastenboek .links {
	margin-top: 20px;
	text-align: center;
}

#div-gastenboek .links ul {
	line-height: 20px;
	display: inline;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

#div-gastenboek .links ul li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}

#div-gastenboek .links ul li strong {
	color: #575757;
	font-weight: 600;
}

#div-gastenboek .links ul li a {
	color: #1E5892;
	text-decoration: none;
}

#div-gastenboek .links ul li a:hover {
	color: #003A74;
}

#div-gastenboek label {
	width: 140px;
	text-align: right;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}

#div-gastenboek input[type=text], input[type=button], textarea {
	color: #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#div-gastenboek #invoer p {
	font-size: 11px;
	padding: 0;
}

#div-gastenboek #invoer a {
	color: #7B7E7E;
}

#div-gastenboek #invoer a:hover {
	color: #1546B6;
}

#div-gastenboek #invoer #emoticons {
	float: left; 
	margin-left: 10px; 
	margin-right: 10px; 
	width: 190px;
}