        body,html
        {
            padding:0px;
            margin:0px;
            background-color: white;
            height:100%;
        }
        
		input, body, div, a, div,td, textarea
        {
             	font-family: Verdana;
            	color: black;
                font-size:11px;
                line-height:15px;
        }
        
        p
        {
        	margin-top:0px;
        	margin-bottom:0px;
		}

                a
        {
			text-decoration:none;
		}

		a:hover
		{
			color:#77ad1a;
			text-decoration:underline;
		}


        #containerlogo
        {
			position:absolute;
			left:0px;
			width:100%;
        }
        #logo
        {
			width:759px;
			margin-left:auto;
            margin-right:auto;
			padding-top:10px;
			padding-left:6px;

        }

        #containerheader
        {
			display:table;
			padding-top:12px;
			margin-left:auto;
            margin-right:auto;
			width:772px;
        }

		#containercontent
        {
			display:table;
			margin-left:auto;
            margin-right:auto;
			width:772px;
			
			
        }

		#containerfooter
        {
			display:table;
			margin-left:auto;
            margin-right:auto;
            margin-top:5px;
			width:772px;
			border-top:2px solid #77ad1a;
			
			background-image: url(../image/copyrights.jpg);
            background-repeat:no-repeat;
            background-position:99% 0% ;


		}

		#footer
		{
			padding-left:13px;
			padding-top:5px;
			padding-bottom:15px;

		}

		#containerfooter *
        {
            color: #77ad1a;
            font-size:12px;

            text-decoration:none;
        }
        
        #containerfooter a
        {
         	font-weight:bold;
        }

        #menu
        {
			width:193px;
			float:left;
		}

        #menu_terug
        {
			float:left;
			display:block;
        	height:41px;
        	width:193px;
        	background-color:#77ad1a;
        	background-image: url(../image/menu_terug_gr.jpg);
            background-repeat:no-repeat;
            background-position:bottom;
		}

		#menu_terug:hover
		{
        	background-color:#db001b;
			background-image: url(../image/menu_terug_r.jpg);

		}
		
		.menuitem img
		{
			padding-right:10px;
			float:left;
			border:0px;
		}

	  .menuitem
    {
  			float:left;
        display:block;
        	height:65px;
        	width:193px;
        	background-color:#77ad1a;
        	border-top:1px solid white;
        	text-decoration:none;

		}

		.menuitem:hover
		{
        	background-color:#db001b;
        	text-decoration:none;
		}

		.menuitemactive
		{
        	background-color:#db001b;
		}

    .menuitemtext
    {
          padding-top:3px;
          display:block;
        	color:white;
        	text-decoration:none;
        	font-size:14px;
		}
        
    #content
    {
    	float:left;
    	width:373px;
    	padding:13px;
    	padding-right:0px;
		}

		#rightpart
    {
        float:left;
        width:165px;
		    padding-left:15px;
		}
		
		#moreinfobox
		{
			height:90px;
			width:165px;
			padding:13px;
			color:#77ad1a;

			border-right:1px dashed #77ad1a;
			border-left:1px dashed #77ad1a;
			border-bottom:1px dashed #77ad1a;
		}
		#moreinfobox .inputtext
		{
			width:100px;
			font-size:11px;
		}
		#moreinfobox td
		{
            color:#77ad1a;
			font-size:10px;
		}

		.inputtext
		{
			border:1px solid #77ad1a;
		}
		.inputbutton
		{
            font-size:10px;
            padding:0px;
            margin:0px;
            width:165px;
            border:none;
            background-color:white;
            color:#db001b;
            cursor: pointer;
            font-weight:bold;
		}

		#bannerbox
		{
			width:191px;
            height:151px;
            border:1px solid #77ad1a;

		}
		
		.title
		{
            color:#db001b;
            font-size:14px;
            margin-bottom:10px;
            font-weight:bold;
		}

		.text
		{
			text-align:justify;
		}
		
		.ondertitel
		{
			font-size:10px;
			color:white;
		}


		.groenetext
		{
		    color:#77ad1a;
		}
