/* het verspringen in firefox tegengaan door de scrollbar reeds toe te voegen */ 
html {height:100%}
body {min-height:101%}
/* einde scrollbar - - - - - - - - - - - */
body {
    font-family: "comic sans ms", tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
   background: #ff9acc url(i/bg.jpg) top no-repeat;
    color: #8C1948;
    margin: 0;
    padding: 0;
	}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
#header{
	margin-left: auto;
	 margin-right: auto;
	 margin-top: 0;
	 padding-top: 0;
    text-align: center;
    width: 751px;
	 height: 250px;
	 background:  url(i/bg_header.jpg) left no-repeat;
	 }
	 
#content {
    margin-left: auto;
	 margin-right: auto;
    text-align: left;
    width: 750px;
	 height: 425px;
	 padding: 15px;
	 background: #FCF3F8;
	 border: 10px solid #fff;
	 }



#footer {
	background: #e58bb5;
	border: 1px solid #ccc;
	height: 30px;
	margin-left: auto;
	 margin-right: auto;
	 margin-top: 0;
	 padding-top: 0;
    text-align: center;
    width: 798px;
	 
	}

	#footer2 {
	background: #fff url(i/bottom_bg.jpg) top left no-repeat;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	 margin-top: 0;
	 padding-top: 0;
    text-align: center;
	 color: #000;
   	}
	
img { border: 0; }
.imgright {	float: right;}
.imgrightindex {	float: right; padding-top: 30px}
.imgleft {	float: left;}



.clear {clear: both;}


		
/*- Menu Tabs D--------------------------- */

    #tabsD {
      float:left;
      width:100%;
      background:#FCF3F8;
      font-size:100%;
		font-family: "comic sans ms";
		font-weight: bold;
      line-height:normal;
      border-bottom: 1px solid #e58bb5;
      }
    #tabsD ul {
        margin:0;
        padding:10px 10px 0 258px;
        list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url("i/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("i/tabrightD.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C7377D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#C7377D;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }

        #tabsD #current a {
                background-position:0% -42px;
        }
        #tabsD #current a span {
                background-position:100% -42px;
        }		