/* ---------------------------------------------------*/
/* 3PO Universal Style Sheet (PRINT)
	Version : 1.2
	(c) Jasper Luiken

/* Tagnames always in UPPERCASE */
/* Classnames and IDs always in camelCase */
/* ---------------------------------------------------*/

/* General styles
==============================*/

BODY {
	background-color: #fff;
	margin: 3px;
	padding: 0;

}

FORM {
	padding: 0;
	margin: 0;
}

UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

IMG {
	border: 0;
}

A {
	/*display: block; /* for the time being */*/
	text-decoration: none;
	color: #000;
}
ACRONYM {
	border: 0;
}

/* General Typography
==============================*/
BODY, DIV, P, LABEL, TD, TH, LI, H1, H2, H3, A {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
}

/* Columns
==============================*/

DIV#header {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 30px;
	width: 90%;

}
DIV#branding {
	width: 88%;
	height: 160px;
}


DIV#logoOffset {
	position: absolute;
	top:  50px;
	right: -10px;
	width: 72px;
	height: 173px;
}
DIV#navigation {
	display: none;
}
DIV#mainContent {
	margin-left: 15px;
	width: 80%;
}

DIV#secondaryContent {
	background-color: #f0f0f0;
}

/* Kleuren
==============================*/

/* Headers
==============================*/
BODY#homepage DIV#branding {
	background: #B33921 url(../images/aardbei.jpg) no-repeat;
}
BODY#wat DIV#branding {
	background: #B33921 url(../images/pudding_wat.jpg) no-repeat;
}
BODY#wij DIV#branding {
	background: #B33921 url(../images/wij.jpg) no-repeat;
}
BODY#waar DIV#branding {
	background: #B33921 url(../images/waar.jpg) no-repeat;
}
BODY#wie DIV#branding {
	background: #B33921 url(../images/wie.jpg) no-repeat;
}
BODY#anna DIV#branding {
	background: #B33921 url(../images/pudding_anna.jpg) no-repeat;
}
BODY#cms DIV#branding {
	background: #B33921 url(../images/cms.jpg) no-repeat;
}
BODY#iffr DIV#branding {
	background: #B33921 url(../images/tijger.gif) no-repeat;
}
BODY#project DIV#branding {
	background: #B33921 url(../images/pudding_project.jpg) no-repeat;
}
BODY#giraffe DIV#branding {
	background: #B33921 url(../images/header_giraffe.jpg) no-repeat;
}

/* Menu
==============================*/

/* Content
==============================*/
TABLE.teamTable TD {
	text-align: left;
	vertical-align: top;
}
TABLE.klantenTable TD {
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #cccccc;
	padding-bottom: 8px;
}
TABLE.klantenTable TD.klantnaam {
	width: 151px;
}

TABLE.teamTable IMG {
	margin-right: 15px;
	margin-bottom: 15px;
}
DIV.flashObject {
	display: none;
}
DIV.imageObject {
	width: 375px;
	height: 259px;
	border: solid 1px #666666;
}


/* Sidebar
==============================*/
DIV#secondaryContent {
	display: none;
}

/* Team
==============================*/