/* Start of a style sheet */
BODY {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;

  /* Fonts for main text etc. */
  color: black;
  font-style: normal;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;

  /* Main background */
  background-image: url(achtergrond.gif);
  background-attachment: scroll;
  background-position: center 282px;
  background-repeat: no-repeat;
  background-color: white

}

IMG {
   border: 0px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

H1 {
  font-size: xx-large;
  margin: 0px 0px 0px 0px;
}

H2 {
  font-size: x-large;
  margin: 0px 0px 0px 0px;
}

H3 {
  font-size: large;
  margin: 0px 0px 0px 0px;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
A:active{
	color: #0000FF;
}
A:visited{
	color: #0000FF;
}
A:hover{
	color: #5050FF;
}

DIV.header {
    width: 892px;
	height: 272px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
DIV.header H1 {
    visibility: hidden;
}
DIV.header H2 {
    visibility: hidden;
}
DIV.header H3 {
    visibility: hidden;
}

DIV.contentsection {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 892px;
	height: auto;
}

DIV.framediv {
	width: 662px;
	margin: 10px 0px 10px 0px;
	position: relative;
	left: 210px;
	top: 0px;
	background: url(bg.png);
	padding: 10px 10px 10px 10px;
}

DIV.framediv p{
	clear: left;
}
DIV.navigation {
	width: 160px;
	margin: 10px 20px 20px 10px;
	padding: 10px 5px 10px 5px;
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: #AAAAFF
}
DIV.navigation A{
	font-weight: bold;
	text-decoration: none;	
	color: #000090;
}
DIV.navigation A:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000090;
}
DIV.navigation A:active{
	font-weight: bold;
	text-decoration: none;
	color: #000090;
}
DIV.navigation A:hover{
	text-decoration: none;
	color: #FFFF30;
}

DIV.toolsdiv {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 2px 2px 2px;
	background-color: #AAAAFF;
	font-weight: bold;
	display: table;
}
DIV.toolsdiv A{
	text-decoration: none;	
	color: #000090;
}
DIV.toolsdiv A:visited{
	color: #000090;
}
DIV.toolsdiv A:active{
	color: #000090;
}
DIV.toolsdiv A:hover{
	color: #FFFF30;
	clear:both;
}

DIV.commentsdiv{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

DIV.commentdiv{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	border-top: 0px none black;
	border-left: 0px none black;
	border-right: 0px none black;
	text-align: justify;
}

P.arthead {
	font-size: small;
}
P.artbody:first-letter{
	/*font-size:280%;*/ /* Slightly under 300%, so hopefully it only covers 3 lines. */
	font-size:105%;
/*	font-weight:bold;*/
	color:#000044;
/*	padding: 0px 1px 1px 1px;*/
/*	margin: 0px 1px 2px 0px;*/
	/*float:left;*/
}

P.backlink {
	text-align: center;
}

/* Forms are put in tables. This is how they are displayed: */
TABLE.formtable{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 0px none black;
	border-right: 0px none black;
}
TR.formrow{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 0px none black;
	border-left: 0px none black;
}
TD.formnamecell{
	width: 50%;
	border: 0px solid black;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
TD.formfieldcell{
	width: 50%;
	border: 0px solid black;
	text-align: left;
	vertical-align: bottom;
}
TD.formtextcell{
	border: 0px solid black;
	text-align: justify;
	vertical-align: top;
}
TD.formbuttoncell{
	border: 0px solid black;
	text-align: center;
	vertical-align: bottom;
}

DIV.commentform{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

DIV.fixer{
	clear: both;
}

UL.viewpic{
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	margin-right: auto;
	padding: 0px;
	list-style: none;
	width: 640px;
	height: auto;
}

UL.viewpic LI{
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	width: 150px;
	height: 100px;
}