/* 
   link colors.
      	background:#354000;
*/
a:link
	{ color: black; }
a:visited
	{ color: black; }
a:hover 
	{ color: #1E90FF }

/* 
BODY.menu {
font-family: "comic sans ms";
color: white;
background-color: #133B13;
}
*/

tr.filebox { 
    display: none; 
}
tr.filebox_addone { 
    display: ''; 
}

.focu {
	color: #CCcccc;
}

.focu-active {
	color: #110000;
}

/*
#input_switch_youtube {
		position: absolute; 
		visibility: hidden; 
	}
*/

#mail_left_bg {
        left:5px;
        right:0px;
        top:5px;
        bottom:0px;
        position:absolute;
		background-color: #354000;
}

#mail_left_tekst {
        left:0px;
		width:40px;
        top:0px;
        bottom:0px;
        position:absolute;
		background-color: #354000;
		background-image: url('http://gaf.zeelandnet.nl/logo_tekst.gif');
		background-repeat: no-repeat;
		background-position: 5px 5px;

}

/*
			
		background-attachment:fixed;
        position:absolute;
*/

#mail_main {

        left:40px;
        right:0px;
        top:0px;
        bottom:0px;
        margin-left:0;
        margin-right:0;
        padding-left:10px;
        padding-right:50px;
        background-color: #DCD5B9;
}


#menu_links {	
		color: #354000;
	  	background:url("/logo_tekst.gif") no-repeat center top;
		background-color: #354000;
	}

#body_menu {	
		color: #dcd5b9;
		background-color: #354000;
	}


    #header {
	  font: 12px arial, helvetica, sans-serif;
      float:left;
      width:100%;
      background:#354000;
      line-height:normal;
      font-size:93%;
      }
	
	#header table {
	  border-spacing: 5pt;    
	  }

    #header a {
      float:left;
      display:block;
      background:url("/menu_knop.gif") repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#000; 
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#aaa; 
      }
    

body {	
		margin: 0px 0px;
        	padding: 0px;
		font: 12px arial, helvetica, sans-serif;
		color: #000000;
	  	background-color: #DCD5B9;
	}

#td a {
      	text-decoration:none;
} 

/* tbv borders bij tables etc */
table.border {
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	}

th.border {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	}

td.border {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	}

/* tbv knoppen rij */
#menu {
    /* top: 0px; */
    font: 12px arial, helvetica, sans-serif;
    width:auto;
    line-height:normal;
    font-size:85%;
    /* background-color: #354000; */
    }

/* knop thing */
#menu a {
    white-space: nowrap;
    float:left;
    display:block;
    background:url("/menu_knop.gif") repeat right top;
    /* top-padding right-padding bottom-padding left-padding */
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#000;
    left:200px;
    }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {color:#aaa;}

/* tbv knoppenrij bovenin */
#center_top_menu_table
{
text-align:center;
margin-left: auto;
margin-right: auto;
}


/*
http://www.handleidinghtml.nl/css/css-tabellen/css-tabellen02.html
*/


table {	
       	padding: 0px;
		font: 12px arial, helvetica, sans-serif;
		color: #000000;
	}

/*

		display: block;
		width:100%;
		background-attachment=fixed;
		background-repeat: no-repeat;
		background-position: center;
		font-family: "times";
		background-image=url('http://gaf.zeelandnet.nl/logo_back.gif');
	  background-color: #dcd5b9;
	  background-color: forestgreen;
	  background-color: darkgreen;
	  background-color: forestgreen;
*/


/*
#td_decoration {
TEKST
------------
	  font-style: normal
	  font-variant: normal
	  font-weight: normal 
	  font-size: medium 

text-align:
center 
left 
right 
justify 

text-decoration:
none 
underline 
overline 
line-through 
blink 

letter-spacing:
normal 
auto 
of een lengte (zoals px, pt) 

word-spacing:
normal 
of een lengte (zoals px, pt) 

text-transform:
none 
capitalize 
uppercase 
lowercase 

line-height:
normal 
of een eenheid als pt of px, of een percentage 

*/


/* 
BACKGROUND
------------

background-color:
green
black

background-attachment:
scroll 
fixed

background-repeat:
no-repeat (herhaalt niet) 
repeat (herhaalt horizontaal en vertikaal) 
repeat-x (herhaalt horizontaal) 
repeat-y (herhaalt vertikaal) 

color:
red
brown
*/



/* 
FONT
---------
font:
arial
courier
times
serif 
sans-serif 
cursive 
fantasy 
monospace 

font-style:
normal (is standaard) 
italic 
oblique 

font-variant:
normal (standaard) 
small-caps

font-weight:
normal 
bold 
bolder 
lighter 
of een waarde tussen 100 en 1000  

font-size:
xx-small 
x-small 
small 
medium 
large 
x-large 
xx-large 
larger 
smaller 
of een waarde in bijv. pixels (px), points (pt), percentages
*/

