/* 
November 2006
Door : Koen Haarbosch  |  Bit Squad

*/

/* --------------------------------------------- // -------- PRINT */

a:link, a:visited
{
	color: #000000;
	background: transparant;
	text-decoration: underline;
}

body
{
	background: #FFFFFF;
	font-size: 11pt;
	font-family: verdana, arial, georgia;
}

#header, #colLeft, #colRight, #breadcrumb, .icons, #paging, #footer, div.clear
{
	display: none;
}

#wrapper, #columnContainer, #colMiddle, #content, .content, span.article, #content h1, #content h2, #content h3
{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000000;
	background: transparant;
}

#content h1 {
	font-size: 15px;
	margin: 0 0 20px 0;
}
#content h2, #content h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
}
.content img.teaser_img {
	float: left;
	margin: 0 5px 5px 0;
}
span.article 
{
	display: block;
	margin: 0 0 20px 0;
}
