/**
 * -------------------- logo ---------------------------
 * --- hoofdnavigatie --- | ------- subnavigatie -------
 *                        | --------- inhoud -----------
 * ----------------------- footer ----------------------
 */
body {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: white;
	color: black;
	font-family: 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: black;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #1978B4;
}

a:hover {
	color: black;
}

/* Pagina, wordt gecentreerd weergegeven */
#pagina {
	margin: 0 auto;
	text-align: left;
	background-color: white;
	background-image: none;
}

/* Omrand frame */
#div-frame {
	min-height: 780px;
	overflow: auto;
	border: 1px solid black;
}

/* Logo */
#div-logo {
	border: 0;
	background-color: white;
	min-width: 750px;
}

/* Hoofdnavigatie links onder logo*/
#div-hoofdnavigatie {
	background-color: #1978B4;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	padding-right: 30px;
	display: inline;
	float: left;
}

/* Subnavigatie en inhoud rechts onder logo */
#div-subnavigatie-inhoud {
	display: inline;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Subnavigatie */
#div-subnavigatie {
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}

/* Inhoud */
#div-inhoud {
}

/* Footer */
#div-footer {
	width: 100%;
	clear: both;
	font-size: 10px;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	text-align: right;
}

/* Hoofdnavigatie items */
#div-hoofdnavigatie ul {
	padding: 0;
	margin: 0;
	padding-top: 30px;
	list-style-type: none;
	text-align: right;
}

#div-hoofdnavigatie ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: white;
}

#div-hoofdnavigatie ul li a {
	text-decoration: none;
	color: white;
}

#div-hoofdnavigatie ul li a:hover {
	color: black;
}

/* 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;
	border-left: 1px solid #1978B4;
}

#div-subnavigatie ul li.first {
	border: 0;
	padding-left: 0;
}

#div-subnavigatie ul li a {
	text-decoration: none;
	color: #1978B4;
}

#div-subnavigatie ul li a:hover {
	color: black;
}

/* 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: #1978B4;
}

#div-formulier #invoer a:hover {
	color: black;
}

/* 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: #1978B4;
}

#div-gastenboek #tekenen a:hover {
	color: black;
}

#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: #1978B4;
}

#div-gastenboek #lezen a:hover {
	color: black;
}

#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: #1978B4;
}

#div-gastenboek #invoer a:hover {
	color: black;
}

#div-gastenboek #invoer #emoticons {
	float: left; 
	margin-left: 10px; 
	margin-right: 10px; 
	width: 135px;
}