#container {
	background-color: #fff;
	margin: auto;
	max-width: 90em;
	position: relative;
}

#left {
	background-color: #fff;
	margin: 0 280px 10px 0;
	min-width: 300px;
	padding: 0 20px 10px 25px;
	position: relative;
}

#right {
	background-color: #eee;
	color:black; 
	left: auto;
	margin: 0 0 20px 0;
	padding: 1.5em;
	position: absolute;
	right: 15px;
	top: 0;
	width: 210px;
}
body {
padding:0;
padding-top: 5em;
margin:0;
background:#eee;
font-family: Verdana,Sans-serif;
background: white url("./bg.png") repeat-x top left;
}
h1, h2, h3, h4, h5, h6 {
font-family: georgia, palatino, verdana, tahoma, helvetica, sans-serif;
}
a:link, a:visited {
color:#36c;
text-decoration:none;
}
a:visited {
color: #666;
}
a:hover {
color: #d00;
text-decoration:underline;
}

table, p, ul, ol {
}
h1 {
margin: 0;
}
#c {
/*margin-top: 5em;*/
padding-top: 5em;
margin-right: 40%;
margin-left: 5%;
}
#m {
background-color: #eee;
padding: 20px;
position: absolute;
right: 5%;	
top: 35px;
width: 20%; 
}

#p {
padding: 0px;
margin: 0px;
}

#h h1 {
text-align: right;
}

blockquote {
border-left: 0.25em solid #eee; 
padding: 0 0.5em; 
margin: 0.5em 1.5em 0.5em 2.5em; 
} 
.accesskey {text-decoration: underline; }
form { 
border: none;
padding: 1em 0;
margin: 0 1em; 
}

.formrow
{
clear: both;
padding: .25em;
}
.formlabel { 

width: 8em;
float: left;
text-align: right;
font-weight: bold;
margin-right: 1em;
}
.formwidget { margin-left: 9em; }
fieldset {}
fieldset > legend { display: block; }

/*textarea, input, select, option { background-color: transparent; }*/
img { border: none; }

#stuffbar {
}	
.stuff {
}
.stuff h2 , .stuff h1 {
color:#36c;
text-align: left;
text-decoration: none;
font-weight: bold;
}

#content img {
padding: 0.3em;
border: 1px solid #ccc;
}
img {
/*	padding: 3px;
	border: 1px solid #ddd;*/
}

#left div.img-dec {
	clear: right;
	float: right;
	margin: 1em 0 5px 20px;
	padding: 0;
	position: relative;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#left div.img-dec img {
	background-color: #fff;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}
#left hr {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	height:1px; border-top:1px solid #ccc; border-left:0; border-right:0; border-bottom:0;
}

/* 
* acroniemen en abbreviations 
* - binnen links wordt de onderlijning van links onderdrukt (anders krijg je dubbele-lijn effect)
*/
acronym, abbr {
border-bottom: 1px dotted gray;
cursor: help;
}
a acronym, a abbr  {
text-decoration: none;
}

/*
* navigation lists in stuffbar
*/

.clicklist {
margin: 0;
padding: 0px;
list-style: none;
}
.clicklist a, .clicklist a:visited {
display: block;
padding: 0.1em;
margin: 0;
text-decoration: none;
width: 95%;
}
.clicklist li {
padding: 0;
margin: 0;
line-height: 1.5em;
}
.clicklist a:hover {
color: #d00;
} 


hr {height:1px; border-top:1px solid #ccc; border-left:0; border-right:0; border-bottom:0;}

pre, tt { 
}
#content p.copy, #content a.copy { 
text-align: center;
margin-top: 2em;
line-height: 1.5em;
text-decoration: none;
color: #aaa;
}

/* font size relative! */
body { font-size: 70% }
p,
dd,
pre,
ul li,
ul.clicklist li,
form { font-size: 1.2em; line-height: 1.4em;  }

ul li ul li,
table,
tr,
td,
div label,
div table tr td,
a { font-size: 1em; }
h1 { font-size: 1.8em; line-height: 2.0em;  }
h2 { font-size: 1.6em; line-height: 1.8em;  }
.nplink {
font-size: 0.8em;
}
.stuff h2 { font-size: 1.2em; line-height: 1.4em;  }
.stuff li { font-size: 1em; line-height: 1.1em;  }

/*highlights*/
.hl0	{ background-color: #FFFF99 }
.hl1	{ background-color: #FF99FF }
.hl2	{ background-color: #99FFFF }
.hl3	{ background-color: #FF9999 }
.hl4	{ background-color: #9999FF }

