/** $Id: business-theme.css,v 1.18 2004/09/19 10:44:38 jeroena Exp $ */

/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "blue-colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Verdana,Arial,Helvetica,Univers,Zurich BT,sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Verdana,Arial,Helvetica,Univers,Zurich BT,sans-serif;
	margin: 0.3em 0 0 0;
	font-size: 85%;
	color: #333;
}


#innerContentColumn h3,h4,h5,h6
{	
	color: #009;
}

#innerContentColumn h3
{	
	font-size: 130%;
	background-color: #84c4ff;
	padding: 0 0 0 0.3em;
}

#innerContentColumn h4
{	
	font-size: 115%;		
}

#innerContentColumn h5
{	
	font-size: 115%;
	background-color: #D7EBFF ;		
	font-weight: normal;
	margin: 1em 0 0 0;
}



/*** Masthead ***/
#masthead h1,h2,h3,h4,h5,h6
{
	font-family: Verdana,Arial,Helvetica,Univers,Zurich BT,sans-serif;
	margin: 0.3em 0 0 0;
}

/*** Footer ***/
#innerFooter
{
	font-family: Verdana,Arial,Helvetica,Univers,Zurich BT,sans-serif;
	margin: 0.3em 0 0 0;
	font-size: 85%;
}

#innerFooter p
{
	margin: 0;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

 .floatleft
{
	float: left;
	margin: 0.3em;
}

 .floatright
{
	float: right;
	margin: 0.3em;
}

table {
	margin: 1em 0 0 0;
}

td,th {
	background-color: #e7eafb;
	font-size: 80%;	
}

td {
	text-align: left;    
	vertical-align: top;
}

th {
	vertical-align: bottom;
}

/*** Table header pakket overzicht ***/
th.zilver {background-color: #C0C0C0;}
th.goud {background-color: #E8E800;}
th.diamant {background-color: #AADBF0;}
th.platina{background-color: #E0D9FF;}

/*** Table cells pakket overzicht ***/
td.zilver{background-color: #DADADA;}
td.goud{background-color: #FFFFB3;}
td.diamant{background-color: #DDFAFB;}
td.platina{background-color: #EEEAFF;}

.highlight{
	color:red;
}

.error{
	color:red;
}

img.email{
	vertical-align: bottom;
}



td.yes{
	/***background-color: #7CFC00;***/
	background: url(/images/checkmark_small.gif);
	background-repeat: no-repeat;
	background-color: #e7eafb;
}

td.no{
	/*** background-color: #DC143C; ***/
}

 .banner
{	
	margin: 60px 0 0 0;
}

div.section {
	background-color: #D7EBFF ;
	float: right;
	padding-right: 6px;
}






