﻿html
{
	height:100%;
	width:100%;
}

body 
{
	border:none;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FCE1CC;
	height:100%;
	width:100%;
	font-family:Verdana, Arial, Sans-Serif;
}

h1
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:18px;
    font-weight:bold;
    color:#F6822B;
}

h2   /* Kopje boven adressen en links */
{
    margin-top:35px;
	color:#C51230;
	font-weight:bold;
	font-size:1.2em;
}

 div.boven
 {
	position:absolute;
	top:0px;
	left:0px;
	height:136px;
	width:100%;
	background-color:White;
	font-size:11px;
 }
 
 div.boven2
 {
	position:absolute;
	top:0px;
	left:0px;
	height:136px;
	width:100%;
	background-color:White;
	font-size:12px;
 }
 
 div.boven3
 {
	position:absolute;
	top:0px;
	left:0px;
	height:136px;
	width:100%;
	background-color:White;
	font-size:13px;
 }
 
 
 
 .menu
 {
	position:absolute;
	top:0px;
	left:7px;
	width:220px;
	height:100%;
	background-color:#F6822B;
	background-image:url(../images/GradientOranje.jpg);
	font-size:13px;
	font-weight:bold;
	color:White;
 }
 
 .menu2
 {
	position:absolute;
	top:0px;
	left:7px;
	width:220px;
	height:100%;
	background-color:#F6822B;
	background-image:url(../images/GradientOranje.jpg);
	font-size:15px;
	font-weight:bold;
	color:White;
 }
 
 .menu3
 {
	position:absolute;
	top:0px;
	left:7px;
	width:220px;
	height:100%;
	background-color:#F6822B;
	background-image:url(../images/GradientOranje.jpg);
	font-size:17px;
	font-weight:bold;
	color:White;
 }
 
 .menudiv
 {
	background-image:url(../images/GradientRood.jpg); 
	position:absolute;
	top:191px;
	left:7px;
	width:220px;
	z-index:2;
	font-size:13px;
	font-weight:bold;
	/*height:280px;*/
 }
 
 .menudiv2
 {
	background-image:url(../images/GradientRood.jpg); 
	position:absolute;
	top:191px;
	left:7px;
	width:220px;
	z-index:2;
	font-size:15px;
	font-weight:bold;
	/*height:280px;*/
 }
 
 .menudiv3
 {
	background-image:url(../images/GradientRood.jpg); 
	position:absolute;
	top:191px;
	left:7px;
	width:220px;
	z-index:2;
	font-size:17px;
	font-weight:bold;
	/*height:280px;*/
 }
 
 
 .menu_boven
 {
	position:absolute;
	top:103px;
	left:0px;
	width:100%;
	height:32px;
	background-color:#F6822B;
 }
 
 .button_bar
 {
	position:absolute;
	left:227px;
	top:5px;
	background-image:url(../images/GradientOranjeBoven.jpg);
	background-repeat:no-repeat;
 }
 
 .submenu
 {
	background-color:white;
	position:absolute;
	left:220px;
	z-index:2;
	display:none;
	width:203px;
	font-size:0.85em;
 }
 
 
 .logo
 {
	position:absolute;
	top:0px;
	left:0px;
	width:227px;
	height:136px;
	background-color:white;
	z-index:1;
 }
 
 .bg
 {
	background-color:White;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:995px;
	height:100%;
	min-height:580px;
	font-size:13px;
 }
 
 .bg2
 {
	background-color:White;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:995px;
	height:100%;
	font-size:14px;
 }
 
 
 .bg3
 {
	background-color:White;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	width:995px;
	height:100%;
	font-size:15px;
 }
 
 
 .contentbox_centrum
 {
	position:absolute;
	top:200px;
	left:270px;
	height:380px;
	width:415px;
	padding-right:20px;
	overflow:auto;
 }
 
 .contentbox_centrum_breed
 {
	position:absolute;
	top:200px;
	left:270px;
	height:380px;
	width:675px;
	padding-right:20px;
	overflow:auto;
 }
 
 .contentbox_rechts
 {
	position:absolute;
	top:165px;
	left:730px;
	height:416px;
	width:260px;
	overflow:auto;
 }
 
 .contentbox_path
 {
	position:absolute;
	top:145px;
	left:270px;
	height:30px;
	width:455px;
	overflow:hidden;
	font-size:11px;
 }
 
 table.plusminus
 {
	position:absolute;
	top:143px;
	left:15px;
	display:inline-block;
 }
 
 
img.plus
{
	border-style:none;
	border-width:0px;
}

.minus
{
	border-style:none;
	border-width:0px;
}

a.plus
{
	text-decoration:none;
}

.minus
{
	text-decoration:none;
}


a.MenuButtonBoven:link, a.MenuButtonBoven:visited
{
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
}

a.MenuButtonBoven:hover, a.MenuButtonBoven:active
{
	text-decoration:none;
	color:#C51230;
	font-weight:bold;
	text-align:center;
}

a.MenuButtonRechts:link, a.MenuButtonRechts:visited
{
	position:absolute;
	left:0px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:52px;
}

a.MenuButtonRechts:hover, a.MenuButtonRechts:active
{
	position:absolute;
	left:0px;
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:52px;
}


a.SubMenuButton:link, a.SubMenuButton:visited
{
	position:absolute;
	left:3px;
	width:200px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	background-image:url(../images/OranjeRood.jpg);
}

a.SubMenuButton:hover, a.SubMenuButton:active
{
	position:absolute;
	left:3px;
	width:200px;
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	background-image:url(../images/OranjeRood.jpg);
}

a.TekstMenu:link, a.TekstMenu:visited
{
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:32px;
/*	background-image:url(../images/OranjeRood.jpg);*/
}

a.TekstMenu:hover, a.TekstMenu:active
{
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:32px;
	/*background-image:url(../images/OranjeRood.jpg);*/
}

.MenuCel
{
    background-image:url(../images/OranjeRood.jpg);
    text-align:center;
    height:64px;
}

a.faqlink:link, a.faqlink:visited
{
	text-decoration:none;
	color:#C51230;
	font-weight:bold;
	line-height:1.4em;
}

a.faqlink:hover, a.faqlink:active
{
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	line-height:1.4em;
}



a.zoeken:link, a.zoeken:visited, a.zoeken:active
{
	position:absolute;
	top:0px;
	left:145px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.zoeken:hover
{
	position:absolute;
	top:0px;
	left:145px;
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.nieuwsMeer:link, a.nieuwsMeer:visited, a.nieuwsMeer:active
{
/*    margin-top:5px;*/
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.nieuwsMeer:hover
{
/*    margin-top:5px;*/
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.nieuwsLeesMeer:link, a.nieuwsLeesMeer:visited, a.nieuwsLeesMeer:active
{
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.nieuwsLeesMeer:hover
{
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.activiteit:link, a.activiteit:visited, a.activiteit:active
{
	position:absolute;
	top:248px;
	left:0px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.activiteit:hover
{
	position:absolute;
	top:248px;
	left:0px;
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

a.soektekst:link, a.soektekst:visited, a.soektekst:active
{
	text-decoration:none;
	color:#C51230;
	font-weight:bold;
	line-height:1.4em;
}

a.soektekst:hover
{
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
	line-height:1.4em;
}

span.NieuwsItem
{
/*	position:absolute;
	top:53px;
	left:0px;*/
	color:#C51230;
	font-size:1.0em;
	font-weight:bold;
}

span.NieuwsTekst
{
	position:absolute;
	top:80px;
	left:0px;
	color:#000000;
	font-size:1.0em;
	font-weight:normal;
}

span.ActiviteitItem
{
	position:absolute;
	top:177px;
	left:0px;
	color:#C51230;
	font-size:1.2em;
	font-weight:bold;
}

span.ActiviteitTekst
{
	position:absolute;
	top:203px;
	left:0px;
	color:#000000;
	font-size:1.0em;
	font-weight:normal;
}


span.Titel
{
	color:#C51230;
	font-weight:bold;
	font-size:1.2em;
}

input.kaart
{
	position:absolute;
	top:295px;
	left:0px;
}

span.path
{
	color:#C51230;
	font-weight:bold;
}

a.pathlink:link, a.pathlink:visited, a.pathlink:active
{
	text-decoration:none;
	color:#C51230;
	font-weight:bold;
}

a.pathlink:hover
{
	text-decoration:none;
	color:#F6822B;
	font-weight:bold;
}

span.intro
{
    font-weight:bold;
}

td.Adress
{
	font-weight:bold;
	color:#C51230;
}

input.red
{
	border-color:#C51230;
	border-style:solid;
	border-width:1px;
	font-size:13px;
}

input.red2
{
	border-color:#C51230;
	border-style:solid;
	border-width:1px;
	font-size:14px;
}

input.red3
{
	border-color:#C51230;
	border-style:solid;
	border-width:1px;
	font-size:15px;
}

input.zoeken
{
	position:absolute;
	top:0px;
	left:0px;
	border-color:#C51230;
	border-style:solid;
	border-width:1px;
	width:125px;
	height:18px;
	font-size:13px;
}

input.zoeken2
{
	position:absolute;
	top:0px;
	left:0px;
	border-color:#C51230;
	border-style:solid;
	border-width:1px;
	width:125px;
	height:18px;
	font-size:13px;
}

input.zoeken3
{
	position:absolute;
	top:0px;
	left:0px;
	border-color:#C51230;
	border-style:solid;
	border-width:1px;
	width:125px;
	height:18px;
	font-size:13px;
}


a.adreslink:link, a.adreslink:visited, a.adreslink:active
{
	color:#C51230;
	font-weight:bold;
	text-decoration:underline;
}

a.adreslink:hover
{
	color:#F6822B;
	font-weight:bold;
	text-decoration:underline;
}

a:link, a:visited, a:active
{
	color:#C51230;
	font-weight:bold;
	text-decoration:underline;
}

a:hover
{
	color:#F6822B;
	font-weight:bold;
	text-decoration:underline;
}

.Tabel  /* Tabel met knoppen (sub)pagina's */
{
    margin-top:40px;
}

.FormKnop
{
    margin-top:10px;
    margin-left:131px;
    width:90px;
    height:22px;
    background-color:#C51230;
    text-align:center;
}
