/** structure **/
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content {
	position:relative;
	text-align:left;
	width: 928px;
	margin: 0;	
	background-color: #FFFFFF;
	padding: 0 0 0 32px;
	border: 0px solid #000000;
	background-image: url(../image/tracer.gif);
	background-position: -32px 0px;
	overflow: visible;
}

#footer {
	position:relative;
	text-align:left;
	width: 928px;
	margin: 0 0 16px 0;
	padding: 30px 0 0 32px;
	overflow: visible;
	color: #572381;
	font-weight: bold;
	float: none;
	clear: both;
}

#logo {
	width: 288px;
	height: 160px;
	float: right;
	margin: 8px 0px 0 0;
}

/** common **/
a {
	color: #ec008c;
	text-decoration: none;
}

a:hover {
	color: #572381;
}

.active {
	color: #572381;
}

p {
	padding: 0;
	margin-top: 0;
}

#language {
	padding: 15px 0 0 0;
	font-weight: bold;
}

/** menu **/
#menu {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #572381;
	margin: 15px 0 0 0;
	padding: 0;
	height: 30px;
	width: 640px;
}

.menu {
	float: left;
}

.menu_active {
	float: left;
}

.menu_active a {
	color: #572381;
}

#submenu {
	position: relative;
	clear: left;
	font-weight: bold;
	color: #572381;
	height: 115px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 640px;
}

#submenu a {
	display: block;
	float: left;
	line-height: 16px;
}

#submenu_other {
	position: relative;
	clear: left;
	font-weight: bold;
	color: #572381;
	height: 115px;
	margin: 0 0 0 0px;
	padding: 0 0 0 59px;
}

#submenu_other a {
	display: block;
	float: left;
	line-height: 16px;
}

#submenu_clients {
	position: relative;
	padding: 0;
	margin: 0;
	height: 50px;
}

#submenu_clients_title {
	padding: 0;
	margin: 0 8px 0 0px;
	float: left;
	line-height: 18px;
	color: #5f6062;
	width: 50px;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
}

#submenu_clients_items {
	float: left;
	width: 570px;
	padding: 0;
	margin: 0;
}

#submenu_clients_items #active_item a{
	color: #572381;
}

#submenu_projects {
	position: relative;
	padding: 0;
	margin: 0;
	clear: left;
	float: none;
}

#submenu_projects_title {
	padding: 0;
	margin: 0 8px 0 0;
	float: left;
	line-height: 18px;
	color: #5f6062;
	width: 50px;
	text-align: right;
	font-weight: normal;
	font-size: 10px;
}

#submenu_projects_items {
	padding: 0;
	margin: 0;
	float: left;
	width: 570px;
}

#submenu_projects_items a {
	color: #5f6062;
}

#submenu_projects_items a:hover {
	color: #572381;
}

/** portfolio **/
#portfolio {
	position: relative;
	padding: 0;
	margin: 0;
	width: 710px;
	height: 660px;
	overflow: visible;
}

#portfolio_thumbcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
}

.portfolio_thumb {
	position: relative;
	margin: 0 8px 5px 0;
	padding: 0;
}

.portfolio_thumb_active {
	position: relative;
	margin: 0 8px 5px 0;
	padding: 0;
}

.portfolio_thumb_dropshadow{
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 0px -4px -2px 0px !important;
	margin: 0px -4px -2px 0px;
	width: 61px;
	height: 61px;
	padding: 0px;
	z-index: 3;
}

#portfolio_picture_number {
	position: absolute;
	width: 15px;
	left: -18px;
	top: 5px;
	font-weight: bold; 
	font-size: 11px; 
	line-height: 11px;
	text-align: right;
}

#portfolio_color_trans {
	position: absolute;
	left: 32px;
	top: 16px;
	height: 640px;
	width: 64px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#portfolio_color {
	position: absolute;
	left: 32px;
	top: 16px;
	height: 640px;
	width: 64px;
}

.portfolio_dropshadow{
	position: relative;
	float:left;
	clear:left;
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 0px 0 10px 0px !important;
	margin: 0px 0 10px 0px;
	width: 645px;
	height: 485px;
	padding: 0px;
	z-index: 5;
}

.portfolio_dropshadow_movie{
	position: relative;
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 0px 0 10px 0px !important;
	margin: 0px 0 10px 0px;
	width: 645px;
	height: 485px;
	padding: 0px;
	z-index: 5;
}

.portfolio_movie{
	position: relative;
	width: 640px;
	height: 384px;
	padding: 96px 0 0 0;
	text-align: center;
	z-index: 99;
}

#portfolio_picture {
	position: relative;
	float: left;
	margin: 0 0 0 64px;
	padding: 0;
	z-index: 100;
}

#portfolio_projects {
	position: relative;
	z-index: 3;
	margin: 0 0 0 64px;
}

#portfolio_client {
	position: relative;
	color: #5f6062;
	font-weight: bold;
	margin: 0 0 16px 0;
	line-height: 16px;
}

#portfolio_project {
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	width: 250px;
}

#portfolio_project a {
	color: #5f6062;
	text-decoration: none;
}

#portfolio_project a:hover {
	color: #9fa1a4;
	text-decoration: none;
}

#portfolio_info {
	position: relative;
	float: left;
	width: 576px;
	color: #5f6062;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 128px;
}

.portfolio_onderschrift {
	position: relative;
	float: left;
	width: 576px;
	color: #5f6062;
	font-style: italic;
	line-height: 16px;
	margin: -12px 0 8px 64px;
}

/** category **/
#sidemenu {
	position: absolute;
	left: 770px;
	top: 210px;
}

#category {
	height: 26px;
	margin: 0 0 38px 0;
	padding: 0;
}

#category_button {
	float: left;
	padding: 0;
}

.category_name_blue, .category_name_purple, .category_name_magenta, .category_name_red, .category_name_yellow, .category_name_green {
	float: left;
	font-weight: bold;
	margin: 0 0 0 2px;
	padding: 0;
}

.category_name_blue a {
	text-decoration: none;
	color: #00b1e6;
}

.category_name_purple a {
	text-decoration: none;
	color: #572381;
}

.category_name_magenta a {
	text-decoration: none;
	color: #ec008c;
}

.category_name_red a {
	text-decoration: none;
	color: #de0027;
}

.category_name_yellow a {
	text-decoration: none;
	color: #ffeb07;
}

.category_name_green a {
	text-decoration: none;
	color: #97bf0d;
}

#category_showcase {
	position: relative;
	clear: both;
	float: none;
	width: 704px;
	padding: 0 0 0 64px;
}

#category_showcase_item {
	position: relative;
	float: left;
	margin: 0 64px 0px 0;
	height: 200px;
}

#category_text {
	position: relative;
	width: 160px;
	margin: 0px 0 0 0px;
	z-index: 5;
	color: #5f6062;
	font-weight: bold;
	line-height: 16px;
}

/** page **/
#page {
	position: relative;
}

#page_alinea {
	position: relative;
	width: 704px;
	margin: 0 0 40px 0;
	padding: 1px 0 0 0;
	overflow: visible;
	background-image: url(../image/page_magenta.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
}

#page_alinea_nocolor {
	position: relative;
	width: 704px;
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
	overflow: visible;
}

#page_alinea_text {
	position: relative;
	width: 640px;
	z-index: 100;
	margin: 0 0 0 64px;
	overflow: visible;
}

#page_alinea_text p {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #5f6062;
	z-index: 3;
}

.page_alinea_head {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #ec008c;
	z-index: 3;
	margin: 8px 0 10px 0;
}

.page_alinea_head_small {
	position: relative;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #ec008c;
	z-index: 3;
	margin: 8px 0 10px 0;
}

#page_color_magenta {
	position: absolute;
	left: 32px;
	top: 17px;
	height: 192px;
	width: 64px;
	background-color: #ec008c;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.page_alinea_textblock{
	margin: 0;
	padding: 0;
	}
	
.page_alinea_textblock_foto{
	width: 380px;
	float: left;
	}
	
.showcase_alinea_textblock{
	margin: 0;
	padding: 0;
	}

/** showcase **/

#showcase {
	position: relative; 
	margin: 0 0 60px 0; 
	padding: 0; 
	clear: both; 
	float: none;
}

#showcase_home {
	position: relative;
	padding: 24px 0 0 48px;
	clear: both;
	float: none;
	width: 704px;
}

#showcase_alinea {
	position: relative;
	width: 704px;
	margin: 0 0 20px 0;
	height: 128px;
	overflow: visible;
}

#showcase_thumbcontainer {
	position: relative;
	float: left;
}

#showcase_thumb {
	position: relative;
	margin: 0 8px 5px 0;
	padding: 0;
	z-index: 1;
}

#showcase_alinea_text {
	position: relative;
	float: left;
	width: 640px;
	z-index: 100;
}

#showcase_alinea_text p {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #5f6062;
	z-index: 3;
}

.showcase_alinea_head_blauw, .showcase_alinea_head_paars, .showcase_alinea_head_magenta, .showcase_alinea_head_rood, .showcase_alinea_head_geel, .showcase_alinea_head_groen {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	z-index: 3;
	margin: 8px 0 0 0;
}

.showcase_alinea_head_blauw {
	color: #00b1e6;
}

.showcase_alinea_head_paars {
	color: #572381;
 }

.showcase_alinea_head_magenta {
	color: #ec008c;
}

.showcase_alinea_head_rood {
	color: #de0027;
}

.showcase_alinea_head_geel {
	color: #ffeb07;
}

.showcase_alinea_head_groen {
	color: #97bf0d;
}

#showcase_item {
	position: relative;
	float: left;
	margin: 0 48px 64px 0;
	height: 192px;
}

#showcase_color_trans {
	position: absolute;
	left: 0px;
	top: 16px;
	height: 176px;
	width: 48px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#showcase_color {
	position: absolute;
	left: 0px;
	top: 16px;
	height: 176px;
	width: 48px;
}

#showcase_text {
	position: relative;
	width: 160px;
	margin: 0px 0 0 12px;
	z-index: 5;
	color: #5f6062;
	font-weight: bold;
	line-height: 16px;
}

.showcase_title {
	position: relative;
}

#showcase_color_category {
	position: absolute;
	left: 32px;
	top: 24px;
	width: 64px;
}

.dropshadow2{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 0px 0 10px 0px !important;
	margin: 0px 0 10px 0px;
	width: 166px;
	height: 126px;
	padding: 0px;
}

/** More **/

#more {
	position: relative;
	clear: both;
	float: none;
	width: 704px;
	padding: 0;
}

#more_item {
	position: relative;
	margin: 0 0 40px 48px;
	padding: 0;
	float: none;
	clear: both;
	height: 120px;
	overflow: visible;
}

#more_color {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	width: 272px;
}

#more_color_trans {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 48px;
	width: 272px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#more_text {
	position: relative;
	margin: 0px 0 0 192px;
	z-index: 99;
	color: #5f6062;
	font-weight: bold;
	line-height: 16px;
	clear: right;
	float: none;
}

.more_title {
	position: relative;
	margin: 0px 0 0 192px;
	padding: 3px 0 0 0;
	z-index: 5;
	font-weight: bold;
	line-height: 16px;
	clear: right;
}

#more_detail_item {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}

#more_detail_color {
	position: absolute;
	left: 48px;
	top: 32px;
	height: 48px;
	width: 640px;
}

#more_detail_color_trans {
	position: absolute;
	left: 48px;
	top: 32px;
	height: 48px;
	width: 640px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#more_detail_navigation {
	position: relative;
	height: 64px;
}

.more_detail_title {
	position: relative;
	margin: 20px 0 0 0px;
	padding: 0;
	z-index: 5;
	font-weight: bold;
	line-height: 16px;
	float: left;
	clear: right;
}

#more_detail_text {
	position: relative;
	float: left;
	z-index: 5;
	color: #5f6062;
	font-weight: bold;
	line-height: 16px;
	width: 370px;
}

#more_detail_thumbcontainer {
	float: none;
	clear: both;
	margin: 0 0 0 64px;
}

.more_detail_thumb {
	position: relative;
	margin: 0 8px 5px 0;
	padding: 0;
	float: left;
}

.more_detail_thumb_dropshadow{
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 0px -4px -2px 0px !important;
	margin: 0px -4px -2px 0px;
	width: 61px;
	height: 61px;
	padding: 0px;
	z-index: 3;
}

.more_detail_thumb_active {
	position: relative;
	margin: 0 8px 5px 0;
	padding: 0;
	z-index: 3;
	float: left;
}

.more_onderschrift {
	position: relative;
	width: 320px;
	color: #5f6062;
	font-style: italic;
	line-height: 16px;
	margin: 0px 0 0 0;
}

