/* STIJL VOOR SiSenior SITE
-----------------------------------------------------------------------*/

/* Fontsize

org: 10px = 100%
size em:
 
1px = 0.08em 
9px = 0.75em  
10px = 0.83em  
11px = 0.92em  
12px = 1.00em  
13px = 1.08em  
14px = 1.17em  
15px = 1.25em  
16px = 1.33em 

*/

body{
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding-bottem:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	background-color: #FFFFFF;
	color: #065D1E;
	background-image: url(images/background_page.gif);

}

h1{
	margin-top:15px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.tekst{
	font-size:11px;
	text-align:left;

}

.tekst_center{
	font-size:11px;
	text-align:center;

}

.tekst_justify{
	font-size:11px;
	text-align:justify;

}

.tekst_foto{
	font-size:10px;
	text-align:center;

}

.image{
	margin-top:15px;

}




td.inhoud{

	border-collapse: collapse; border: 0px solid green; 
	background-color: #C4D6C8;

	}
	
td.menu{
	background-image:url(images/menu_header.gif);
	}
		
td.inhoud_bot{
	background-color: #C4D6C8;
	height:20px;
	background-repeat:no-repeat;
	text-align: center;

	
	
	}

td.inhoud_main{

	background-color: #C4D6C8;
	border-collapse: collapse; border: 0px solid green; 
	height:300px;
	border:0px solid #065D1E;

}


.order {

	padding-left: 10px;
	font-size: 12px;
}


a:link{

color: #026C02;
text-decoration: none;
}

a:visited{

color: #026C02;
text-decoration: none;
}

a:active{

color: #026C02;
text-decoration: none;
}

a:hover{

color: #5477FA;
text-decoration: none;
}

.button {
background-color: #015029;
border-color: #C0C0C0;
border-width: 2;
color: #94F663;
font-weight:bold;
}

.button_front {
background-color: #015029;
border-color: #C0C0C0;
border-width: 2;
color: #94F663;
font-weight:bold;
width: 100px;
}
.stylemark {
color: #990000;
font-size: 12px;
}


/* MENU LEFT */
#nav{
	border:0px solid red;
	margin-top:0px;
	margin-left:0px ;
	margin-right:0px ;
	margin-bottom:0px ;
	float:left;
	font-size:0.83em;
	color:#020475;
	font-weight:bold;
	width:660px ;
}

#nav ul{
	padding:1px;
	margin:0;
	list-style-type:none;
	font-size:11px ;
	color:#FFFFFF;
	white-space: nowrap;
}

#nav ul li{
	display:block;
	background-image:url(images/menu_header.gif);
	background-repeat:repeat;
	width:auto ;
	height:14px ;
	border-bottom:0px solid gray;
	border-right:0px solid gray;
	margin-top:-1px;
	margin-left:1px;
	margin-bottom:1px;
	padding-top:8px;
	padding-left:4px;
	padding-right:5px;
	padding-bottom:7px;
	float:left;
	text-align:center;

}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active{
	display:block;
	color:#94F663;

	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

#nav ul li a:hover{
	color:#6AA2F5;

}

#nav ul li ul{
	margin-left:-20px;
	padding:0px;
	padding-top:0px;
	float:left;
}






#nav_l{
	border:0px solid red;
	margin-top:0px;
	margin-left:0px ;
	margin-right:0px ;
	margin-bottom:0px ;
	float:right;
	font-size:0.83em;
	color:#020475;
	font-weight:bold;
	width:120px ;
}

#nav_l ul{
	padding:1px;
	margin:0;
	list-style-type:none;
	font-size:11px ;
	color:#FFFFFF;
	white-space: nowrap;
}

#nav_l ul li{
	display:block;
	background-image:url(images/menu_header.gif);
	background-repeat:repeat;
	width:auto ;
	height:16px ;
	border-bottom:0px solid gray;
	border-right:0px solid gray;
	margin-top:-1px;
	margin-left:1px;
	margin-bottom:1px;
	padding-top:8px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:7px;
	float:right;
	text-align:center;

}

#nav_l ul li a:link, #nav_l ul li a:visited, #nav_l ul li a:active{
	display:block;
	color:#94F663;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

#nav_l ul li a:hover{
	color:red;

}

#nav_l ul li ul{
	margin-left:-20px;
	padding:0px;
	padding-top:0px;
	float:right;

}

	



/* FOOTER */
.footer
{

	border:0px solid red;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	color: #666666;
}

.footer a
{   
 
	text-decoration: none;
	color: #009900;
}

.footer a:hover
{   
	text-decoration: none;
	color: #FF0000;
}





