@charset "UTF-8";
/* 
 * General 
 */
body, html {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f3d485;
}
body {
	background: url(../img/bg.jpg);
}
p {
    font-size: 12px;
    margin-top: 0px;
}
span.blog {
	background: #6b5b3a;
	color: #FFF;
	padding: 2px;
}
span.blogtitel {
	color: #FFF;
	font-weight: bold;
}
span.titel {
    font-size: 16px;
    color: #FFF;
	font-weight: normal;
	margin: 0px;
}
a.blog {
	color: #FFF;
	text-decoration: none;
}
a:hover.blog {
	text-decoration: underline;
}
#tekst h1 {
	margin-top: 0px;
}
h1.home {
    font-size: 16px;
    color: #FFF;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: normal;

}
h1.nieuws {
    font-size: 16px;
    color: #FFF;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: normal;
}	
h1 {
    font-size: 16px;
    color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
a {
    color: #FFF;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*
 * Wrapper
 */
 
#wrapper {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*
 * Header
 */
#logo {
	background: url(../img/logo.png) no-repeat center;
	height: 71px;
}
#header {
	background: url(../img/header.png) no-repeat center;
	height: 286px;
}
#show {
	height: 279px;
	width: 983px;
	padding-left: 9px;
	padding-top: 7px;
}
#linkbalk {
	background: url(../img/linkbalk.png) no-repeat center;
	height: 29px;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 11px;
	padding-left: 25px;
}
#linkbalk a {
	text-decoration: none;
}
#linkbalk a:hover {
	text-decoration: underline;
}
#linkbalk ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
#linkbalk li {
	float: left;
	margin-right: 25px;
}
/*
 * Content
 */
#content {
	background: url(../img/content.png) repeat-y center;
	padding-left: 9px;
	padding-right: 8px;
}
#voorpaginatekst {
	width: 617px;
	padding: 15px;
    line-height: 22px;
}
#voorpaginatekst h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#voorpaginanieuws {
	width: 306px;
	background: #2e2a23;
	padding: 15px;
    line-height: 22px;
}
#tekst {
	padding: 15px;
    line-height: 22px;
}
#textover {
	background: #2e2a23;
	padding: 5px;
	margin: -6px;
	border: 1px solid #f3d485;
}
td.homeblok {
	padding-right: 14px;
}
td.nieuwsimg {
	padding-right: 14px;
	padding-bottom: 14px;
}

/*
 * Footer 
 */
#footer {
	background: url(../img/footer.png) no-repeat center top;
	min-height: 9px;
	color: #675a40;
	font-size: 11px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 5px;
}
#footer a {
	color: #675a40;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*
 * Contact
 */
.contact {
	border: 0px solid red;
	margin-top: 10px;
}
.contact td {
	border: 0px solid red;
	vertical-align: top;
	padding-bottom: 5px;
}
.contact input {
	border: none;
}
.contact textarea {
	border: none;
	width: 250px;
	height: 100px;
	margin: 2px;
}
.contact select {
	border: none;
}
.contact input .contactveld {
	width: 250px;
}
.verzendknop {
	background: url(../img/verzendknop.png);
	height: 26px;
	width: 100px;
	cursor: pointer;
}
.verzendknop:hover {
	background: url(../img/verzendknopover.png);
}
/*
 * Sublinks
 */
#sublinks {
	width: 183px;
	background: #2e2a23;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 17px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 22px;
}
#sublinks h2 {
	margin: 0px;
}
#sublinks a {
	text-decoration: none;
}
#sublinks a:hover {
	text-decoration: underline;
}
#sublinks ul {
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
#sublinks ul li {
	margin-left: 10px;
	margin-top: 5px;
}
#sublinks ul li ul li {
	margin-left: 20px;
	text-transform: none;
}

/* 
 * error, designed by CRUZ 
 */
.error {
	width: 365px;
	border: 1px solid #990000;
	padding-bottom: 5px;
	color: #4A5549;
	line-height: 15px; 
	background: url('../img/error.gif') no-repeat left top #FFFFCC;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
}

.error div {
	margin: 3px 0px 0px 31px;
}

.info_message {
	width: 365px;
	border: 1px solid #006600;
	padding-bottom: 5px;
	color: #009900;
	line-height: 15px; 
	background: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.info_message div {
	background: url('../img/ok_16.png') no-repeat left top #FFFFCC;
	margin: 3px 0px 0px 5px;
	color: #4A5549;
	padding-left: 30px;
}
