@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFFCAE;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*Links*/
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
.gewonetekst a:link{
	border-bottom-color:#000000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#000000;
}
.gewonetekst a:visited{
	border-bottom-color:#000000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#000000;
}
.gewonetekst a:hover{
	color:#C31300;
	border-bottom-color:#C31300;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.gewonetekst a:active{
	border-bottom-color:#000000;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#000000;
}
.gewonetekst img{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}
.gewonetekst{
	text-align:justify;
}
#headerrightbottom{
	background-image:url(../../images/headerrightbottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFCAE;
}
#nieuwsbrief h1{
	font-family:"Tempus Sans ITC";
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	border-bottom: 2px;
	border-bottom-color:#C31300;
	border-bottom-style:solid;
	text-align:left;
	margin-bottom:0px;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
}
#nieuwsbrief h1:first-letter{
	color: #C31300;
}
#nieuwsbrief input#mail{
	padding:0px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	width:99.5%;
	height:14px;
	font:Verdana, sans-serif;
	font-size:10px;
	background-color:#F5F5F5;
}
#nieuwsbrief input#Verstuur{
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	width:100%;
	height:16px;
	font:Verdana, sans-serif;
	font-size:10px;
	background-color:#F5F5F5;
}
#nieuwsbrief select#inuitschrijven{
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	border-width:1px;
	border-bottom-style:solid;
	border-color:#CCCCCC;
	font: Verdana, sans-serif;
	font-size:10px;
	background-color:#F5F5F5;
	width:100%;
	height:16px;
}
#komendeactiviteiten h5{
	font-family:"Tempus Sans ITC";
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#C31300;
	margin:0px;
	padding:0px;
}
#komendeactiviteiten h5:first-letter{
	color: #C31300;
}
#komendeactiviteit{
	padding-top:5px;
}
#footer{
	padding-top: 20px;
	padding-bottom:20px;
}
/*Hieronder css voor contact*/
div#errors {
	width: 400px;
	margin:0px;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid;
	border-color:#CCCCCC;
	font: 10px Verdana, sans-serif;
	background-color: #F5F5F5;
}
input.fout, textarea.fout {
	border: 1px solid;
	border-color: #C31300;
}

label.fout {
	color: #C31300;
}
select {
	border: 1px solid;
	border-color:#CCCCCC;
	font: 10px Verdana, sans-serif;
	margin: 3px;
	padding: 3px;
}
/*Gastenboek*/
.locationbar{
	background-color: #CE594C;
	border: 1px #C31300 solid;
	background-image: url(../../jGallery/themes/default/images/cellpic.gif);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	height:25px;
    padding-left:6px;
    padding-right:6px;
}
.locationbar a {
   color: #000000;
   text-decoration:underline;
}
.locationbar a:hover {
   text-decoration: underline;
}
.berichtinfo {
   border-left: 1px #C31300 solid;
   border-right: 1px #C31300 solid;
   border-top: 1px #C31300 solid;
   background-color: #CE594C;
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 11px;
   color:#000000;
   padding-left:6px;
   padding-right:6px;
}
.bericht {
   border: 1px;
   border-color: #C31300;
   border-style: solid;
   background-color:#FFFFFF;
   color:#000000;
   text-align:justify;
   padding:6px;
}
.berichtspacer {
	height:6px;
}