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

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

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

BODY {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center; /* IE5; */
	min-width: 800px; /* NS6 */
}

FORM {
	padding: 0;
	margin: 0;
}

UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blokjes LI {
	background: url(../images/bullit.gif) no-repeat 0px 6px;
	padding-left: 15px;

}


IMG {
	border: 0;
}

A {
	color: #f39;
	text-decoration: none;
	background: url(../images/dotted2.gif) repeat-x left bottom;
}
A:hover {
	text-decoration: none;
	background: url(../images/hover2.gif) repeat-x left bottom;
}

ACRONYM {
	border: 0;
}

ADDRESS {
	font-style: normal;
}
.clear {
	clear: both;
}

/* General Typography
==============================*/
DIV, P, LABEL, TD, TH, LI, H1, H2 {
	font-family: Georgia, serif;
	color: #666;
}

H1, H2 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
}

/* Columns
==============================*/
DIV#wrapper {
	margin: 0 auto;
	margin-top: 60px;
	text-align: left;
	width: 780px;
	padding-left: 30px;
	padding-right: 30px;
	background: #fff url(../images/shade2.gif) repeat-y 0px 600px;
	font-size: 1.1em;
	line-height: 1.7em;
}

DIV#header {
	color: #f39;
	text-align: right;
	padding-bottom: 2px;
	height: 15px;
	padding: 0px 30px 2px 30px;
	vertical-align: bottom;
	width: 780px;
	position: relative;
	left: -30px;
	background-color: #fff;

}
DIV#branding {
	width: 100%;
	height: 240px;
}

DIV#logoOffset {
	position: relative;
	top:  -11px;
	left: -72px;
	width: 72px;
	height: 173px;
	background: #fff url(../images/shadeleft.gif);
}

DIV#navigation {
	width: 100%;
	height: 30px;
	background-color: #099;
}

DIV#mainContent {
	position: relative;
	float: left;
	width: 441px;
	border-left: 1px solid #f39;
	padding: 42px 0px 0px 15px;
	font-size: 1.1em;
	line-height: 1.7em;

}

DIV#secondaryContent {
	float: right;
	width: 312px;
	padding: 30px 0px 15px 0px;
	font-size: 1.1em;
	line-height: 1.7em;
}
DIV#footer {
	clear: both;
	width: 100%;
	height: 15px;
	border-left: 1px solid #f39;
	padding-top: 15px;
}

/* Kleuren
==============================*/
.roze {
	color: #f39;
}
.rozeBg {
	background-color: #f39;
}
.oranje {
	color: #f60;
}
.oranjeBg {
	background-color: #f60;
}
.aqua {
	color: #099;
}
.aquaBg {
	background-color: #099;
}
.groen {
	color: #3c3;
}
.groenBg {
	background-color: #3c3;
}
.blauw {
	color: #39f;
}
.blauwBg {
	background-color: #39f;
}
.paars {
	color: #c09;
}
.paarsBg {
	background-color: #c09;
}

/* 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;
}
BODY#anders DIV#branding {
	background: #B33921 url(../images/wie.jpg) no-repeat;
}
BODY#vacature DIV#branding {
	background: #B33921 url(../images/aardbei_vacature.jpg) no-repeat;
}


/* Menu
==============================*/
DIV#navigation UL {
	display: inline;
	margin: 0;
	padding: 0;
}

DIV#navigation LI  {
	display: inline; /* for IE */
}
DIV#navigation A {
	float: left;
	display: block;
	color: #fff;
	font-weight: bold;
	width: 151px;
	text-align: right;
	border-bottom: 0;
	padding: 12px 5px 0 0 ;
	height: 18px;
	background-image: none;
}
DIV#navigation A#first {
	width: 151px;
}
DIV#navigation A:hover {
	background-color: #f39;
}

BODY#homepage DIV#navigation A#mnHome,
BODY#wat DIV#navigation A#mnWat,
BODY#wij DIV#navigation A#mnWij,
BODY#waar DIV#navigation A#mnWaar,
BODY#wie DIV#navigation A#mnWie {
	color: #f39;
	background-color: #fff;
}
BODY#homepage DIV#navigation A#mnHome {
	width: 150px;
	border-left: 1px solid #f39;
}

/* Content
==============================*/

#mainContent P {
	padding: 0;
	margin: 0;
}
#mainContent H3 {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
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 {
	padding: 15px 15px 15px 0px;
}

DIV.imageObject {
	display: none;
}

DIV.flashDemo {
	position: absolute;
	top:  -225px;
	right: -305px;
	width: 478px;
	height: 347px;
	background: #e9e9e9;
	border: solid 1px #cccccc;

}
DIV.demoHeader {
	text-align: right;
	padding-right: 15px;
}

/* Sidebar
==============================*/
#secondaryContent H3 {
	color: #666;
	margin-bottom: 5px;
	margin-left: 11px;
}

.sideBlock {
	width: 292px;
	padding: 10px;
	background: #E9E9E9 url(../images/bgr_verloop.jpg) no-repeat;
	margin-bottom: 15px;
}

.sideBlock UL {
	margin-top: 7px;
}
.sideBlock LI {
	background: url(../images/bullit.gif) no-repeat 0px 6px;
	padding-left: 15px;

}
.sideBlock IMG.screenShot {
	border: solid 1px #CCC;
}


UL.main {
	margin-top: 7px;
	margin-bottom: 7px;
}
UL.main LI {
	background: url(../images/bullit.gif) no-repeat 0px 6px;
	padding-left: 15px;

}