/* Algemeen */
body	{
	font-size:0.75em;
	margin: 1em 1em 1em 1em;
	background-color: #FFFFFF;
	width: 1000px;
}
#content	{
/*	margin: 1.5em 1.5em 1.5em 21.5em; */
	padding: 2em 0 0 1.5em;
}
#footer		{
	height:4em;
	text-align: center;
	background-color: #E6E6E6;
	font-size: smaller;
}

#top	{
	margin: 0 0 0.5em 0;
	height: 5em;
}

	
#menu {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

img.thumbnailLeft {
	float: left;
	padding: 5px;
}



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

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

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

img	{
	border:0px;
}
.floatright {
	float: right;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
}
.floatleft {
	float: left;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 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:bold;
}


.indent {
  margin-left : 20px; 
}

/*  END  - Algemeen */


#menu a:link, #menu a:visited, #menu a:active	{
	text-decoration:none;
}

#menu a:hover	{
	text-decoration:underline;
}

#menu a.currentpage:link, #menu a.currentpage:visited, #menu a.currentpage:active	{
	text-decoration:underline;
	background: url(/img/bg_gradient.gif) repeat-x;
}

#menu a.currentpage:hover	{
	text-decoration:none;
}
/*  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;
}

.dividerx, .dividerkolomx	{
	background: url(/img/dot.gif) repeat-x ;
	width:100%;
	height: 1px;
	font-size:0em;
}
.dividerkolomx	{
	width:97%;
	
}
.dividery	{
	background: url(/img/dot.gif) repeat-y;
	width:1px;
	height: 100%;
	
}
#menu a	{
	font-weight: bold;
	color:	#343D72;
	font-size: 0.95em; 
	border-right: 2px solid #343D72;
	text-decoration:none;
	padding: 0em 1.8em 0em 0.8em;	
}


#content a.GlassyButton, #content a.GlassyButton:link, #content a.GlassyButton:visited
{
  width:120px;
  height:46px;
  float:left;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  line-height:46px;
  background-image:url(/img/button.png);
  background-color:#4982F7;
	margin-right:8px;
}
#content a.GlassyButton:active {
  background-color:#3B68C6;
	color:#fff;
	text-decoration:none;
}
#content a.GlassyButton:hover {
  background-color:#709EFF;
	color:#fff;
	text-decoration:none;
}
