/* Algemeen */
body	{
	font-size:0.75em;
	margin: 1em 1em 1em 1em;
	background-color: #FFFFFF;
}

body, td, span, li, a, h2, input, select, th, p {
	font-family:Verdana, Arial, sans-serif;
	color:#333333;
	letter-spacing: 1px;
}

h3 {
	font-family:Verdana, Arial, sans-serif;
	color: #CC6600;
	letter-spacing: 2px;
}

.bordered {
	border: thin solid #CC6600;
	padding: 6px;
}

img	{
	border:0px;
}
.floatright {
	float: right;
	clear: right;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.floatleft {
	float: left;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

pre, p.mono {
	font-family:monospace;
	background-color: #FFFFF0;
}
a	{
 	text-decoration:none;
}

a:link , a:visited	{
	color:#333333;
	text-decoration:underline;
	font-weight: normal;
}

a:hover	{
	text-decoration:underline;
	color:#CC6600;
	font-weight: normal;
}

a:active	{
	text-decoration:none;
	color:#CC6600;
	font-weight:normal;
}


.indent {
  margin-left : 20px; 
}

/*  END  - Algemeen */

/*  Indeling scherm */


#top	{
	width:98%;
	margin: 0 0 0.5em 0;
	clear: both;
	height: 5em;
}

#menu	{
	position:fixed;
	height:600px;
	left: 0;
}

#content	{
	position: relative;
	min-height:500px;
}



#footer		{
	position: relative;
	width: 98%;
	height:4em;
	text-align: center;
	background-color: #E6E6E6;
	font-size: smaller;
}

/*  END  - Indeling scherm */



/* content */

#content a	{
 	text-decoration:underline;
	color:#333333;
	font-weight: normal;
}

#content a:link	{
	color:#333333;
	text-decoration:underline;
	font-weight: normal;
}

#content a:visited	{
	text-decoration:underline;
	color:#333333;
	font-weight: normal;
}

#content a:hover	{
	text-decoration:underline;
	color:#CC6600;
	font-weight: normal;
}

#content a:active	{
	text-decoration:underline;
	color:#787d5c;
	font-weight:bold
}



#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.advleft {
	background-color: #FFFFFF;
	padding: 1em 1em 1em 1em;
	float: left;
	clear: left;
}
div.advinner {
	background-color: #EFF0E7;
	padding: 1em 1em 1em 1em;
}

div.advinnerwhite {
	background-color: #FFFFFF;
	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;
}
