html{
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background-color: #002071;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;

}
#body{
	 background-image: url(../img/body_back.gif);
	 background-repeat: no-repeat;  
	 width: 837px;
	 height: 143px;
	margin: 0 auto;


}
#rovecom{
	width: 779px;
	margin: 0 auto;
	padding: 0;
}
#rovecom a:link, #rovecom a:active, #rovecom a:visited{
	color: #8193AB;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#rovecom a:hover{
	color: red;
}
#header h1{
	display: none;
}
#global{
	width: 779px;
		margin: 0 auto;
	position: relative;
	padding: 0;
}
#global_content{
	float: left;
	background-image: url(../img/content_back.gif);
	background-repeat: repeat-y;
}
#global_left{
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-y;
	background-position: left 326px;
	float: left;
	width:800px;
}

#left{
	width: 203px;
	float: left;

}
#menu_top{
	width: 203px;
	height: 326px;
	background-image: url(../img/left_top.gif);
	background-repeat: no-repeat;
}
#titel{
	height: 82px;
	background-image: url(../img/titel.gif);
	background-repeat: no-repeat;
	width: 486px;
	margin-left: 203px;
}
#inhoud2{
	width: 476px;
	float: left;
	padding-right: 100px;
	background-image: url(../img/inhoud_back.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
	min-height: 400px;
	padding-bottom: 20px;
}
#footer{
	background-image: url(../img/footer.gif);
	background-position: 10px top;
	background-repeat: no-repeat;
	width: 837px;
	height: 41px;
	clear: both;
	color: #D2DFFF;
	text-align: center;
}
/*--------menu----------*/
#menu{

	width: 203px;
	margin: 0;
	padding: 0;
}
#menu_footer{
	clear: both;

}
#menu ul{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
}
#menu li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#menu li.active1 a{
	background-image: url(../img/menuA.gif);
	color: lime;
}
#menu li.active1 li a{
	color: gold;
	background-image: url(../img/submenu.gif);
}
#menu ul ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li ul li{
	display: none;
}
#menu li.active1 li{
	display: block;
}
#menu ul li ul li a{
	color: gold;
	padding-left: 20px;
	background-image: url(../img/submenu.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#menu ul li ul li.active2 a{
	background-image: url(../img/menuA.gif);
	color: lime;
}
/*--------content-----------*/
		
a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0em 1.2em 0em;
	 text-align: right;
		color: #C80000;
}
h1, h2, h3 {
    font-weight: bold;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .style_kopgroot, .headline {
    font-size: 1.7em;
	 text-align: right;
	color: #C80000;
	display: block;
	font-weight: bold;
}
h2 {
    font-size: 1.5em;
	  text-align: right;
	color: #C80000;
}
h3 {
    font-size: 1.3em;
	  text-align: right;
		color: #C80000;
}
h4 {
    font-size: 1.2em;
	  text-align: right;
		color: #C80000;
}
h5 {
    font-size: 1.0em;
	  text-align: right;
		color: #C80000;
}
h6 {
    font-size: 0.8em;
	  text-align: right;
		color: #C80000;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}
.wtkformsubmit, .button{
	background-color: #C80000;
	color: white;
	border: 1px solid navy;
	font-weight: bold;
}

/***********************************************************************
 * layout kolom links of rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                                               |
 * |                  |                                               |
 * |                  |                                               |
 * --------------------------------------------------------------------
 *
 * <div id="container">
 *    <div id="kolom">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div>
 *
 * alle left door right vervangen indien kolom rechts komt te staan
 *
 ***********************************************************************/
/*
#container {
  float: left;
  background: url(bgkleur.gif) repeat-y top left;
}
#kolom {
  float: left;
  width: 200px;
}
#inhoud {
  float: left;
}
*/
/***********************************************************************
 * layout kolom links en rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                            |                  |
 * |                  |                            |                  |
 * |                  |                            |                  |
 * --------------------------------------------------------------------
 *
 * <div id="container_bg_links"><div id="container_bg_rechts">
 *    <div id="kolom_links">
 *    </div>
 *    <div id="kolom_rechts">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div></div>
 *
 ***********************************************************************/
/*
#container_bg_links {
  float: left;
  background: url(kleur_links.gif) repeat-y top left;
}
#container_bg_rechts {
  float: left;
  background: url(kleur_rechts.gif) repeat-y top right;
}
#kolom_links {
  float: left;
  width: 200px;
}
#kolom_rechts {
  float: right;
  width: 200px;
}
#inhoud {
  float: right;
}
*/

/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright{
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
width:100%;
}
div.links a:link, div.links a:active, div.links a:visited{
	color: navy;
	font-weight: bold;
}
div.links a:hover{
	color: #C80000;
	text-decoration: none;
}
div.links h1 {
	
}

div.links table{
	
}

div.links thead td{
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	padding-left: 0px;
}
.LIlink{
	list-style: url(../img/ulli.gif);
	margin-left: 20px;
	
}
.LIlink a:link, .LIlink a:active, .LIlink a:visited{
	color: navy;
	font-weight: bold;

}
.LIlink a:hover{
		color: #C80000;
	text-decoration: none;
}
/* NIEUWS */

div.nieuws {
   width : 100%;
}

div.nieuws img {
	float:left;
	margin-right: 10px;
}

div.nieuws img.right {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.nieuws hr {
	clear:both;
	height: 1px;
	background-color: #002071;
	color: #002071;
}

div.nieuws h1 {

}
div.nieuws .style_kopgroot{
	text-align: left;
}
div.nieuws a {
	color: navy;
	text-decoration: none;
	margin-top: 5px;
}
div.nieuws a:hover{
	color: #C80000;
	
}


div.nieuws h2, div.nieuws h2 a {
	clear: both;
		font-size: 1.2em;
		border-bottom: 1px solid navy;
}

div.nieuws h2 {
	padding-top: 20px;
}

div.nieuws table{
	
}
.lees_verder{
	clear: both;
	float: left;
}

.wtkerror {
	color:red;
}
/*---------fotoalbum---------*/

.TD3D{
	background-image: url(../img/fotoalbum_back.gif);
	background-repeat: no-repeat;
	height: 190px;	
	float: left;
	width: 150px;

	margin-bottom: 10px;
}
.TD3D img{
	border: 1px solid black;
}
a.download_link, .TD3D a, .TD3D_2 a, {
	font-weight :bold;
	margin: 0px;
	font-size: 1.0em;
	color: navy;
	padding-bottom: 20px;
	display: block;
}
.TD3D a:link, .TD3D a:active, .TD3D avisited,
.TD3D_2 a:link, .TD3D_2 a:active, .TD3D_2 a:visited{
		font-weight :bold;
	margin: 0px;
	font-size: 1.0em;
	color: navy;
	padding-bottom: 20px;
	display: block;
}
a.download_link:hover, .TD3D a:hover, .TD3D_2 a:hover, .nieuw_bericht a:hover, .paging a:hover{
	color: #C80000;
}
.foto_overzicht_td{
	background-image: url(../img/pictureframe.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 278px;
}
.img3D_big{

}
.foto_omschrijving{
	
}
.foto_naam{
	font-size: 1.2em;
	font-weight: bold;
}
/*---------gastenboek-------------*/
.page_top{
	background-image: url(../img/border.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 56px;

}
.paging{
	font-weight :bold;
	margin: 0px;
	font-size: 0.8em;
	color: navy;
	padding-bottom: 20px;

}
.paging a{
		font-weight :bold;
	margin: 0px;
	color: navy;
	padding-bottom: 20px;
}
.page_bot{
		background-image: url(../img/bottomborder.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 56px;
}
.gastenboektop{
	width: 460px;

}
.nieuw_bericht a{
	background-image: url(../img/nieuw_bericht.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-weight :bold;
	margin: 0px;
	font-size: 1.0em;
	color: navy;
	padding-left :50px;
	display: block;
}
.nieuwbericht_headline{
	width: 100%;
	display: block;
	text-align: center;
	color: navy;
	font-weight: bold;
	font-size: 1.5em;
	background-image: url(../img/nieuw_bericht.gif);
	background-position: 275px;
	background-repeat: no-repeat;
	height: 50px;
	color: #C80000;
}
.gastenboekbericht{
	background-image: url(../img/papier.gif);
	border: 1px solid #C80000; 
	border-left: none;
	border-right: none;
}
.gastenboekbot{
	background-image: url(../img/kalender.gif);
	background-repeat: no-repeat;
	height: 46px;
	padding-left: 60px;
	color: maroon;
	font-size: 0.8em;
	padding-bottom: 5px;
}

.error, .wtkerror{
	color: red;
	display: block;
}
/*---------download-----------*/
.download_groep{
	list-style: none;
	font-weight: bold;
	margin-top: 10px;
}
li.download_item{
	list-style: url(../img/download.gif);
}

a.download_link:link, a.download_link:active, a.download_link:visited{
	color: navy;
	font-weight: bold;
	list-style: none;
	padding-left: 20px;
	font-size: 1.0em;
}
a.download_link:hover{
	color: #C80000;
	text-decoration: none;
}

