@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,body {
	/*background-color: #FFF;*/
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1px;
	color: #333;
}

ul {
	list-style: none;
	margin: 0;
}

li {
	list-style: none;
	margin: 0;
}

h4 {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	color: #333;
	letter-spacing: 1px;
	padding-top: 10px;
}

#wrapper {
	height: auto;
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: 75px;
	position: absolute;
}

#triquiback {
	left: 0;
	top: 0;
    position:fixed;
    overflow:hidden;
    zIndex: -9999
}

#triquibackimg {
	position:relative; 
}      

/* ===== HANDTEKENING ZWARTE ACHTERGROND ===== */


#ind {
	margin-top: 80px;
	background-image: url(../images/signature_white.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
}

a.ind:link {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
}

a.ind:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
}

a.ind:hover {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #FFF;
}

a.ind:active {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
}

#language {
	text-align: center;
}

/* ===== Navigatie ===== */

#nav {
	/*background-color: rgba(255,255,255,0.6);*/
	background-image: url(../images/transp.png);
	width: 120px;
	/*opacity: 0.6;*/
	margin-top: 20px;
	padding-left:40px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	/*position: relative;*/
}

/* === main nav === */
a.nav:link {
	color: #333;
	text-decoration: none;
}

a.nav:visited {
	color: #333;
	text-decoration: none;
}

a.nav:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}

a.nav:active {
	color: #333;
	text-decoration: none;
}

/* === Work nav === */
a.navw:link {
	color: #333;
	text-decoration: none;
	font-size: 0.85em;
}

a.navw:visited {
	color: #333;
	text-decoration: none;
	font-size: 0.85em;
}

a.navw:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	font-size: 0.85em;
}

a.navw:active {
	color: #333;
	text-decoration: none;
	font-size: 0.85em;
}


/* ===== Inhoud ===== */

#pic {
	float: right;
	margin-left: 20px;
}

#columns {
	/*background-color: rgba(255,255,255,0.6);*/
	background-image: url(../images/transp.png);
	/*opacity: 0.6;*/
	width: auto;
	height: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

#content {
	/*background-color: rgba(255,255,255,0.6);*/
	background-image: url(../images/transp.png);
	width: auto;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}


/* ===== Thumbnails ===== */

#thumbs {
	width: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 0;
}

li.thumbs {
	margin-left: 20px;
	margin-bottom: 0px;
}


/* ===== CONTACT ===== */

#contact {
	padding: 10px 10px 10px 30px;
	background-image: url(../images/transp.png);
	width: auto;
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:480px;
    height:352px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

#slider {
	position:relative;
    width:480px;
    height:352px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position: absolute;
	margin-top: 360px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

