/*   http://www.wxs.nl/pi/p4/css/home.css   */

/* Over de hele pagina */

body	{
	background-color: #DAFF8F;	/* Dit is de achtergrondkleur van de pagina */
	font-family : "Courier New", Courier, monospace;
	text-decoration : none;
	}

h1 {
	width : 75%;
}

.color1 {
	background-color: #99CC00;	/* Dit is de achtergrondkleur van de header */
	}
.color3 {
	background-color: #F0F7D9;	/* Dit is de achtergrondkleur van de rechterkolom boven */
	}
.color4 {
	background-color: #D0F77A;	/* Dit is de achtergrondkleur van de rechterkolom onder */
	}
.color5 {
	background-color: #FFFFFF;  	/* Dit is de linkerkolom achtergrondkleur */
	}

/* HEADER */

.mainnav {
	color: #ffffff;
	background-color: #000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

.mainnav:hover {
	color: #9999FF;
	text-decoration: none;	
}

/* FOOTER */

.bottomnav, .bottomnav:hover {
	color: #000066;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

/* RECHTERKOLOM */

.webmail {
	background-color: #48D4EF;
}

.downloads {
	background-color: #67D8F1;
	text-decoration : none;
}

.VenA {
	background-color: #58D5EF;
	text-align : center;
}

.chat {
	background-color: #28CCEB;
}

.webgids {
	background-color: #7CDBFF;
}

.navinfo, .navinfo:hover {
	color: #404285;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.navinfolijn {
	background-color: #C0C6C2;
}

.adsl {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.adsl2{
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* rechterkolom */
.rightComponentTD {
	font-size: 11px;
	background-color: #B5F100;
}
.rightComponent {
	font-size: 11px;
	padding: 5px;
}
.rightComponent A {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.rightComponent A:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.rightDark {
	font-size: 11px;
	background-color: #B5F100;
}
.rightList {
	font-size: 11px;
	background-color: #B5F100;
}
.autobytel {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.autobytel:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}

a:hover, a {
	text-decoration : none;
}
