/*****************************************************************************************************/
/* UNIVERSEEL                                                                                        */
/*****************************************************************************************************/
* {
	/* hier kun je bijvoorbeeld een standaard font e.d. neerzetten */
}

img, fieldset {
   border: 1;
   border-color: #E8E2C2;
}

p, h1, h2, fieldset, form, input, select, table, tr, td {
   margin: 0;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font: 24px Arial;
}

p, li, ul {
	font: 13px Arial;
   line-height: 18px;
}

.left {
   border-left:1px solid #E8E2C2;
}
a {
   text-decoration:none;
}

/*****************************************************************************************************/
/* HTML, BODY, CONTAINER                                                                             */
/*****************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
}
.header{
	width:601px;
   /*padding-top: 301px;*/
   text-align: left;
   background-image: url(../images/ringen.gif);
   background-position: 0 bottom;
   background-repeat: no-repeat;
   
}
.header2{
	width:301px;
   /*padding-top: 301px;*/
   text-align: left;
   background-image: url(../images/ringsmall.gif);
   background-position: 0 bottom;
   background-repeat: no-repeat;
   
}
.menu{
	background-image: url(../images/menubg.gif);
   background-position: 0px top;
   background-repeat: no-repeat;
   height:300px;
   width:299px; 
}
.spacer{
   height:300px;
   width:601px; 
}
.links{
   position: relative;
   float: left;
   height: 100%;
}

.rechts{
   position: relative;
   float: right;
   height: 100%;
}
.kalender2 {
   font: 13px Arial;;
   line-height: 17px;
   
}
.kalender3 {
   margin-top:0px; 
   margin-bottom:0px;
   font-family: Arial;
   font-size: 13px;
   line-height: 17px;
   text-align: justify;
}

#kalender {
   position: relative;
   float: bottom;
   height: 100%;
   /*min-height: 549px; height: auto !important;*/
   FONT-FAMILY: Arial;
   FONT-SIZE:12px; 
}
.space {
   background-color: #E6E5E5;
   width: 50%;
}
.knoppen {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	COLOR: #FFFFFF;	
	text-align: justify;
	text-transform: uppercase;
}
.knoppenactief {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	COLOR: yellow;	
	text-align: justify;
	text-transform: uppercase;
}
.subknop {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	COLOR: yellow;	
	text-align: justify;
	text-transform: uppercase;
	text-indent:60px;
}
/*****************************************************************************************************/
/* CONTENT BLOK                                                                                      */
/*****************************************************************************************************/

/*****************************************************************************************************/
/* ZOEKEN                                                                                            */
/*****************************************************************************************************/
form#frmZoek table {
	border-collapse: collapse;
}

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;
}
.forminput {
	width: 400px;
}

