.norm_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 0px;
	padding: 4px 0px 4px 8px;
	background-color: #F5F5F5;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

h2 {
	color: #990033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -5px;
	text-decoration: line-through;
}

h3 {
	color: #b31d3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: -10px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

div.aanbieding-links {
	width: 369px;
	min-height: 120px;
	margin: 0px 20px 30px 0px;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	float: left;
}

div.aanbieding-rechts {
	width: 369px;
	min-height: 120px;
	margin: 0px 0px 30px 0px;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	float: right;
}

.aanbiedingen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
}

div.divider {
	clear: both;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #990033;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}