@charset "UTF-8";

/* --------- Sticky Footer Solution --------- */

html, body, #wrap {height: 100%; margin: 0px;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 20px;}
#footer {position: relative; margin-top: -20px; height: 20px; clear:both;} 
/* CLEAR FIX*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --------- End Sticky Footer Solution --------- */


body {
	width: 1000px;
	font-family: "Courier New", Courier, monospace;
	font-size: 62.5%;
	background-color: #fafafa; 
}
#main  #m_left {
	width: 300px;
	font-size: 2.3em;
	float: left;
}
#main    #m_left    ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}
#main   #m_left   img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a     {
	text-decoration: none;
	color: #000000;
}
.hd {
	letter-spacing: 2px;
	font-weight: bold;
}
.copy {
	letter-spacing: 1px;
	font-size: 1.4em;
}
#main   #m_left #portfolio {
	width: 235px;
	height: 100%;
	letter-spacing: 1px;
}
#main   #m_left   #portfolio   ul {
	text-align: right;
	line-height: 1.3em;
	font-size: 0.6em;
}
#main #m_right {
	width: 400px;
	float: left;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 70px;
}
p {
	padding: 0px;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 1.1em;
}
.pright {
	text-align: right;
}
h1 {
	margin-top: 0px;
}
h2 {
	margin-top: 0px;
	font-size: 1.5em;
	font-family: "Trebuchet MS";
}
.h1small {
	font-size: 0.8em;
	font-family: "Trebuchet MS";
}

/* ---------- Formulieren ---------- */
#m_right input.input, #m_right textarea {
	padding: 3px;
	width: 390px;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, monospace;
	}
#m_right input.inputwidth, #m_right select {
	width:auto;
	padding: 3px;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, monospace;
	}
#m_right textarea {
	height: 90px;
	}
#m_right input.input:focus, #m_right input.inputwidth:focus, #m_right textarea:focus {
	border: 1px solid #89B043;
	}
/*
#form-area input.button:focus {
	border: none;
	}
*/
.warning {
	/*    font-weight: bold; */
    color: #000000;
	}

/* ---------- Einde Formulieren ---------- */
form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
label {
	display: block;
	}
#main #m_right_2 {
	width: 400px;
	float: left;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 118px;
	margin-left: 65px;
}
.clear {
	clear: both;
}
.verstop {
	visibility: hidden;
}
