/* --------------------------------------- */
/* GENERAL */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	}

html							{ overflow: -moz-scrollbars-vertical; overflow-x: auto; }

body							{ background-color: #91ddf5; }

body, td
	{
	font-family: arial,helvetica;
	font-size: 0.8em;
	color: #000;
	}

div#wrapper
	{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	}

.debug							{ color: #f00; display: block; }
.clear							{ clear: both; }
.button							{ cursor: pointer; }

a								{ font-weight: bold; color: #2397e6; text-decoration: none; }
a:hover							{ font-weight: bold; color: #000; text-decoration: underline; }

#logo_print						{ display: none; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#navbar
	{
	position: relative;
	background-color: #fff;
	height: 85px;
	}

#logo
	{
	background: url(/grfx/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 174px;
	height:85px;
	margin-left: 44px;
	_margin-left: 30px;
	float: left;
	}

#logo a							{ height: 85px; display: block; }

div#navigation
	{
	width: 508px;
	height: 50px;
	margin-top: 34px;
	margin-right: 42px;
	float: right;
	}

div#navigation ul#nav
	{
	position: absolute;
	border: 0px;
	width:40px;
	}

div#navigation ul#nav li
	{
	position: absolute;
	height: 50px;
	}


/* Start menu bij 2, #1 is Homepage */
#n2								{ width: 127px; left: 0px; }
#n3								{ width: 127px; left: 127px; }
#n4								{ width: 127px; left: 254px; }
#n5								{ width: 127px; left: 381px; }

#n2_2							{ width: 127px; left: 0px; }
#n3_3							{ width: 127px; left: 127px; }
#n4_4							{ width: 127px; left: 254px; }
#n5_5							{ width: 127px; left: 381px; }

#navigation li					{ text-indent: -9999px; text-decoration: none; list-style: none; }
#navigation li#n2				{ background: url(/grfx/navigation.gif) no-repeat 0px 0px; }
#navigation li#n3				{ background: url(/grfx/navigation.gif) no-repeat -127px 0px; }
#navigation li#n4				{ background: url(/grfx/navigation.gif) no-repeat -254px 0px; }
#navigation li#n5				{ background: url(/grfx/navigation.gif) no-repeat -381px 0px; }

#navigation a					{ background-color: transparent; text-decoration: none; display: block; height: 50px; }
#n2 a:hover						{ background: url(/grfx/navigation.gif) no-repeat 0px -50px; }
#n3 a:hover						{ background: url(/grfx/navigation.gif) no-repeat -127px -50px; }
#n4 a:hover						{ background: url(/grfx/navigation.gif) no-repeat -254px -50px; }
#n5 a:hover						{ background: url(/grfx/navigation.gif) no-repeat -381px -50px; }

/*Clicked item*/
#navigation li#n2_2				{ background: url(/grfx/navigation.gif) no-repeat 0px -50px; }
#navigation li#n3_3 			{ background: url(/grfx/navigation.gif) no-repeat -127px -50px; }
#navigation li#n4_4				{ background: url(/grfx/navigation.gif) no-repeat -254px -50px; }
#navigation li#n5_5				{ background: url(/grfx/navigation.gif) no-repeat -381px -50px; }


.header
	{
	background-repeat: no-repeat;
	background-position: -1px 0px;
	height: 285px;
	}

#hdr0							{ background-image: url(/grfx/background-header-00.jpg); }
#hdr1							{ background-image: url(/grfx/background-header-01.png); }
#hdr2							{ background-image: url(/grfx/background-header-02.jpg); }
#hdr3							{ background-image: url(/grfx/background-header-03.jpg); }
#hdr4							{ background-image: url(/grfx/background-header-04.png); }
#hdr5							{ background-image: url(/grfx/background-header-05.jpg); }

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#main
	{
	position: relative;
	background: #fff;
	}

#contentwrapper
	{
	position: relative;
	height:auto;
	_height: 540px;
	min-height: 540px;
	margin-left: 44px;
	margin-right: 42px;
	display:block;
	}

div#content, div#content_portfolio
	{
	position: relative;
	min-height: 150px;
	height:auto;
	_height: 150px;
	margin-right: 450px;
	padding: 15px 10px 15px 30px;
	}

div#content p, div#content_portfolio p,
#sidebar p,
div#content ul, div#content_portfolio ul,
div#content ol, div#content_portfolio ol,
#sidebar ul,
#sidebar ol
	{
	margin-bottom: 15px;
	}

div#content ul, div#content_portfolio ul,
#sidebar ul
	{
	margin-left: 15px;
	}

div#content ol, div#content_portfolio ol,
#sidebar ol
	{
	margin-left: 20px;
	}

#breadcrumb
	{
	font-size: 0.85em;
	color: #999;
	}

#breadcrumb a					{ color: #999; text-decoration: none; }
#breadcrumb a:hover				{ color: #000; text-decoration: underline; }

div#content h3
	{
	font-weight: bold;
	font-size: 1.6em;
	color: #02b0e6;
	margin-top: 5px;
	}

#sidebar
	{
	position: relative;
	background: url(/grfx/background-sidebar.gif) no-repeat;
	width: 400px;
	height: auto;
	_height: 300px;
	min-height: 300px;
	padding: 20px;
	float: right;
	}

#sidebar h3
	{
	font-weight: bold;
	font-size: 1.2em;
	color: #02b0e6;
	}

#contact						{ width: 100%; margin-top: 10px; }
#contact td						{ font-size: 1em; }

#flash_carousel
	{
	width:900px;
	_width:890px;
	height:140px;
	clear: both;
	}

/* portfolio */

.columnone
	{
	width: 200px;
	_width: 200px;
	height:auto;
	_height:150px;
	min-height:100px;
	display: block;
	padding-right: 5px;
	padding-top:4px;
	float: left;
	}

.columnimg						{ border:1px solid #02b0e6; }

.columnheader
	{
	background:#93d700;
	font-weight: bold;
	font-size:1em;
	color: #fff;
	width:196px;
	height:35px;
	margin: 0px 0px 3px 0px;
	padding-left:6px;
	padding-top:4px;
	overflow: hidden;
	}

.columnheader a					{ color:#fff; }

.message
	{
	font-size:0.85em;
	display: block;
	}


/*tagcloud*/

.tag1 a
	{
	font-size:2.1em;
	color:#afafaf;
	margin-left:50px;
	}

.tag2 a
	{
	font-size:1.5em;
	color:#6600cc;
	margin-left:140px;
	}

.tag3 a
	{
	font-size:1.3em;
	color:#93d700;
	margin-left:70px;
	}

.tag4 a
	{
	font-size:0.9em;
	color:#afafaf;
	margin-left:130px;
	}

.tag5 a
	{
	font-size:1.2em;
	color:#6600cc;
	margin-left:160px;
	}

.tag6 a
	{
	font-size:1.6em;
	color:#93d700;
	margin-left:100px;
	}

.tag7 a
	{
	font-size:1.4em;
	color:#afafaf;
	margin-left:220px;
	}

/* ======================================= */

/* --------------------------------------- */
/* PROJECTS */
/* --------------------------------------- */

.buttons						{ font-size:1em; }

.browse_desc0-0, .browse_desc0-1, .browse_desc0-2, .browse_desc0-3
	{
	background: #02b0e6;
	font-weight:bold;
	color: #fff;
	padding: 2px 3px 2px 3px;
	}

.browse_desc0-0					{ width:15%; }
.browse_desc0-1 				{ width:10%; }
.browse_desc0-2 				{ width:10%; }
.browse_desc0-3 				{ width:1%; }

.browse_line0					{ background: #eee; }
.browse_line1					{}

.browse_data					{ padding: 3px; }

 .print_desc
	{
	background: #eee;
	width:30%;
	}

.print_table tr td				{ font-size:1em; padding: 3px; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background-color: #000;
	font-size: 0.85em;
	color: #fff;
	height:75px;
	clear:both;
	}

#footer a						{ color: #fff; text-decoration: none; }
#footer a:hover					{ color: #93d700; text-decoration: none; }

#footer p#copyright
	{
	position: relative;
	font-weight: bold;
	padding: 15px;
	padding-left: 64px;
	}

#footer ul#ftrnav
	{
	position: absolute;
	width: 265px;
	top: 0px;
	right: 42px;
	}

#footer li
	{
	list-style: none;
	padding: 15px;
	padding-right: 0px;
	float: left;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */

