body {
	background-color: #120957; /* Dit is je achtergrond */
	font-family: verdana; /* Lettertype */
	color: #333333; /* Dit is je tekst kleur */
	font-size: 10px;
                vertical-align: top;
}

a {
	color: #ffffff; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
                font-size: 12px;
                font-variant: small-caps;
	}
	
a:link {
	color: #ffffff; /* Dit is de kleur van een hyperlnk */
	text-decoration: none;
	}
	
a:visited {
	color: #ffffff; /* Dit is de kleur van een bezochte hyperlink */
	text-decoration: none;
	}

a:active {
	color: #ffffff; /* Dit is de kleur van een active link */
	text-decoration: none;
	}

a:hover {
	color: #9AA0F1; /* Dit is de kleur als je over een hyperlink gaat */
	text-decoration: none;
	}

p {
	font-size: 10px;
	text-align: justify;
	}

th {
	font-size: 12px;
	color: #000000;
	}

th.menu { text-align: right;
                padding-right: 20px;
                }

/* paginakop */
th.paginakop {
	padding-left: 15px;
	font-family: Verdana;
	font-size: 12px;
                font-weight: bold;
	text-align: left;
	color: #690000;
	}

/* subkop */
th.subkop {
	font-family: Verdana;
                padding-left: 15px;
	font-size: 12px;
	text-align: left;
                font-weight: bold;
                color: #690000;
	}
	
th.kop {
                padding-left: 15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}

th.headerImage {}

td {
	color: #666666
	vertical-align: top;
	font-size: 10px;
	text-align: justify;
 	}

td.menu {
	background-color: #FFFF00;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
                font-size: 10px;
	}

td.main {
	background-color: #FFFFFF;
                vertical-align: top;
                padding-left: 6px;
                font-size: 10px;
                padding-right: 5px;
                }

td.paginakop {
	font-size: 12px;
	}

td.subkop {
	font-size: 10px;
	}
	
td.footer {
	background-color: #999999; /* Actergrond kleur footer */
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

a.aanbieding {
	text-decoration: none;
}
a.aanbieding:link {
	text-decoration: none;
}
a.aanbieding:visited {
	text-decoration: none;
}
a.aanbieding:active {
	text-decoration: none;
}
a.aanbieding:hover {
	text-decoration: none;
}

th.aanbieding {
	text-align: left;
	color: #CCCC00;
	font-size: 16px;
}

th.nieuweprijs {
	text-align: left;
	color: #6666EE;
}

td.oudeprijs {
	text-decoration: line-through;
	font-size: 14px;
	}

td.nieuweprijs {
	color: red;
	font-size: 16px;
	font-weight: bold;
	}

td.aanbiedingtekst {
	font-size: 11px;
}

td.aanbiedingVanaf {
	font-weight: bold;
	font-size: 15px;
}

td.aanbiedingTot {
	font-weight: normal;
	font-size: 15px;
}

img { border: 0px; }