@charset "utf-8";
/* CSS Document 

rood: #ED1C24;
blauw : #00AEEF;

*/
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #F1F1F2;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
a {
	color: #ED1C24;
	text-decoration: none;
}
/*
POSITIONING
*/
#container {
	width: 880px;
	/* margin: 5px auto; */
	padding: 23px 0 0 40px;
}
#menu {
	float: left;
	width: 177px;
	min-height: 300px;
}
#content {
	float: left;
	width: 602px;
}
#backtomenu {
	float: left;
	width: 180px;
}
#backtomenu {
	float: left;
	width: 180px;
}
#imagenavigation {
	float: left;
	width: 230px;
}
#logosmall {
	float: right;
	width: 190px;
}
/* CONTENT */
.splash img {
	display: block;
	margin: 85px auto;
}
.book .headerimg {
	margin: 57px 0 57px 0;
}
.book img {
	margin-right: 10px;
}
.imageNavigation img {
	margin: 0;
}
#bookinfo_left {
	float: left;
	width: 410px;
}
#bookinfo_right {
	float: left;
	width: 250px;
}

.print,.book {
	padding-top: 26px;
}
#book_title {
	position: absolute;
	top: 20px;
	font-weight: bold;	
}
.print a {
	display: block;
	float: left;
	width: 192px;
	height: 142px;
	margin: 0 13px 13px 0;
}
.print .rowend {
	margin-right: 0px;
}
.printinfo {
	margin-left: 0px;
	width: 390px;
	color: #666666;
}
.printinfo p {
	color: #666666;
	}
/* 
NAVIGATION 
*/
#navigation_ideasonpaper,
#navigation_theobaart,
#navigation_carymarkerink {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation_ideasonpaper ul,
#navigation_theobaart ul,
#navigation_carymarkerink ul {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#navigation_ideasonpaper li,
#navigation_theobaart li,
#navigation_carymarkerink li {
	margin-bottom: 20px;
	list-style: none;
}
#navigation_ideasonpaper li li,
#navigation_theobaart li li,
#navigation_carymarkerink li li {
	margin-bottom: 0px;
}
#navigation_ideasonpaper a,
#navigation_theobaart a,
#navigation_carymarkerink a,
h3, h2, h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
	margin-top: 0;
}
h3 {
	color: black;
}
#navigation_ideasonpaper ul a,
#navigation_theobaart ul a,
#navigation_carymarkerink ul a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#navigation_ideasonpaper ul a:hover,
#navigation_theobaart ul a:hover,
#navigation_carymarkerink ul a:hover,
#navigation_ideasonpaper ul li.selected a,
#navigation_theobaart ul li.selected a,
#navigation_carymarkerink ul li.selected a {
	color: #00AEEF;
}

#navigation_ideasonpaper em,
#navigation_theobaart em,
#navigation_carymarkerink em {
	clear: both;
	padding-left : 20px;
	display: block;
}
/* PORTFOLIO */
#portfolio {
	height: 300px; /* is set to actual size by javascript */
	position: absolute;
	top: 0px;
	left: -350px; /* is set to actual position by javascript */
	z-index: 999;
}
#portfolio_content {
	float: left;
	width: 140px; /* 206 - 2*28 */
	padding: 23px 28px 42px 28px; /* bootm - 20px because of item margin */
	height: 300px; /* is set to actual size by javascript */
	background-color: white;
	overflow:auto;
}
#portfolio_closer {
	float: left;
	margin-bottom: 12px;
	width: 150px;
}
#portfolio_closer a {
	color: black;
}
.portfolio_item {
	margin-bottom: 20px;
}
.imageNavigation {
	position: absolute;
	top: 23px;
	left: 430px;
}