/**
* CSS
* 
* @version 1.0
* @author Jip Canneman
*/
* {
	margin: 0;
	padding: 0;
}

/* regels voor alles pagina geldend, tenzij anders benoemd in andere tags */ 

body {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #51c8f4;
}

/* alle headers */ 
h {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #6666666;

}

/* alle blauwe dingen */ 
blue {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #51c8f4;

}

/* alle zwarte dingen */
black {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #000000;

}

/* alle paragraven  */
p {
	font: 10px/14px  Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 9px;
	line-height: 13px;
	letter-spacing: 1px;
	border-style: none;
	color: #666666;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* alle links */
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #1dd560;}
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #ffffff; background: #51c8f4;}

/* alle plaatjes */
a img { border: none; }

/* het menu (links) */
#menu {
    width: 220px;
    overflow: auto;
    top: 20px;
	left: 20px;
    position: fixed;
	background-color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

/* het content frame (rechts) */
#content {
    height: 100%;
    margin: 20px 0px 0px 235px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 450px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0px; padding: 0; }
#img-container p	{ width: 400px; margin: 0px; padding: 0 0 12px 0; }

#once { clear: left; }