BODY {
        background-color: #FFFFFF;
        margin: 0px;
}
* {
        font-family: Arial, Tahoma, Verdana;
        font-size:12px;
}


#wrapper {
        position: relative;
        width: 988px;
      /*  height: 724px; */
        margin: 0px auto;
        overflow: hidden;
}
#header {
		float: left;
        top: 0;
        left: 0;
        width: 988px;
        height: 122px;
        background-image: url(gfx/v2/Header.gif);
        background-position:top left;
        background-repeat: no-repeat;
}

#contactgegevens {
	width: 215px;
	position: absolute;
	left: 732px;
	top: 10px;
	font-size: 11px;	
}

#navigation {
            float: left;
            background-image: url(gfx/v2/Navigation.gif);
			background-repeat: no-repeat;
            left:4px;
            width: 207px;
            height:499px;
/*            padding-left:50px; */
            padding-top:20px; 
            line-height:20px;
}



#navigation a, #navigation a:hover {
        color: white;
        font-weight: bold;
        text-decoration: none;
        margin-right: 20px;
        font-size: 95%;
}

#content {     
        float: left;
        background-image: url(gfx/v2/Content.gif);
        width: 781px;
       /*  height: 515px; 
        background-repeat: no-repeat; */

}
#Topnavigation {
 width: 730px;
 /* padding-left: 13px; */
 float:left;
 height: 20px;
 margin-top: -10px;
 background-color: #298631;
/* margin-left: 10px;*/


/* background: url(gfx/ButtonBG.jpg) repeat-x;*/
}
#Topnavigation .MenuItem{
 background: url(gfx/ButtonBG.jpg) repeat-x;
 color: #fff7c6;
/* width: 100px; */
   padding: 0px 10px;
   height:20px;
   line-height: 17px;
   float: left;
}

#Topnavigation .MenuItemLink{
 height: 20px;
 color: #fff7c6;
 font-weight: bold;

}


#Topnavigation .item{
 /* width: 30px; */
 background-color: #298631;
 color: #FFDD00;
 font-weight: bold;
 float: left;
 height: 20px;
 margin-right: 8px;
 padding: 2px 8px;

border: 1px;
        border-color: #ffdd00;
        border-style: single;

}

#text {
        overflow: none;
        width: 749px;
       /* height: 495px; */
        margin-top: 20px;
       /* left:5px; */
}
#TekstvakContent {
	/*	height: 480px; */
        overflow:auto;
		width: 730px;

}
#footer {
		float: left;
        left: 0;
        width: 988px;
        height: 60px;
        background-image: url(gfx/v2/Footer.gif);
        /*background-position:top left; */
        background-repeat: no-repeat;
        font-size: 90%;
        text-align:center;

}
#FooterCP{
float: left;

        left:0;
        width: 988px;
        height:20px;
        text-align:center;
}

.Button {
        /* font-family: Arial, Tahoma, verdana,arial; */
        font-size: 12px;
        font-weight: bold;
        Color: #ffdd00;

        text-align: left;
        padding: 0px;
         cursor: pointer;
        border: 0px;
        border-color: #ffdd00;
        border-style: double;
        width:145px;
        padding-left:1px;
}
.Button a:hover {
        border:2px;

}

.styleTitle{
 font-size:14px;
 font-weight:bold;

}

A:link {
  text-decoration: none;
  color: #298631;
  }
A:visited{
  text-decoration: none;
  color: #298631;
}
A:active {
  text-decoration: none;
  color: # 298631;

 }
A:hover {text-decoration: underline; color: #298631;}

.ErrorMessage {
        font-size: 11px;
        Color: #CC0000;
         line-height: 18px;
        font-weight: bold;

}

.Message {

    font-size: 11px;
    Color: #004080;
    line-height: 18px;
    font-weight: bold;

}
.SubNavItem1{
        line-height: 22px;
        float: left;
        height: 30px;
        margin-left: 0px;
        background-color: #ded352;
        width: 135px;
        text-align: right;
        text-transform: uppercase;
        margin-bottom:3px;
		padding-left: 30px;
}


.SubNavItemTask1{
/*        line-height: 22px; */
        float: left;
        height: 20px;
        margin-left: 0px;
        /* background-color: #ded352; */
        width: 135px;
        text-align: right;
        margin-bottom:3px;
}

.SubNavItem {
        font-size: 13px;
        font-weight: bold;
        Color: #ffdd00;
        text-align: left;
        cursor: pointer;
        border: 0px;
        border-color: #ffdd00;
        border-style: double;
        width:145px;
        margin-left: 30px;
}
.SubNavItem a:hover {
        border:2px;
}
#navigation .SubNavItem a{
	color: #FFDD00;
}


.SubNavItemTask {
    font-size: 12px;
    font-weight: bold;
    /*color: #298631; */
	color: #000000;
    Background: #FAFA00;
	background-color:#FFFF33;
	/* #ffdd00; */ 
    text-align:right;
    cursor: pointer;
    width: 143px;
    border: 1px;
    border-color: #298631;
    border-style: double;
    height: 17px;
		float: left;
	margin-left: 30px;
	
}
#navigation .SubNavItemTask a{
	color: #298631;
	font-size: 10px;
}

.SubSubButton{
/*    font-family: Tahoma, Verdana,arial; */
    font-size: 11px;
    font-weight: normal;
    color: #ffdd00;
    text-align:right;
    cursor: pointer;
    width: 143px;
	line-height: 20px;   
    height: 20px;
	float: left;
	margin-left: 30px;
}

#navigation .SubSubButton a{
	
	color: #ffdd00;
	font-size: 10px;
}


