/*****************************************************************************************************/
/* UNIVERSEEL                                                                                        */
/*****************************************************************************************************/
* {
	/* hier kun je bijvoorbeeld een standaard font e.d. neerzetten */
   font-family: Verdana, Arial, Helvetica;
   font-size: 16px;
}

img, fieldset {
   border: 0;
}

p, h1, h2, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font: 24px;
}

/*****************************************************************************************************/
/* HTML, BODY, CONTAINER                                                                             */
/*****************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;

   scrollbar-base-color:#CCCCCC;
   scrollbar-face-color:#A4D6AF;
   scrollbar-highlight-color:#000000;
   scrollbar-shadow-color:#000000;
   scrollbar-3dlight-color:#CCCCCC;
   scrollbar-track-color:#7FB38B;
}

/*****************************************************************************************************/
/* ZOEKEN                                                                                            */
/*****************************************************************************************************/
form#frmZoek table {
	border-collapse: collapse;
}
body {
   background-color: #CEEAD4;
}
form#frmZoek table tr td {
	border: 1px solid #4B7C9F;
}

form#frmZoek input#txtZoek {
	width: 100%;
	height: 17px;
	border: 0;
	padding-top: 1px;
	font: 12px Arial;
}
.menu{
	background-color: #006718;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.titel1{
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}
.titel2{
	color: #006600;
	font-size: 15px;
}
.titel_fotoalbum{
	color: #006600;
	font-size: 14px;
	font-weight: bold;
   font-variant: small-caps;
}
.main_bottom{
	text-align: left;
	size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 20px;
}
.center {
	vertical-align: middle;
	text-align: center;
}
.header{
	background-image: ./images/background_top.jpg;
}
.topcolor{
	background-color: #7FB38D;
}
.outline {
	border-style: solid;
	border-color: #000000;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
a {
	color: #006600;
}
p {
	text-align: left;
	color: #000000;
	text-decoration: none;
}
.forminput {
	width: 400px;
}
.forminput2 {
	width: 198px;
}
.zwarte_rand{
	border: solid 1px #000000;
}
.geen_rand{
	border: solid 0px;
}