/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/*POSITIE VAN HET BACKGROUND IMAGE PAS JE AAN IN /NDXZ-STUDIO/SITE/PLUGIN/INDEX.PHP*/




/*GEHELE BODY*/
body {
	font-family: Courier New, Courier New, Courier, monospace;
	font-size: 11px;
	line-height: 15px; 
	font-weight: normal;
	margin-top: 20px;
    margin-left: 20px;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; font-weight: bold; color: #000000; } 

a img { border: none; }

/*MENUBOX*/
#menu {
background-color: #ffffff;
	position: fixed; /*FIXED: DAN SCROLT IE NIET MEE*/
	overflow: auto;
  	width: 160px;
	margin-top: 20px
	padding: 0px 0px 0px 0px;
	height: auto;
	float: left;
	z-index: 1;
}

/*WEET NIET*/
#menu ul {
list-style-type:none;
margin:0pt 0pt 0px;
}

/*MENUS*/
#menu ul li.section-title {
font-family: Courier New, Courier New, Courier, monospace;
font-weight: bold;
line-height:15px;
font-size: 11px; 
margin-top:10px;
margin-bottom:2px;
text-decoration:none;
text-indent:0px;
background-color:#ffffff;
border-top-style:dotted;
border-top-width:1px;
border-bottom-style:dotted;
border-bottom-width:1px;
color: #000000;

}

/*CONTENTVLAK*/
#content {
	margin-left: 160px;
	background-color: #ffffff;
	width: 500px;
	top: 0px;
	height:auto;
}

/*AFSTAND INHOUD-VLAK-MENU*/
#menu .container {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

/*AFSTAND INHOUD-VLAK-CONTENT*/
#content .container {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 5px;
}

/*BROODTEKST*/
#content p {
	width: 400px; 
	margin-bottom: 20px; 
	margin-left: 0px;
	line-height: 15px;
	font-family: Courier New, Courier New, Courier, monospace;
	font-size: 11px; 
	color: #555555;
}

p {
	margin: 0 0 0px 0;
}

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

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

#once { clear: left; }