/* lichtgroen: #9ECF7E; (stippels naast menubalk) */
/* midden groen: #9CBB58 (achtergrond body) */
/* donkergroen: #1B4722; (oude tekst kleur) */
/* licht paars: #B2A1C6 (niet in gebruik)  */
/* midden paars #89297F; (menu.hover, h1, h3, p.topright, .comment, .auteur, .vraag, contentlinkS hover */
/* donker paars: #5F497A (niet in gebruik) */
/* donkerste paars, als in logo: #403151 (tekst en hyperlinks) */
/* #ECF6E6 container achtergrond */


body {
	font-family: tahoma, verdana, arial;
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
    background-color: #9CBB58;
}


/* centrale div, wordt automatisch in het midden geplaatst */
#container {
	width: 770px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    border: 1px solid #ffffff;
    background-color: #ECF6E6;
}


/* divs voor opmaak */

#top {
	width:100%;
	height:200px;
	font-size: 9.0pt;
	color: #000000;
	text-align:right;
}

#menu {
	width:180px;
	height: 300px;
	float:left;
	font-size: 10.0pt;
	border-right: 2px dotted #9ECF7E;
	margin:0px 20px 0px 0px;
}

#content {
	width:550px;
	float:left;
	font-size: 10.0pt;
	color: #403151; /*#1B4722;*/
	padding:0px 0px 5px 0px;
}
#clear {
	clear: both; margin: 0px
}

/* achtergrond voor container */
.BgCo {
	background-image: url(../images/bg-contact.jpg); 
	background-repeat: no-repeat;
}
.BgHb {
	background-image: url(../images/bg-herfstbloem.jpg); 
	background-repeat: no-repeat;
}
.BgHb2 {
	background-image: url(../images/bg-herfstbloem2.jpg); 
	background-repeat: no-repeat;
}
.BgHb3 {
	background-image: url(../images/bg-herfstbloem3.jpg); 
	background-repeat: no-repeat;
}
.BgHo {
	background-image: url(../images/bg-hortensia.jpg); 
	background-repeat: no-repeat;
}
.BgKr {
	background-image: url(../images/bg-krokus.jpg); 
	background-repeat: no-repeat;
}
.BgRo {
	background-image: url(../images/bg-roos.jpg); 
	background-repeat: no-repeat;
}
.BgVb {
	background-image: url(../images/bg-viburnum.jpg); 
	background-repeat: no-repeat;
}
.BgVr {
	background-image: url(../images/bg-vragen.jpg); 
	background-repeat: no-repeat;
}


.contentMin {
	height: 540px
}

#menuUl {
	/*voor naastelkaar*/
	display: inline;
	list-style: none;
	margin: 0px; 
	padding: 0px;
}

#menuUl li{
	text-align:left;
	margin:1px 2px 1px 2px;   	
}

#menuUl li a.menuitem{
	color:#403151;
   	text-decoration: none;
   	font-size: 12px;
   	font-weight: bold;
   	padding:4px 0px 4px 0px;
}

#menuUl li a.menuitem:hover{ 
   	text-decoration: none;
   	color:#89297F;
}



/* Tekst opmaak */
h1 {
	font-weight:bold;
	font-size: 12.0pt;
	line-height: 200%;
	color:#89297F;
}

h2.content {
	font-weight:bold;
	font-size: 12.0pt;
	display:inline;
	line-height: 200%;
}

h3.content {
	font-weight:bold;
	font-size: 10.0pt;
	color:#89297F;
}

b.contentKop{
	font-size: 11pt;
	display:inline;
	line-height: 200%;
}

p.topLeft{
	float:left;
}

p.topRight{
	font-weight:bold;
	font-size:10px;
	padding-right:15px;
	padding-top:15px;
	color:#89297F;
}

p.topRight2{
	font-weight:bold;
	font-size:10px;
	padding-right:35px;
	padding-top:10px;
	color:#89297F;
}

p.content {
	width: 90%;
}

.comment {
	font-size:11pt;
	font-style: italic;
	color:#89297F;
	padding-bottom:20px;
}
.auteur{
	font-style: normal;
	color:#89297F;
	line-height: 200%;
}

.vraag {
	display:inline;
	font-weight:bold;
	color:#89297F;
}
.nieuws {
	font-weight:bold;
	color:#89297F;
}

.nieuwsDatum {
	float: right;
	text-align:right;
	color:#89297F;
}

.whiteSpace{
	line-height: 200%;
}

/* hyperlinks */


a.content
{
	font-size: 10.0pt;
	font-weight:bold;
	text-decoration: none;
	color:#403151; /*#89297F;*/
}

a.content:hover 
{
	color:#89297F;
}

a.contentS
{
	text-decoration: underline;
	color: #403151; /*#1B4722;*/
}

a.contentS:hover 
{
	color:#89297F;
}


/* tables */
table{
	width: 100%;
	border: 0px;
}
