/*
************************************************************************************
 Filename   : sitemap.css
 Type       : css
 Description: Defines the layout of the sitemap page

 © 2005 Applied Micro Electronics BV

************************************************************************************
 Revision History
************************************************************************************
 Version:      Date:          Remark:                       Author:
 1.00          26-08-2005     Release						PA
************************************************************************************
*/

a:link
{
	color: #7f8386;
	line-height: normal;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a:visited
{
	color: #7f8386;
	line-height: normal;
	font-family: Verdana, Arial;
	text-decoration: none;
}

a:hover
{
	color: #e96b10;
	line-height: normal;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

a:active
{
	color: #e96b10;
	line-height: normal;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

body.content
{
	background-color: #FFFFFF;
	background-attachment: fixed;

	background-image: url(../../pict/GolvenLicht.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	scrollbar-3dlight-color: #E35364;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #E35364; 
	scrollbar-highlight-color: #E35364; 
	scrollbar-shadow-color: #E35364; 
	scrollbar-track-color: #F19A8F;
}

.kop
{
	color: #e96b10;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Arial;
}

.tekst
{
	color: #7f8386;
	font-size: 0.70em;
	font-family: Verdana, Arial, Arial;
	line-height: normal;
}

