/* Default Style Sheet for settllink.nl */

html,body{height:100%}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a {text-decoration: none;}

ul {list-style-position: outside;
	list-style-type: disc;
}
.lijstje {     /*geen grote regel tussen tekst en ul*/
	margin-top: 5px;
}

.menutekst {
	font-weight: bold;
	color: #C9C501;
}

.menutekst:hover {color: #FFFFFF;}

.menutekstHuidig {
	font-weight: bold;
}

.emailtekst {
	font-family: Arial, Helvetica, sans-serif;
}

.emailtekst a:link {color: #FFFFFF;}

.emailtekst a:visited {color: #FFFFFF;}
.emailtekst a:hover {color: #1E3791;}

.inlinetekst:link {color: #FFFFFF;}
.inlinetekst:visited {color: #FFFFFF;}
.inlinetekst:hover {color: #C9C501;}

.linklist {	list-style-image: url(plaatjes/gt-bullit-yellow.gif);}

.linklist a:link {color: #FFFFFF;}
.linklist a:visited {color: #FFFFFF;}
.linklist a:hover {color: #C9C501;}

.breeklijn {
	color: #C9C501;
	width: 428px;
	height: 1px;
}

.bijFoto {
	font-size: 11px;
	font-style: italic;
}

/*- Menu Tabs--------------------------- */
    #tabs{
	  float:left;
	  width:100%;
	  line-height:normal;
      margin:0;
      padding:6px 0 0 2px;
      list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("plaatjes/tableftBolBlauw.gif") no-repeat left top;
      margin:0px;
      padding:0 0 0 6px;
      text-decoration:none;
	  border-bottom: 1px solid #c9c501;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("plaatjes/tabrightBolBlauw.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#1e3791;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#c9c501;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	
     #tabs .current{
        background-position:0% -42px;
	  	border-bottom: 1px solid none;
        }
     #tabs .current span {
        background-position:100% -42px;
      	color:#fff;
        }	
	 #tabs a.current:hover span{
	color:#fff;
	cursor: default;	  	
        }

