        /* 
      --------------------------------------------------------------------------------------
       Reset and globals 
      --------------------------------------------------------------------------------------
      */
		* {
			padding: 0;
			margin: 0;
		}

		body {
			font-size: 9pt;
			font-family: arial,helvetica,sans-serif;
			position: relative;
			background-color: #737373; 
			line-height: 12pt;
		}

		img { border: 0; }
		
		table {
			font-size: 9pt;
			font-family: 'arial','helvetica','sans-serif';
			line-height: 13pt;
		}
			
      
      /* 
      --------------------------------------------------------------------------------------
        css sprites image => css/dizzie_sprites.png
      --------------------------------------------------------------------------------------
      */
        .imgpersonOnline { background-position: 0 -30px; width: 16px; height: 14px; }
        .imgcalendarSmall { background-position: 0 -74px;  width: 45px; height: 50px; }
        .imgdeleteCan { background-position: 0 -154px; width: 11px; height: 11px; }
        .imgicon_blogs { background-position: 0 -195px; width: 17px; height: 17px; }
        .imgicon_recensie { background-position: 0 -242px; width: 17px; height: 17px; }
        .imgleftInterfaceHover { background-position: 0 -289px; width: 185px; height: 19px; }
        .imgmediavibe_footer_logo { background-position: 0 -338px; width: 85px; height: 27px; }
        .imgicon_zoeken_in_leden { background-position: 0 -395px; width: 17px; height: 17px; }
        .imggroenStippelBoek { background-position: 0 -442px; width: 8px; height: 32px; }
        .imgstippelLijn { background-position: 0 -504px; width: 2px; height: 34px; }
        .imgwhiteArrowDown { background-position: 0 -568px; width: 11px; height: 11px; }
        .imgicon_vriend_toevoegen { background-position: 0 -611px; width: 17px; height: 17px; }
        .imgdeleteFoto { background-position: 0 -658px; width: 19px; height: 19px; }
        .imgeditCommentIcon { background-position: 0 -707px; width: 9px; height: 10px; }
        .imgicon_schrijf_een_bericht { background-position: 0 -747px; width: 17px; height: 17px; }
        .imgicon_person { background-position: 0 -794px; width: 17px; height: 17px; }
        .imgleftInterfaceLink { background-position: 0 -841px; width: 185px; height: 19px; }
        .imgicon_text { background-position: 0 -890px; width: 19px; height: 19px; }
        .imgicon_collectie { background-position: 0 -939px; width: 17px; height: 17px; }
        .imgicon_gradientGreen { background-position: 0 -981px; }
        .imgicon_boek { background-position: 0 -1033px; width: 17px; height: 17px; }
        .imggastOnline { background-position: 0 -1080px; width: 16px; height: 14px; }
        .imgicon_stem { background-position: 0 -1124px; width: 17px; height: 17px; }
        .imgicon_bericht { background-position: 0 -1171px; width: 17px; height: 17px; }
        .imgicon_persons { background-position: 0 -1218px; width: 17px; height: 17px; } 
        .imgalarmIcon { background-position: 0 -1265px; width: 11px; height: 11px; } 

        #cssSprite  {
          background-image:url(/css/dizzie_sprites.png);
          display: block;
        }

        
      /* 
      --------------------------------------------------------------------------------------
       Alignment 
      --------------------------------------------------------------------------------------
      */
      img.floatRight { 
        float: right; 
        margin: 4px; 
      }

      img.floatLeft { 
        float: left; 
        margin: 4px; 
      }

      .interviewFloatRight {
        float: right; 
        margin: 15px; 
		border: 0px;
      }

      .interviewFloatLeft{
        float: left; 
        margin: 15px; 
		border: 0px;
      }

      .floatR { 
        float: right; 
      }

      .floatL { 
        float: left; 
      }
      .center {
        display: table;      
        margin: 0 auto;
      }

      .textCenter {
          text-align:center;
      }
    
      .centertAll {
          text-align:center;
          display: table;      
          margin: 0 auto;
      }
    
      .clear {
        clear: both;
      }
      
      
      /* 
      --------------------------------------------------------------------------------------
       Main Columns (page setup) 
      --------------------------------------------------------------------------------------
      */
      #wrapper {
      	text-align: left;
      	margin: 0px auto;
      	padding: 0px;
      	border:0;
      	width: 989px;
        background : url("mainBackground.gif") repeat-y left top;
      }


      #header {
        padding: 0 0 0 0;
      	margin: 0 0 0 0;
      	border:0;
        height: 150px;
        background : url("dizzieMainTop.jpg") no-repeat left top;
      }

      #headerKerst2 {
        padding: 0 0 0 0;
      	margin: 0 0 0 0;
      	border:0;
        height: 150px;
        background : url("DizzieBannerKerst2.jpg") no-repeat left top;
      }

      #headerSinterklaas {
        padding: 0 0 0 0;
      	margin: 0 0 0 0;
      	border:0;
        height: 150px;
        background : url("dizzieMainSinterklaas.jpg") no-repeat left top;
      }

      #headerDevelop {
        padding: 0 0 0 0;
      	margin: 0 0 0 0;
      	border:0;
        height: 150px;
        background : url("dizzieMainBannerDevelop.jpg") no-repeat left top;
      }

        #headerLeft { 
        	float: left;
        	width: 192px;
        	padding-top: 18px;
        	padding-left: 10px;
        }
        
        #headerRight { 
        	float: right;
         	padding-top: 18px;
        	margin-right: 0px;
        	margin-bottom: 1px;
        }
      
      #side-a {
      	float: left;
      	width: 195px;
        margin-left: 8px;
        margin-right: 5px;
      	min-height: 460px;
        background : url("leftInterfaceBackground.gif") no-repeat left top;
        display: block;
      }
      
      #side-b {
      	float: right;
      	width: 140px;
      	border: 0px black solid;
      	overflow: hidden;
      }
      
      #mainContainer {
      	width: 981px;
        min-height: 100%;
      }
      
      #content { 
      	float: left;
      	width: 620px;
      	height: 100%;
      }
          #contentLeft { 
          	float: left;
          	width: 303px;
          	word-wrap: break-word;
          	overflow:hidden;
          }
      
          #contentRight { 
          	float: right;
          	width: 303px;
          	overflow: hidden;
          }
    
          #contentLeftItem { 
          	float: left;
          	width: 336px;;
          }
      
          #contentRightItem { 
          	float: right;
          	width: 242px;
          }
    
      #footer {
      	font-size: 8pt;
      	clear: both;
      	color: #ffffff;
      	padding-left: 10px;
      	padding-right: 10px;
      	padding-top: 15px;
      	padding-bottom: 15px;
      	margin-right: 8px;
      	margin-left: 8px;
      	background : url("footer.gif") no-repeat left top;
      	background-color: #444444;
      }			
			
      #mijnCollecties {
        background : url("backCollecties.gif") repeat-x left top;
      }
      
      .collectieButton {
        float:left;width:155px;
      }      

      /* 
      --------------------------------------------------------------------------------------
       Link -> a href colors 
      --------------------------------------------------------------------------------------
      */
      
        /*  button    */
		/* deze button is tegenwoordig ook groen  */
		/* we hebben alles meer recht getrokken  */
		
        a.button, .button {
        	padding-left:    12px;
        	padding-right:   12px;
        	padding-top:     01px;
        	padding-bottom:  01px;
        	text-decoration: none ;
        }
        a.button:link, a.button:visited  {
        	color: #ffffff;
        	background-color : #4e8a0a;
        }
        a.button:hover, a.button:active  {
        	color: #ffffff;
        	background-color : #85c141;
        }

        /*  button Green   */
        
        a.buttonGreen {
        	padding-left:    12px;
        	padding-right:   12px;
        	padding-top:     01px;
        	padding-bottom:  01px;
        	text-decoration: none ;
        	-moz-border-radius: 4px;
        }
        a.buttonGreen:link, a.buttonGreen:visited {
        	color: #ffffff;
        	background-color : #4e8a0a;
        }
        a.buttonGreen:hover, a.buttonGreen:active  {
        	color: #ffffff;
        	background-color : #85c141;
        }
        
        /*  textLink    */

        .textLite {
          font-weight: normal;
    			text-decoration: underline;
        }

        a.silentLink {
          color: #000000;
        	border: 0px none;
        }

        a.silentLink:link, a.silentLink:visited  {
          color: #000000;
        }

        a.silentLink:hover, a.silentLink:active {
          color: #000000;
        }

        
        a.textLink {
        	padding-left:    4px;
        	padding-right:   4px;
        	padding-top:     01px;
        	padding-bottom:  01px;
    			text-decoration: underline;
        	font-weight: bold;
        }

        a.textLink:link, a.textLink:visited  {
        	color: #578323;
        }

        a.textLink:hover, a.textLink:active {
        	color: #ffffff;
        	background-color : #85c141;
        }
        
        /*  textLinkSmall    */
        a.textLinkSmall {
        	padding-left:    4px;
        	padding-right:   4px;
        	padding-top:     01px;
        	padding-bottom:  01px;
			font-size:8pt;
			text-decoration: underline;
        }

        a.textLinkSmall:link, a.textLinkSmall:visited  {
        	color: #000000;
        }

        a.textLinkSmall:hover, a.textLinkSmall:active {
        	color: #ffffff;
        	background-color : #85c141;
        }
        
        /*  redLink    */
        
        a.redLink {
        	padding-left:    4px;
        	padding-right:   4px;
        	padding-top:     01px;
        	padding-bottom:  01px;
    			text-decoration: underline;
        	font-weight: bold;
        }

        a.redLink:link, a.redLink:visited  {
        	color: #b42010;
        }

        a.redLink:hover, a.redLink:active {
        	color: #ffffff;
        	background-color : #b42010;
        }
        
        /*  left interface links  */
        
        a.leftInterface {
        	padding-left:    38px;
        	padding-right:   4px;
        	text-decoration: none ;
        	display: block;
        	height: 19px;
        	width: 143px;
        	overflow: hidden;
            background-image: url("/css/dizzie_sprites.png");
        	background-position: 0 -841px;  
        }

        a.leftInterface:link, a.leftInterface:visited  {
        	color: #000000;
        	background-position: 0 -841px;  
        }

        a.leftInterface:hover, a.leftInterface:active  {
        	background-position: 0 -289px; 
        	color: #ffffff;
        }

	     /* Main interface links */
	     
        a.mainInterface {
          font-size: 11pt;
          font-weight: bold;
        	text-decoration: none ;
        	height: 21px;
  				padding-left: 15px; 
  				padding-right: 15px;
  				padding-top: 3px;
          display:block;
          float: left;
  				margin-right: 35px;
        }

        a.mainInterface:link, a.mainInterface:visited {
        	color: #478201;
        }
        a.mainInterface:hover, a.mainInterface:active, a.mainInterfaceOn  {
        	color: #ffffff;
        	background-color : #76b230;
        	-moz-border-radius-topleft: 4px;
        	-moz-border-radius-topright: 4px;
        }

        a.mainInterfaceOn {
          font-size: 11pt;
          font-weight: bold;
        	text-decoration: none ;
        	height: 21px;
  				padding-left: 15px; 
  				padding-right: 15px;
  				padding-top: 3px;
          display:block;
          float: left;
  				margin-right: 35px;

        	color: #ffffff;
        	background-color : #76b230;
        }


	     /* Main interface links DISABLED*/
	     
        a.mainInterfaceDis {
          font-size: 11pt;
			color: #aa0000;
          font-weight: bold;
        	text-decoration: none ;
        	height: 21px;
  				padding-left: 15px; 
  				padding-right: 15px;
  				padding-top: 3px;
          display:block;
          float: left;
  				margin-right: 35px;
        }

        a.mainInterfaceDis:link, a.mainInterfaceDis:visited {
        	color: #aa0000;
        }
        a.mainInterfaceDis:hover, a.mainInterfaceDis:active, a.mainInterfaceDisOn  {
        	color: #ffffff;
        	background-color : #76b230;
        }

        a.mainInterfaceDisOn {
          font-size: 11pt;
          font-weight: bold;
        	text-decoration: none ;
        	height: 21px;
  				padding-left: 15px; 
  				padding-right: 15px;
  				padding-top: 3px;
          display:block;
          float: left;
  				margin-right: 35px;

        	color: #ffffff;
        	background-color : #76b230;
        }


      /* 
      --------------------------------------------------------------------------------------
       tekst formatting 
      --------------------------------------------------------------------------------------
      */
			.bigHeading {
				color: #518811;
        font-size: 18pt;
        font-weight: bold;
        margin-bottom: 4px;
        line-height: 23pt;
			}
        /* headings voor in de blokken */        
        .whiteHeadingMedium {
  				color: white;
  				font-family: 'Arial';
          font-size: 12pt;
  				padding: 5px; 
  				padding-bottom: 13px; 
          display:block;
        }
        .greenHeadingMedium {
  				color: #518811;
  				font-family: 'Arial';
        	text-decoration: none;
          font-size: 12pt;
  				padding: 5px; 
  				padding-bottom: 13px; 
          display:block;
        }
        /* headings voor in de blokken - end */        

      .mediumHeadingBlue {
				color: #0295ba;
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 4px;
        line-height: 15pt;
      }
      
      .mediumHeadingSale {
				color: #f98200;
        font-size: 16pt;
        font-weight: bold;
        margin-bottom: 4px;
        line-height: 26pt;
      }
      
      .mediumHeadingGreen {
				color: #4e8a0a;
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 4px;
        line-height: 15pt;
      }
      
      .mediumHeadingNormal {
				color: #000000;
        font-size: 12pt;
        margin-bottom: 4px;
        line-height: 15pt;
      }
      .smallHeadingGreen {
				color: #4e8a0a;
        font-size: 11pt;
        font-weight: bold;
        margin-bottom: 4px;
      }
      
      .smallHeadingBlue {
				color: #0295ba;
        font-size: 11pt;
        font-weight: bold;
        margin-bottom: 4px;
      }

      .smallHeadingOrange {
		color: rgb(249, 130, 0);
        font-size: 11pt;
        font-weight: bold;
        margin-bottom: 4px;
      }

      .smallHeadingRed {
				color: #ff0000;
        font-size: 11pt;
        font-weight: bold;
        margin-bottom: 4px;
      }
      
      .alertMsg { 
      	background-color: #cc1111;
      	color: white;
      	margin: 4px; padding: 3px;
      	padding-left: 5px; padding-right: 5px; 
      	margin-left: 0px; margin-right: 0px;
    	font-weight: normal;
      } 
    
      .alertMsgGreen { 
      	background-color: #96c75a;
      	color: white;
      	margin: 4px; padding: 3px;
      	padding-left: 5px; padding-right: 5px; 
      	margin-left: 0px; margin-right: 0px;
    	font-weight: normal;
      } 
    
      .greenText {
				color: #599119;
        font-size: 9pt;
      }
      
      .blueText {
				color: #0295ba;
        font-size: 9pt;
      }
      
      .whiteText {
				color: #FFFFFF;
      }
      
      .smallText {
        font-size: 8pt;
      }
      
      
      /* 
      --------------------------------------------------------------------------------------
       spacing 
      --------------------------------------------------------------------------------------
      */
      .resultEmptyLine {
				margin-bottom: 10px;
      }

      .doubleEmptyLine {
				margin-bottom: 24px;
      }

      .emptyLine {
				margin-bottom: 12px;
      }
      .halfEmptyLine {
				margin-bottom: 6px;
      }

      .greenLine {
      	background-color : #96c75a;
      	height: 7px; 
        margin-bottom: 0px;
      	display: block;
      }

      /* 
      --------------------------------------------------------------------------------------
       Form elements
      --------------------------------------------------------------------------------------
      */
      
      .input, div.form input, div.form textarea , div.form select {
      	background-color : #fdfdfd;
        border: 1px #cbcbcb solid;
      	color: #000000;
        font-size: 9pt;
      	padding: 4px;
      	letter-spacing: normal;
      	-moz-border-radius: 2px;
      }
      
      .inputMCE {
      	background-color : #fdfdfd;
        border: 1px #cbcbcb solid;
      	color: #000000;
        font-size: 9pt;
      	padding: 4px;
      	letter-spacing: normal;
      	-moz-border-radius: 2px;
      }
      
      .input[type="button"] {
      	background-color : #00f6f6;
      	-moz-border-radius: 2px;
      }
        
      .inputMediumBlue {
      	background-color : #fdfdfd;
        border: 1px #cbcbcb solid;
				color: #0295ba;
        font-size: 12pt;
        font-weight: bold;
        line-height: 15pt;
      	padding: 4px;
      	letter-spacing: normal;
      	-moz-border-radius: 2px;
      }

      .inputBigHeading {
      	background-color : #fdfdfd;
        border: 1px #cbcbcb solid;
        color:#518811;
        font-size:16.5pt;
        font-weight:bold;
        line-height:23pt;
        margin-bottom:4px;
      	letter-spacing: normal;
      	-moz-border-radius: 2px;
      }

		.myLabel {
			color: #478000;
			font-weight: bold;
			width: 145px;
			float: left;
		}
		.myInput {			
			width:300px;
			margin-bottom:5px;
			clear:both;
		}

      div.form td {
        font-size: 9pt;
        font-family: 'arial','helvetica','sans-serif';
        font-weight: bold;
      	color: #478000;
        padding-bottom: 4px;
      }      

      /* 
      --------------------------------------------------------------------------------------
       form elements - GRAPHICAL rounded input fields 
      --------------------------------------------------------------------------------------
      */

			.leftSearchInput {
        background: transparent url("leftSearch.png") no-repeat left top;
        width:19px;
        height:17px;
        padding-left: 19px;
        padding-bottom: 17px;
        margin-left: 18px
      }

			.leftRoundInput {
        background: transparent url("inputLeftRound.png") no-repeat left top;
        width:11px;
        height:17px;
        padding-left: 11px;
        padding-bottom: 17px;
        margin-left: 4px;
      }

      .inputRound	{
      	background-color : #ffffff;
      	color: #2d5006;
      	font-size: 11px;
      	float:left;
      	
      	border-color : #60a50f;
      	border-style : solid;
      	border-width : 1px;
      	padding-left: 4px;
      	padding-bottom: 2px;
      	-moz-border-radius: 2px;
      }

			.rightRoundInput {
        background: transparent url("inputRightRound.png") no-repeat right top;
        width:11px;
        height:17px;
        padding-right: 11px;
        padding-bottom: 17px;
      }

      /* 
      --------------------------------------------------------------------------------------
       mijn dizzie links
      --------------------------------------------------------------------------------------
      */
        a.mijnInterface {
			font-size: 9pt;
			font-weight: bold;
			text-decoration: none ;
			display:block;
			float: left;
			margin-top: 3px;
			margin-right: 14px;
			margin-left: 14px;
        }

        a.mijnInterface:link, a.mijnInterface:visited {
        	color: #fafafa;
        }
        a.mijnInterface:hover, a.mijnInterface:active {
        	color: #ffffff;
        	text-decoration: underline;
        }


	     /* mijn sub-interface links */
        a.mijnSubLink {
            background-image: url("/css/dizzie_sprites.png");
        	text-decoration: none ;
        	display: block;
        	width: 128px;
        	height: 18px;
        	padding-left: 20px;
        	overflow: hidden;
        }

        a.mijnSubLink:link, a.mijnSubLink:visited  {
        	color: #000000;
        	background-position: -37px -934px; 
        }

        a.mijnSubLink:hover, a.mijnSubLink:active  {
        	color: #ffffff;
        	background-position: -37px -890px; 
        }


      /* 
      --------------------------------------------------------------------------------------
       page index links
      --------------------------------------------------------------------------------------
      */
       a.pageIndex  {
          font-size: 8pt;
          font-weight: bold;
        	text-decoration: none ;
  				text-align: center;
          width: 24px;
          height: 20px;

          padding-top: 5px;          
          display:block;
          float: left;
          margin-left: 10px;

        	border: 0px;
        }

        a.pageIndex:link, a.pageIndex:visited {
        	color: #4d8a09;
        	background-color : #f0f0f0;
        	border: 0px none;
        }
        
        a.pageIndex:hover, a.pageIndex:active {
        	color: #ffffff;
          font-size: 12pt;
        	background-color : #b2e445;
        	border: 4px #b2e445 solid;
          margin-left: 6px;
          margin-top: -4px;
          margin-right: -4px;
        }
        
        /* alphabet turn on */
        a.pageIndexOn {
        	color: #ffffff;
        	background-color : #b2e445;

          font-weight: bold;
        	text-decoration: none ;
  				text-align: center;

          width: 24px;
          height: 20px;

          padding-top: 5px;          

          font-size: 12pt;

        	border: 4px #b2e445 solid;
          margin-left: 6px;
          margin-top: -4px;
          margin-right: -4px;

          display:block;
          float: left;
        }      

      /* 
      --------------------------------------------------------------------------------------
       Result List
      --------------------------------------------------------------------------------------
      */

		.bgColorA {
        	background-color : #f0f0f0;
		}
		
		.bgColorB {
        	background-color : #f9f9f9;
		}
		
       a.resultA {
        	text-decoration: none ;
        	background-color : #f0f0f0;
          padding: 10px; 
          width: 595px;
          display: block;
          margin-bottom: 10px;
        }

        a.resultA:link, a.resultA:visited {
        	color: #000000;
        }

        a.resultA:hover, a.resultA:active {
        	color: #000000;
        	background-color : #dbeeae;
        }

       a.resultB {
        	text-decoration: none ;
        	background-color : #f9f9f9;
          padding: 10px; 
          width: 595px;
          display: block;
          margin-bottom: 10px;
        }

        a.resultB:link, a.resultB:visited  {
        	color: #000000;
        }

        a.resultB:hover, a.resultB:active {
        	color: #000000;
        	background-color : #dbeeae;
        }


        a.whiteLink {
        	text-decoration: none;
        }

        a.whiteLink:link, a.whiteLink:visited {
        	text-decoration: none;
        	color: #fafafa;
        }
        a.whiteLink:hover, a.whiteLink:active {
        	color: #ffffff;
        	text-decoration: underline;
        }

      /* 
      --------------------------------------------------------------------------------------
       textLinkBlock 
      --------------------------------------------------------------------------------------
      */
			a.textLinkBlock {
				text-decoration: none ;
				float:left;
				padding-left:6px;
				padding-top:9px;
				padding-right:8px;
				height:25px;
		
				border: 1px solid;
				border-top-width: 0px;
				border-bottom-width: 0px;
				border-left-color: #c9fd5b;
				border-right-color: #a5d442;
			}
			
			a.textLinkBlock:link, a.textLinkBlock:visited {
				color: #000000;
			}
			
			a.textLinkBlock:hover, a.textLinkBlock:active {
				color: #000000;
				background-color : #dbeeae;
			}
			
			a.textLinkBlockOn {
				text-decoration: none ;
				float:left;
				padding-left:6px;
				padding-top:9px;
				padding-right:8px;
				height:25px;
				color: #000000;
				background-color : #dbeeae;
				border: 1px solid;
				border-top-width: 0px;
				border-bottom-width: 0px;
				border-left-color: #c9fd5b;
				border-right-color: #a5d442;
			}


			a.textLinkBlockOrange {
				background-color : #F98200;
				color: #ffffff;
			}
			a.textLinkBlockOrange:link, a.textLinkBlockOrange:visited {
				background-color : #F98200;
				color: #ffffff;
			}
			
			a.textLinkBlockOrange:hover, a.textLinkBlockOrange:active {
				background-color : #fba929;
				color: #ffffff;
			}
      /* 
      --------------------------------------------------------------------------------------
       color blocks 
      --------------------------------------------------------------------------------------
      */
      .greyBlock { 
      	background-color : #ececec;
      	display: block;
      	padding: 8px ;
      }
      .darkerGreyBlock { 
      	background-color : #cfcfcf;
      	display: block;
        margin-top:-4px;
      	padding:6px ;
      }
      
      .whiteBlock { 
      	background-color : #ffffff;
      	padding-left: 4px ;
        padding-top: 2px;
        padding-bottom: 0px;
      	display: block;
      }
      
      .funkyGreenBlock
      {
      	background-color : #b0e442;
      	display: block;
      	padding: 4px ;
      }

      .funkyGreenRow { background-color : #b0e442;height:34px; }

      .lightGreenBlock
      {
      	background-color : #dbeeae;
      	display: block;
      	padding: 8px ;
      }
      

      /* 
      --------------------------------------------------------------------------------------
       bannering
      --------------------------------------------------------------------------------------
      */

      .banner468_60_container
      {
      	background-color : #ececec;
      	display: block;
      	padding: 4px ;
      	padding-top: 5px ;
    		width:612px;
    		height:60px;
      }

      #banner468_60_ID
      {
      		margin-right: 76px;
      		float:right;
      }

      .banner120_600_container
      {
      	background-color : #ffffff;
      	margin-left:33px;
    		width:120px;
    		height:620px;
      }
	
		.flash120_600_container {
	      	margin-left:33px;
		}
		
      .banner160_600_container
      {
      	background-color : #ffffff;
      	margin-left:13px;
    		width:160px;
    		height:620px;
      }
	
      /* 
      --------------------------------------------------------------------------------------
       snelzoeken search results 
      --------------------------------------------------------------------------------------
      */
      div.searchResultsBack{
        z-index:30;
        margin:0px;
      }        

      div.searchResultsBackLeden{
        z-index:30;
        margin:0px;
      }        

      div.srBack {
        width: 212px;
        background : url('srhB.png') repeat-y left top; 
        margin-top: -4px;
      }        
 
      .SRB { 
      	background-color : #ececec;
      	display: block;
      	padding: 3px 3px 3px 3px ;
      	float: left;
      }
      
      .SRI {
        border: 0 none;
        float: left; 
        margin-right: 4px; 
        width: 50px; 
        overflow: hidden;
      }

      .SRAv {
        border: 0 none;
        float: left; 
        margin-right: 4px; 
        width: 42px; 
        height: 42px; 
        overflow: hidden;
      }
      
      .SRT {
        float:left;
        width:130px;
      }
        
        a.snel {
            text-decoration: none ;
            background-color : #f0f0f0;
            padding: 4px; 
            display: block;
            width:186px;
        }
        
        a.snel:link, a.snel:visited {
            color: #000000;
        }
        
        a.snel:hover, a.snel:active {
            color: #000000;
            background-color : #dbeeae;
        }
      
        a.snelSelected {
            text-decoration: none ;
            background-color : #FFFFFF;
            padding: 4px; 
            display: block;
            width:186px;
        }
        
        a.snelSelected:link, a.snelSelected:visited {
            color: #000000;
        }
        
        a.snelSelected:hover, a.snelSelected:active {
            color: #000000;
            background-color : #dbeeae;
        }
      

      /* 
      --------------------------------------------------------------------------------------
       collapsable menu  
      --------------------------------------------------------------------------------------
      */
			.slideContainer {
				margin-bottom: 12px;
				border-width: 0;
			}
			
      div.darkGreenBGColor {
				background-color: #76b130;
				padding-left: 3px;
				padding-top: 1px;
		      	-moz-border-radius-topleft: 4px;
		      	-moz-border-radius-topright: 4px;
      }
      
			div.darkGreenBGColor a.more {
				color: white;
				font-family: 'Arial';
      	text-decoration: none;
        font-size: 12pt;
				padding: 5px; 
				padding-bottom: 13px; 
        display:block;
			}

      div.lightGreenBGColor {
				background-color: #dbeeae;
				padding-left: 3px;
				padding-top: 1px;
				border: 1px solid #76b130;
				border-bottom: 0px;
		      	-moz-border-radius-topleft: 4px;
		      	-moz-border-radius-topright: 4px;
      }

			div.lightGreenBGColor a.more {
				color: #518811;
				font-family: 'Arial';
      	text-decoration: none;
        font-size: 12pt;
				padding: 5px; 
				padding-bottom: 13px; 
        display:block;
			}
			
			.slide {
				background-color: #ffffff;
        		border-style: solid ;
				border-color: #76b130;
				border-width: 1px;
				
				padding: 5px 5px 5px 8px;
			}

			.plusMin {
        background:transparent url('plusMin16.gif') no-repeat right bottom;
        display:block;
        float: right;
        height:16px;
        width:16px;
        margin-right: 4px;
      }

			.openCloseGreen {
        background:transparent url('openCloseGreen17.gif') no-repeat right bottom;
        display:block;
        float: left;
        height:17px;
        width:17px;
      }

			.openCloseGrey {
        background:transparent url('openCloseGrey17.gif') no-repeat right bottom;
        display:block;
        float: left;
        height:17px;
        width:17px;
      }

			.plusMinGreen {
        background:transparent url('plusMin16green.gif') no-repeat right bottom;
        display:block;
        float: left;
        height:16px;
        width:16px;
        margin-right: 4px;
      }

      /* 
      --------------------------------------------------------------------------------------
       Tooltips  
      --------------------------------------------------------------------------------------
      */
      
      .tool-tip {
      	color: #fff;
      	width: 250px;
      	z-index: 13000;
      }
 
       
      .tool-title {
      	font-weight: bold;
      	font-size: 11px;
      	margin: 0;
      	color: #99fe23;
      	padding: 8px 8px 4px;
      	background: url(bubble.png) top left;
      }
       
      .tool-text {
      	font-size: 11px;
      	padding: 4px 8px 8px;
        background-color: #222222;
      }
      
      /* 
      --------------------------------------------------------------------------------------
       Navigator  
      --------------------------------------------------------------------------------------
      */


      div.navigator {
        display: table;      
        width: 615px;
       	background-color : #f0f0f0;
      }

      .navigator a, span.inactive {
          font-weight: bold;
          font-size: 8pt;
        	text-decoration: none ;
  				text-align: center;
          width: 24px;
          height: 20px;

          padding-top: 5px;          
          display:block;
          float: left;
 
        	color: #ff0000;
      }      

      .navigator a:link, .navigator a:visited  {
        	color: #4d8a09;
        }

      .navigator a:hover, .navigator a:active  {
        	color: #ffffff;
        	background-color : #b2e445;
			-moz-border-radius: 4px;        	
        }
      
      .navigatorActivePage {
          font-size: 8pt;
          font-weight: bold;

        	text-decoration: none ;
  				text-align: center;
          width: 24px;
          height: 20px;

          padding-top: 5px;          
          display:block;
          float: left;
      
        	color: #ffffff;
        	background-color : #b2e445;
			-moz-border-radius: 4px;        	
      }
      
      .navigatorTotalPagesDisplay {
        float: right;
        
        margin-right: 6px;
        margin-top: 4px;
        font-size: 8pt;
      	color: #787878;
      }
      
      div.navigator300 {
        display: table;      
        width: 300px;
       	background-color : #f0f0f0;
      }
      
      .navigator300 a, span.inactive {
          font-weight: bold;
          font-size: 6pt;
        	text-decoration: none ;
  				text-align: center;
          width: 24px;
          height: 20px;

          padding-top: 5px;          
          display:block;
          float: left;
 
        	color: #ff0000;
      }      

      .navigator300 a:link, .navigator300 a:visited  {
        	color: #4d8a09;
        }

      .navigator300 a:hover, .navigator300 a:active  {
        	color: #ffffff;
        	background-color : #b2e445;
        }
      
      /* 
      --------------------------------------------------------------------------------------
       comments/ reacties area  
      --------------------------------------------------------------------------------------
      */

      .greyBoxLight {
        background-color: #f0f0f0;
        margin-top:-5px;
        padding:10px;
        -moz-border-radius: 4px;
      }
      
      .object300 {
        margin-left:-8px;
      }
      
      .spoiler {
        color: #f0f0f0;
      }
      
      .iconReactie {
        float: left; 
        width:34px; 
        padding-top: 7px; 
      }
      
      .reactieTekst {
        float: left; 
        width:450px; 
        padding-top: 7px; 
      }
      
      .reactieTekstSmall {
        float: left; 
        width:300px; 
        padding-top: 7px; 
      }
      
      .boxAvatar {
        float: right; 
        width: 79px;
      }
        
      .boxAvatarSmall {
        float: right; 
        width: 58px;
        margin-left: 4px;
      }
      
      .avatarIMG {
        padding: 1px;
        background-color: #000000;
        border: 7px #75b32e solid;
      }
      .avatarHomeIMG {
        border: 7px #ffffff solid;
        padding: 1px;
        background-color: #dddddd;
      }
     
      .avatarVriendList {
        padding: 1px;
        background-color: #aaaaaa;
        border: 0px #75b32e solid;
        float:left;
        margin-right:10px;
      }
      

             a.vriendLink {
              	background-color : #f0f0f0;
                padding: 2px; 
                display: block;
              }
      
              a.vriendLink:hover, a.vriendLink:active {
              	background-color : #dbeeae;
              }
    
          .avatarVriendDIV {
            padding: 1px;
            width: 54px;
            height: 66px;
            margin-top:5px;
            font-size: 9px;
            float:left;
          }
          .avatarVIMG {
            margin-left:4px;
            margin-top:4px;
          }

      /* 
      --------------------------------------------------------------------------------------
       rechter kolom icons  
      --------------------------------------------------------------------------------------
      */

      .iconR {
        float:left;
        margin-top: 2px;
        margin-bottom: 2px;
      }
      
      .textIconR {
        float:left;
        font-size: 8pt;
        margin-top:4px; 
        margin-left: 4px; 
      }
      
      
      .topIMG {
        float:left;
        padding-left:-6px;
        margin-left:6px;
      }
      /* 
      --------------------------------------------------------------------------------------
       Ajax  
      --------------------------------------------------------------------------------------
      */
        #loader 
        { 
          display: none;
        } 

  			.ajax-loading {
        	padding: 4px ;
        	background: url(spinner.gif) no-repeat center;
        }
  			

      /* 
      --------------------------------------------------------------------------------------
       Calendar  
      --------------------------------------------------------------------------------------
      */
      .calendarB {
        	background : url("calendarBig.gif") no-repeat left top;
        	width:54px;
        	height:62px;
        	margin: 0px;
        	padding: 0px;
        	float:left;
      }
      
      .calendarBmonth {
        position:relative;
        left:16px;
        top:4px;
        font-weight:bold;
        font-size:11px;
        color:#ffffff;
      }

      .calendarBday {
        position:relative;
        left:8px;
        top:13px;
        font-weight:bold;
        font-size:28px;
        color:#76b230;
      }
      
      .calendarSmonth {
        position:relative;
        left:12px;
        top:2px;
        font-weight:bold;
        font-size:11px;
        color:#ffffff;
      }

      .calendarSday {
        position:relative;
        color:#76B230;
        font-size:23px;
        font-weight:bold;
        left:8px;
        top:6px;
      }

      /* 
      --------------------------------------------------------------------------------------
       user selector hide for all but ie6
      --------------------------------------------------------------------------------------
      */
        .checkboxUserSelect {
          display:none;
        }


      ul.dizzie
      {
        list-style-type: circle;
        margin-left:15px;
      }

    ol {
        list-style-position: outside;
        text-indent:0px;
        padding: 0px;
        margin: 20px;
    }

