@charset "UTF-8";
/* CSS Document */
* v1.0 | 20090326 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	top: auto;
	bottom: auto;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 0.8em;  *//* aangepast 2011 0404 */
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:link{
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	background-color: #FF0;
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

/*	basisblokken - links */

.linkerkolom {
	position: fixed; 
	margin: 0; 
	top: 0; 
	display: block; 
	float: left;
	background-color: #FFF;
	width: 300px;
	height: 700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
.linksboven {
	background-image:url(../images/OUTLETL_logo.jpg);
	width: 265px;
	height: 315px;
}
.linksonder {
	padding-left: 30px;
	width: 265px;
	height: 315px;
}

.middenkolom {
	float: left;
	position: absolute;
	left: 300px;
	background-color: #FFF;
	width: 700px;
}
.header {
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.25em;
	text-align: center;
}
.title {
	background-image: url(../images/OUTLET_aanbiedingvdweek.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 75px;
}
.vuurwerkbanner {
	text-align: center;/*
	height: 60px;
	padding-top: 10px;*/
}
.action {
	font-family: Verdana, Geneva, sans-serif;
	height: 150px;
	width: 570px;
}
.actiontitel {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.actionkolom {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	width: 140px;
	line-height: 1em;
}
.prijs {
	text-align: center;
	font-size: 0.8em;
	/*font-weight: bold;*//* aangepast 2011 0404 */
	width: 140px;
}
.rechterkolom {
	float: right;
	width: 300px;
	height: 700px;
}
.footer a {
	font-size: 0.7em;
	font-weight: normal;
}

