@charset "utf-8";
/* CSS Document */

/*********OPMERKINGEN**********************


*****************EINDE OPMERKINGEN****************/

/********************BASICS**********************/
    * {
    margin: 0;
    padding: 0;
    }
	
	html {
	background:url(images/bg.jpg) repeat-x #eeeeea;
	}
	
	body {
	background:url(images/bg-bloem.jpg) top center no-repeat #eeeeea;
	width: 100%;
	display:table;
	text-align:center;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#211b16;
	}
	

	a:link {
	text-decoration:underline;
	color:#211b16
	
    }

    a:visited {
   text-decoration:underline;
   color:#211b16
   
    }
    a:hover {
    text-decoration:none;
	color:#211b16
    }
	
	 h1 a:link, h1 a:visited{ 
color:#655245;
text-decoration:none;
}

	h1 {
	font-size: 24px;
	font-weight:normal;
	color:#655245;
	padding-bottom:10px;
	padding-top:5px;
}
	
	
	h2 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:5px;
	
	}
	
	
	p {
	font-weight:normal;
	padding-bottom:5px;
	}
	
	img {
	border: 1px solid #aea795;
	padding:2px;
	margin-right:20px;
	}
	


	
	
/*******************EINDE BASICS****************/

/********************CONTAINER*****************/


html #container {

    margin: 0 auto;
    width: 1000px;
    position: relative;
    text-align: left;
    }

  #container   {

    width: 1125px;
	margin-left:-125px;
	    }
	
	#content_container {
	width:980px;
	height:auto;
	overflow:auto;
	clear:left;
	background:#FF00FF; /*roze*/
	}

/*****************EINDE CONTAINER*************/




/**********************BODY***************************/

    #header {
	float:left;
	width: 980px;
	height:235px;
	background:url(images/header.jpg) no-repeat; 
	}
	
	#linkerveld {
	float:left;
	position:relative;
	width: 220px;
	height:100%;
	min-height:150px;
	margin-top:390px;
	margin-right:10px;
	padding:10px;
	z-index:5;
	}
	
		
	#tekstveld{
	float:left;
	position:relative;
	width: 440px;
	height:100%;
	min-height:502px;
	text-align:left;
	margin-top:48px;
	background:#f8f8f6;
	border-right:1px solid #9d9d9a;
	padding:10px;
	z-index:2;
	}
	
	#tekstveld_agenda	{
	float:left;
	position:relative;
	width: 710px;
	height:100%;
	min-height:502px;
	text-align:left;
	margin-top:48px;
	background:#f8f8f6;
	padding:10px;
	z-index:2;
	}
		
	#rechterveld {
	float:left;
	width: 250px;
	height:100%;
	min-height:502px;
	margin-top:48px;
	background:#efefeb;
	padding:10px;
	}
	
	#rozet {
	position:absolute;
	top:0px;
	left:-170px;
	width:425px;
	height:800px;
	z-index:0;
		}
	
/***** #footer staat onderaan*************/ 

	
	body.home #rozet{
	background:url(images/rozet-home.jpg) no-repeat;
	}
	
	body.overons #rozet{
	background:url(images/rozet-overons.jpg) no-repeat;
	}
	
	body.nieuws #rozet{
	background:url(images/rozet-nieuws.jpg) no-repeat;
	}
	
	body.agenda #rozet{
	background:url(images/rozet-agenda.jpg) no-repeat;
	}
	
	body.activiteiten #rozet{
	background:url(images/rozet-activiteiten.jpg) no-repeat;
	}
	
	body.fokdag #rozet{
	background:url(images/rozet-fokdag.jpg) no-repeat;
	}
	
	body.vrienden #rozet{
	background:url(images/rozet-vrienden.jpg) no-repeat;
	}
	
	body.contact #rozet{
	background:url(images/rozet-contact.jpg) no-repeat;
	}
	
	body.fotos #rozet{
	background:url(images/rozet-fotos.jpg) no-repeat;
	
	}

	body.lidmaatschap #rozet{
	background:url(images/rozet-lidmaatschap.jpg) no-repeat;
	}
	
	
/******************EINDE BODY**************************/

/*********************MENU********************/

#menuwrapper {
    float:left;
	width:730px;
	color:#00CC00; /*groen*/
	}


.mod_navigation a.invisible {  /****zorgt ervoor dat de skip navigation regel niet gehoverd wordt*****/
	display: none;
}

.mod_navigation
{
	position:relative;
    float:left;
    overflow:visible;
	width:850px;
	height:50px;
	margin-top:230px;
	margin-left:250px;
	z-index:2;
	}


.mod_navigation a,
.mod_navigation a:visited  /***********maakt de niet actieve menu items tekst wit*****/
{
    text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#28211a;	
}



.mod_navigation li:hover a, .mod_navigation li.sfhover a
.mod_navigation li:hover a:visited, .mod_navigation li.sfhover a:visited {   /*****Houdt de tekst in toplink wit wanneer er met de cursor naar het submenu item gegaan wordt************/
    color:#fff;
    }
	

.mod_navigation ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.mod_navigation li
{
    width:auto; /* Define the width of an menu entry */
	margin:0 5px 0 5px;
	padding:0 10px 0 10px;
	text-align:center;
    position:relative; /* position */
    float:left; /* arrange left-aligned */
    line-height:37px; /* defines the height of an menu entry */
	text-decoration:none;
	}
	
.mod_navigation li.active /*actief menu item*/
{
color:#fff;
font-weight:bold;
background:#c7c6ba;
}

.trail {
background:#c7c6ba;
}

.mod_navigation li ul
{

    bottom:0px;
    left:-1px;
    right:0px;
    top:37px;
    position:absolute;
    display:none; /* hide the submenus */
}


.mod_navigation li ul ul
{
    left:151px;
    top:0px;
    position:absolute;
}


.mod_navigation li:hover,
.mod_navigation li.sfhover
{
	background:#c7c6ba;
	height:37px;

}

.mod_navigation li:hover ul
.mod_navigation li.sfhover ul
{
    display:block;

}



/********************EINDE MENU*************************/


/********************NIEUWS LIST RIGHT*************************/

.newslist_main a{
padding-left:20px;
background:url(images/arrow.jpg) no-repeat;
display: block;
}


/********************EINDE LIST NIUEWS *************************/


/********************AGENDA*************************/
.mod_upcoming_events {
width:250px;
clear:both;
}

.mod_upcoming_events .event a{
position:relative;
float:right;
width:175px;
margin-top:0px;
margin-left:5px;
margin-bottom:5px;
}

.event {
position:relative;
clear:both;
overflow:hidden;
zoom: 1;
}

.mod_upcoming_events .date {
float:left;
}
/********************EINDE AGENDA*************************/


/********************NIUEWS LEZER*************************/
.mod_newsreader img {
border: 1px solid #aea795;
padding:2px;
margin-right:5px;
}

.mod_newsreader .info {
font-size:10px;
}

.mod_newsreader .back {
padding-top:10px;
padding-bottom:10px;
}

/********************EINDE  NIEUWS LEZER*************************/

/********************NIEUWS ARCHIEF (MENU)*************************/

.layout_simple {
padding-bottom:10px;
}

ul.level_1{
list-style:none;
font-weight:bold;

}
ul.level_2 {
list-style:none;
font-weight:normal;
}
/********************EINDE  NIEUWS ARCHIEF MENU*************************/

/**************************NIEUWSBRIEF*************************/

.nieuwsbrief h1{
padding-top:0px;
padding-bottom:5px;
}

.mod_subrscibe .text {
width:150px;
}

.confirm p{
color:#FF6600;
}
/********************GALLERY *************************/
.layout_short h1 a, .layout_short h1 a:visited{ 
color:#655245;
text-decoration:none;
}


.layout_short h2 { 
height:40px;
}

.layout_short {
float:left;
width:190px;
margin-right:15px;
}

/******************KALENDER**************************/

.mod_calendar {
width:632px;
}

.mod_calendar a, .mod_calendar a:visited, .mod_calendar a:hover{
font-size:10px;

}

.label {
background:url(images/header_calendar.png) repeat-x;
width:90px;
height:30px;
text-align:center;

}

.header {
background:#CCCCCC;
text-align:center;
width:95px;
clear:both;
}

.days {
background:#FFFFFF;
}


td.days {
border:#ccc solid 1px;
height:90px;
padding:1px;
vertical-align:top;

}

th.head{
height:50px;
text-align: center;
padding:10px;
background:#655245;
color:#eeeee9;
}

th.head a:link, th.head a:visited, th.head a:hover{
color:#eeeee9;

}
/******************EINDE KALENDER**************************/

/********************  Pagination  ---------------------------------------------------------- */

.pagination {
	padding: 10px 0 50px 60px;
	/*color: */
	}
	

.pagination a {
	background: none;
	padding-left: 0;
	margin-left: 0;
	}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  }
  
.pagination li {
  background: none;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  }
  
.pagination li a {
  	text-decoration:none;
	font-size:11px;
  	/*color:#924d3d; */
 	width:180px; 
  }

.pagination li a:hover {

  /*color: #924d3d;*/
	text-decoration:underline;
  	}

.pagination .current {
	background: #E1E1E1;
	border: 1px solid #CCCCCC;
	padding: 2px 4px;
	}


/********************  EINDE Pagination  ---------------------------------------------------------- */
/********************CONTACT FORMULIER*************************/

.ce_form {
	float:left;
	clear:left;
	width:400px;
	}
	
span.mandatory {
color:#924d3d;
font-weight:bold;
}

label {
    width: 200px;
    text-align:left;
}

.select {
width:147px;
}


.textarea {
width:300px;
height:100px;
border:#aea795 1px solid;
margin:2px 0 0 10px;
}

.ce_form .text {
width:300px;
height:20px;
border:#aea795 1px solid;
margin:2px 0 0 10px;
}

.checkbox {
height:20px;
margin:2px 0 0 10px;
}

.submit_container {
margin:2px 0 0 10px;
color:#fdfaeb;
}

.error {
color: #FF0000;
}

.captcha {
width:200px;
height:20px;
border:#c3988b 1px solid;
margin:2px 0 0 10px;
}



/********************EINDE CONTACT FORMULIER *************************/

/************************FOOTER*****************************/

	#footer {
	float:left;
	margin-top:10px;
	width:950px;
	height:40px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background:url(images/footer.jpg) no-repeat;
	}
	
	.subnav p {
	text-align:left;
	font-size:10px;
	}
	
	.credits p {
	float:right;
	font-size:10px;
	margin-top:-20px;
	}
	
	#footer span
{
	padding-left:10px;
	padding-right: 10px;
	background:url(images/bull.gif) no-repeat center;
}

/****************************EINDE FOOTER****************************/