
/* --------------------------------------- */
/* GENERAL */
/* --------------------------------------- */

html					{ overflow-x:auto; }

body
	{
	background-color: #91ddf5;
	margin: 0px;
	}

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; }

form, object			{ margin: 0px; padding: 0px; }

a						{ font-weight: bold; color: #2397e6; text-decoration: none; }
a:hover					{ font-weight: bold; color: #000; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* 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;
	margin: 0px;
	padding: 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;
	margin: 0px;
	}

#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;
	margin: 0px;
	}

#contentwrapper
	{
	height:auto;
	_height: 540px;
	min-height: 540px;
	margin: 0px;
	margin-left: 44px;
	margin-right: 42px;
	display:block;
	_max-width:300px;
	}

div#content, div#content_portfolio
	{
	position: relative;
	padding: 15px 10px 15px 30px;
	min-height: 150px;
	height:auto;
	_height: 150px;
	}

#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: 0px;
	margin-top: 5px;
	}

#sidebar
	{
	position: relative;
	background: url(/grfx/background-sidebar.gif) no-repeat;
	width: 400px;
	height: auto;
	_height: 300px;
	min-height: 300px;
	margin: 0px;
	padding: 20px;
	float: right;
	top: 0px;
	right: 0px;
	z-index:100;
	}

#sidebar h3
	{
	font-weight: bold;
	font-size: 1.2em;
	color: #02b0e6;
	margin: 0px;
	}

#contact				{ width: 100%; margin-top: 10px; }
#contact td				{ font-size: 1em; }

#flash_carousel
	{
	width:900px;
	_width:890px;
	height:140px;
	clear: both;
	}

/* portfolio */

.columnone
	{
	min-height:100px;
	height:auto;
	_height:150px;
	display: block;
	float: left;
	width: 200px;
	_width: 200px;
	padding-right: 5px;
	padding-top:4px;
	}

.columnimg
	{
	border:1px solid #02b0e6;
	}

.columnheader
	{
	background:#93d700;
	font-size:1em;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 3px 0px;
	padding-left:6px;
	padding-top:4px;
	width:196px;
	height:35px;
	overflow: hidden;
	}

.columnheader a
	{
	color:#fff;
	}

.message
	{
	font-size:0.85em;
	display: block;
	}


/*tagcloud*/

.tag1 a
	{
	color:#afafaf;
	font-size:2.1em;
	margin-left:50px;
	}

.tag2 a
	{
	color:#6600cc;
	font-size:1.5em;
	margin-left:140px;
	}

.tag3 a
	{
	color:#93d700;
	font-size:1.3em;
	margin-left:70px;
	}

.tag4 a
	{
	color:#afafaf;
	font-size:0.9em;
	margin-left:130px;
	}

.tag5 a
	{
	color:#6600cc;
	font-size:1.2em;
	margin-left:160px;
	}

.tag6 a
	{
	color:#93d700;
	font-size:1.6em;
	margin-left:100px;
	}

.tag7 a
	{
	color:#afafaf;
	font-size:1.4em;
	margin-left:220px;
	}

/* ======================================= */

/* --------------------------------------- */
/* PROJECTS */
/* --------------------------------------- */

.buttons
	{
	font-size:1em;
	}

.browse_desc0-0	{background: #e8f6ff; width:15%; font-weight:bold;}
.browse_desc0-1 {background: #e8f6ff; width:10%; font-weight:bold;}
.browse_desc0-2 {background: #e8f6ff; width:10%; font-weight:bold;}
.browse_desc0-3 {background: #e8f6ff; width:1%; font-weight:bold;}

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