/* Algemeen */
body	{
	font-size:0.75em;
	margin: 1em 1em 1em 1em;
	background-color: #FFFFFF;
}

body, td, span, li, a, h2, h3, input, select, th, p {
	font-family:Verdana, Arial, sans-serif;
	color:#333333;
	letter-spacing: 1px;
}

img	{
	border:0px;
}

img.middle	{
	vertical-align: middle;
	border:0px;
}

p.mono {
	font-family:monospace;
	font-size:1em;
	background-color: #FFFFF0;
}
a	{
 	text-decoration:none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
   

pre 	{
	font-size: 1.1em;
}

table	{
	border: 1px solid #787d5c;
}

th	{
	vertical-align:	top;
	padding: 0.5em;
	background-color: #D0D2C0;
}

td	{
	vertical-align:	top;
	padding: 0.5em;
	background-color: #EFF0E7;
}

.indent {
  margin-left : 20px; 
}

/*  END  - Algemeen */

/*  Indeling scherm */


#top	{
	display:none;
}

	
#menu	{
	display:none;
}

#content	{
	margin: 0 0.5em 0.5em 0.5em;
	height:85%;
	padding: 0 0 0 0em;
}



#footer		{
	position: relative;
	width: 98%;
	height:2.5em;
	text-align: center;
	background-color: #E6E6E6;
	font-size: smaller;
}

/*  END  - Indeling scherm */

/*  menu  */


/* content */




#content h2.breadcrumb	{
	background-color: #EEEEEE;
	color:	#787d5c;
	font-weight: bold;
	font-size: smaller;
	padding: 0.1em 0 0.1em 0.5em;
	width: 100%;
	line-height: 1.5em;
}

span.important	{
	font-weight:bold;

}

.attention	{
	font-style: italic;
}
	
.message	{
	color: #FF0000;
}

ul.arrowright	{
	list-style-image: url(arrowright.gif); 
	list-style-position: outside;
	margin: 0em 0em 0em 0.8em;
	padding: 0em 0em 0em 0.8em;

}

.next	{
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
}

.prev	{
	vertical-align: middle;
	padding: 0px 10px 0px 0px;
}

div.adv {
	background-color: #FFFFFF;
	padding: 1em 1em 1em 1em;
	float: right;
	clear: right;
}

div.advinner {
	background-color: #EFF0E7;
	padding: 1em 1em 1em 1em;
}

div.advinner img {
	float:left;
}

div.screenshotright {
	float: right;
	clear: right;
	background-color: #FFFFFF;
	padding: 0.5em 1em 1em 1em;
}

div.screenshotleft {
	float: left;
	clear: left;
	background-color: #FFFFFF;
	padding: 0.5em 1em 1em 1em;
}

