@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;
}

p {
	font-size: 0.85em;
	text-align: justify;
}

#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; 
}    

/* ===== 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;
}


/* ===== Inhoud ===== */

#pic {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}

#columns {
	/*background-color: rgba(255,255,255,0.6);*/
	background-image: url(../images/transp.png);
	/*opacity: 0.6;*/
	width: auto;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	/*position: relative;*/
}

#content {
	/*background-color: rgba(255,255,255,0.6);*/
	background-image: url(../images/transp.png);
	/*width: 800px;*/
	width: auto;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}