div#container {
	text-align: center;
}

#aanbiedingentabel {
	width: 450px;
	border: 3px solid #99aece;
	background-color: white;
	text-align: center;
	font-size: 12px; 
	line-height: 14px; 
	font-family: Verdana, Arial;
	padding: 10px 5px 10px 5px; 
}

img {
	border: 0px;
}

/* TEKSTEN */

body, html {
	color: #333; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Verdana, Arial
}

.tekst {
	color: #333; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Verdana, Arial
}

.kleinetekst { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.kleinetekstbold   { 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.aanbieding  { 
	color: #335d9c; 
	font-weight: bold; 
	font-size: 25px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 { 
	color: #C31212;
	font-weight: bold; 
	font-size: 22px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
}

.blauwetabel {
	width:	450px;
	background-color: #333399;
	color: white;
	font-size: 14px; 
	line-height: 18px; 
	font-family: Arial, Frutiger Roman, Futura;
	text-align: center;
	padding-left: 10px;
	margin: 10px;
}

.blauwetabel a:link {
	color: white;
}

.blauwetabel h1 {
	color: white;
	font-size: 28px;
	margin-top: 20px;
}

.blauwetabel h2 {
	color: white;
	font-size: 18px;
	margin-top: 10px;
}

.blauwetabel hr {
	color: #f19f00;
	width: 90%;
	height: 4px;
}

.blauwetabel ul {
	color: #f19f00;
	text-align: left;
	margin-left: 60px;
	font-size: 12px;
}

