/*---------------------------------------------------------------------------*/
/* Project			: Website Tildesign										 */
/* Versie			: $Revision: $											 */
/*					: $Date: $												 */
/* Auteur(s)		: Pim Klanke											 */
/* Copyright (C)	: Tildesign, Nederland 2004								 */
/*																			 */
/* Documentatie		: website_software_ontwerp_tildesign.doc				 */
/* Beschrijving		: Style-Sheet.											 */
/*---------------------------------------------------------------------------*/
/* $Log: $																	 */
/*---------------------------------------------------------------------------*/

/* De kleuren die gebruikt worden binnen deze style sheet:					 */
/*																			 */
/*	#FAFBFE		Gebroken wit.												 */
/*	#203868		Donkerblauw.												 */

/* Verschillende tinten groen, van donker naar licht.
/*	#A0B02C																	 */
/*  #B2BF56																	 */
/*	#C4CE86																	 */
/*	#D6DDAA																	 */
/*	#E8ECD4																	 */


/* Instellingen voor de body. */
body
{
	color:				#203868;
	background:			#FAFBFE;
	font-family:		arial, verdana, helvetica, sans-serif;
	font-size:			80%;
}

/* <A>-class voor alle links. */
a:link, a:active, a:visited
{
	color:				#203868;
}

/* <A>-class voor alle links, op het moment dat er met de muis over bewogen wordt. */
a:hover
{
	color:				#203868;
}

/* <TABLE>-class voor de header. */
table.header
{
	background:			#FAFBFE url(../images/bg.gif);
}

/* <TD>-class voor vul regels. */
td.trans_pxl
{
	font-size:			1px;
}

/* <TD>-class voor de linker bovenhoek van het menu. */
td.menu_top_left
{
	background:			#FAFBFE url(../images/menu_top_left.gif);
	font-size:			1px;
}

/* <TD>-class voor de bovenkant van het menu. */
td.menu_top
{
	background:			#FAFBFE url(../images/menu_top.gif);
	font-size:			1px;
}

/* <TD>-class voor de rechter bovenhoek van het menu. */
td.menu_top_right
{
	background:			#FAFBFE url(../images/menu_top_right.gif);
	font-size:			1px;
}

/* <TD>-class voor de linker marge in het menu. */
td.menu_left_margin
{
	background:			#A0B02C;
	font-size:			1px;
}

/* <TD>-class voor de linker zijkant in het menu. */
td.menu_left
{
	background:			#FAFBFE url(../images/menu_left.gif);
	font-size:			1px;
}

/* <TD>-class voor de menu titel. */
td.menu_title
{
	color:				#203868;
	font-size:			110%;
	font-weight:		bold;
	background:			#A0B02C;
}

/* <TD>-class voor de rechter zijkant in het menu. */
td.menu_right
{
	background:			#FAFBFE url(../images/menu_right.gif);
	font-size:			1px;
}

/* <TD>-class voor het midden van het menu. */
td.menu_center
{
	background:			#A0B02C;
}

/* <TABLE>-class voor de menu tabel. */
table.menu_items
{
	background:			#A0B02C;
}

/* <TD>-class voor een menu item. */
tr.menu_item
{
	background:			#B2BF56;
}

/* <A>-class voor links in een menu item. */
tr.menu_item a
{
	text-decoration:	none;
}

/* <TD>-class voor een link binnen een menu item. */
tr.menu_item span
{
	width:				100%;
	cursor:				pointer;
}

/* <TR>-class voor een menu item als de muis erop staat. */
tr.menu_item:hover
{
	background:			#D6DDAA;
}

/* <TABLE>-class voor de zichtbare submenu tabel. */
table.visual_sub_menu table.menu_items
{
	background:			#B2BF56;
}

/* <TABLE>-class voor items in de zichtbare submenu tabel. */
table.visual_sub_menu tr.menu_item
{
	background:			#C4CE86;
	font-size:			80%;
}

/* <TR>-class voor items in de zichtbare submenu tabel als de muis erop staat. */
table.visual_sub_menu tr.menu_item:hover
{
	background:			#E8ECD4;
}

/* <TD>-class voor de linker onderhoek in het menu. */
td.menu_bottom_left
{
	background:			#FAFBFE url(../images/menu_bottom_left.gif);
	font-size:			1px;
}

/* <TD>-class voor de onderkant van het menu. */
td.menu_bottom
{
	background:			#FAFBFE url(../images/menu_bottom.gif);
	font-size:			1px;
}

/* <TD>-class voor de rechter onderhoek in het menu. */
td.menu_bottom_right
{
	background:			#FAFBFE url(../images/menu_bottom_right.gif);
	font-size:			1px;
}

/* <TD>-class voor de menu titel en menu balk. */
td.menu_bar
{
	font-size:			80%;
}

/* <H1> */
h1
{
	font-size:			150%;
}

/* <H2> */
h2
{
	font-size:			120%;
}

/* <H3> */
h3
{
	font-weight:		bold;
	font-size:			100%;
}

/* <H4> */
h4
{
	font-weight:		bold;
	font-size:			85%;
}

/* <H5> */
h5
{
	font-weight:		bold;
	font-size:			70%;
}

/* <H6> */
h6
{
	font-weight:		bold;
	font-size:			50%;
}

/* sitemap */
.sitemap
{
	font-size:			90%;
	color:				#A0B02C;
}

/* <FONT>-class voor de eerste footer regel. */
font.footer_green
{
	color:				#A0B02C;
	font-size:			80%;
}

/* <FONT>-class voor de tweede footer regel. */
font.footer_blue
{
	color:				#203868;
	font-size:			80%;
}

