/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #663300;
}
H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: 700;
	font-size: 1.75em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: 500;
	font-size: 1.58em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#663300;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#663300;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#E68E33;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#663300;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.NormalText
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
	
.Webdiensten {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.TopItem {
	color: #663300;
	font-size: 14px;
	font-weight: bold;
}

A.MenuLink, A.MenuLink:link, A.MenuLink:visited
{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	cursor: hand;
	color: #663300;
	line-height: normal;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	background-color: oldlace;
	text-align: left;
	text-decoration: none;
}

A.MenuLink:hover, A.MenuLink:active
{
	padding-left: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #663300;
	text-decoration: none;
}

A.MenuSelected, A.MenuSelected:link, A.MenuSelected:visited
{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	color: #ffffff;
	line-height: normal;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	background-color: #663300;
	text-align: left;
	text-decoration: none;
}

A.MenuSelected:hover, A.MenuSelected:active
{
	padding-left: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #663300;
	text-decoration: none;
}

A.TopMenu, A.TopMenu:link, A.TopMenu:visited
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: #663300;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	text-decoration: none;
}
A.TopMenu:hover, A.TopMenu:active
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E68E33;
	text-decoration: none;
}

A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A.SiteLink:hover, A.SiteLink:active
{
	color: #e68e33;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

A.Footer, A.Footer:link, A.Footer:visited
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

A.Footer:hover, A.Footer:active
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}