@charset "utf-8";
pre
{
	font-size: 120%;
	overflow: auto;
	border: 3px green solid;
	padding: 5px;
	background-color: #CCCCCC;
	line-height: 1em;
}
body
{
  margin:0px;
  padding:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  background-color: #E4E4E4;
  line-height: 1.7em;
  /* background-color: #F9F2BB;*/
}
p, table
{
  margin: 0px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
}
table, form
{
  margin: 0px 5px 5px 0px;
}

h1, h2, h3
{
  margin: 0px;
  padding: 0px;
  float: left;
}

img
{
  vertical-align: middle;
  border: none;
}
input, select, textarea 
{
  margin: 1px;
  padding: 1px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:110%;
  color:#000000;
  background-color:#eeeeee;
  border-style:dashed;
  border-color:#CCCCCC;
  border-width:1px;

}
.submit
{
  font-weight: bold;
  padding: 2px 6px 2px 6px;	
  border-style:solid;
  border-color:#999999;
}
.submit:hover
{
background-color: #D4D4D4;	
cursor: hand;
}
a, a:hover, a:visited, a:active
{
  color: black;
}

a:hover
{
  text-decoration: none;
}

/*----*/
/* IE */
div#container
{
  top: 0px;
  width: 885px;
  margin: 0px auto;
  padding-top: 125px;
  background-image:url(../img/test.png);
  background-repeat:repeat-x;
  background-position:top left;
}
/* non-IE */
body>div#container 
{
  width: auto;
  padding: 0 2%;
  min-width: 885px;
}
div#gradient
{
  /*background-image:url(../img/menu/gradient2.gif);
  background-repeat:repeat-x;
  background-position:bottom left;*/
  background-color: black;
  height: 125px;
  text-align: center;
  z-index: 2;
  position: relative;
}
div#header
{
  height: 24px;
  width: 885px;
  margin: -24px auto 0px auto;
  z-index: 6;
  position: relative;
  /*margin: -50px auto;*/
  /*background-image:url(../img/menu/gradient2.gif);
  background-repeat:repeat-x;
  background-position:bottom left;*/
}
div#main
{
  width: 885px;
  margin: 0px auto 0px auto;
  background-color: #dbdbdb;
  padding: 0px 20px 0px 20px; 
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  min-height:500px; 
  height:auto;
}
/* IE */
div#maincol
{
  float: left;
  width: 59%;
  margin: 0px 10px 20px 15px;
}
/* non-IE */
div#main>div#maincol 
{
  width: 60%;
}
div#subcol
{
  float: right;
  width: 31%;
  margin: 0px 15px 20px 10px;
}
div.clearing 
{
  clear: both;
}
div#footer 
{
  padding-top: 15px;
  height: 50px;
  color: #666; /* Grijs */
  margin-bottom: 5px;
  text-align: center;
  font-variant: small-caps;
}

div#nav-tools
{
  margin: -125px auto 0px auto;
  width: 885px;
  height: 125px;
  background-image: url(../img/menu/title.png);
  background-repeat: no-repeat;
  z-index: 5;
  position: relative;
}
div#nav-toolsbar
{
  float: right;
  text-align: center;
  width: 100%;
}
.nav-tools-item
{
  float: right;
  color: white;
  padding-top: 0px;
}
.nav-tools-item a,.nav-tools-item a:hover, .nav-tools-item a:visited
{
  color: white;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}

/* QUICKLOGIN CSS */
.loginpointer
{
	cursor: pointer;
}
div#quicklogin, div#quicklogout, input#remember, input#login , input#loguit, div#quicklogin img
{
  padding: 0px; 
  margin: 0px;
}
input#username, input#userpass, input#remember, input#login, input#loguit, div#quicklogin img
{
  vertical-align: middle;
}
input#username, input#userpass
{
  font-size: 95%;
}
input#remember, input#login , input#loguit, div#quicklogin img
{
  border: none;
}
input#login , input#loguit 
{
  height:16px; 
  width: 16px; 
}
input#login 
{
  background: url(../img/pictogram/lock.gif) no-repeat;
}
input#loguit 
{
  background: url(../img/pictogram/unlock.gif) no-repeat;
}

/* ALERTS CSS */
div#alertbars
{
  margin-top: 20px;
}
div#alertadmin, div#alertuser, div#alertreminder
{
   margin: 5px auto 5px auto; padding: 5px 30px 5px 30px;
}
div#alertadmin
{
  background: #EF7402;
}
div#alertuser
{
  background: url('../img/pictogram/warning.gif') no-repeat center left #F1C296;
}
div#alertreminder
{
  background: url('../img/pictogram/reminder.gif') no-repeat center left #C9ECCA;
}

a.rss
{
	margin-top: -18px;
	margin-right: 5px;
	float: right;
}

/* ERROR */
div#error{
	float: left;
	width: 100%;
	margin: 0px;
	background-color: #dbdbdb;
}

/* non-IE */
div#main>div#error {
	width: 100%;
}

div.boxerror{
	background-color: #fff;
	margin: 10px 0px 0px 0px;
}