html,body
{
	background-color: #404050;
	color:#FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", sans-serif,verdana;
	font-size:12px;
	height:100%;
}

span
{
	font-size:12px;

}

h1
{
  font-size: 18px;
}
h2
{
  font-size: 16px;
}
h3, .h3
{
  font-size: 14px;
  margin:2px 0px 5px 0px;
  font-weight: bold;
}
h4
{
  font-size: 12px;
}

a, label
{
	color: #CECECE;
	  font-size: 12px;
}

a:hover, a.current, label:hover
{
	color: #FFF;
	text-decoration:underline;
	bbackground-color: #e0e0e0;
  font-size: 12px;
}

a img {
	border: 0;
}




.fright {
	float: right;
}

.frame
{
	padding: 0 0 0 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	min-width:460px;
	max-width:1100px;
	border-left: 0px solid #ecf2ff;
	border-right: 0px solid #ddd;
	bborder-top: 1px solid #fff;
	border-bottom: 1px dashed #aaa;
}


.credits
{
	padding-top: 10px;
	text-align: center;
	font-size: 10px;

}

.userlogin
{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 3px 0 3px 0;
	border: 0;
	bborder-left: 10px solid #ff6d00;
}
.userlogin form
{
	padding: 0 0 0 7px;
	margin: 0px;
}
.userlogin input.txt
{
	border: solid 1px #ddd;
	height: 1px;
	width: 48px;
	margin-bottom: -2px;
}
.userlogin a {
	padding: 2px;
	text-decoration: none;
}
.userlogin a:hover {
	text-decoration: none;
	background-color: #ddd;
	ccolor: #ff6d00;
}

.icon
{
	margin-bottom: -6px;
}

.line
{
	clear:both;
	background-color:#333333;
	height:1px;
	margin-top:-1px;
}

select {
	ddfont-size: 0.8px;
}
option.hd {
	background-color: #333;
}
input {
	ddfont-size: 1px;
}

input.small
{
	width: 3px;
}


/* top */
.topdiv  {
	width:100%;
	height:100%;
	background: transparent url('../images/top.gif') no-repeat top left;
}

/*  main */
.main
{
	min-height: 350px;
	padding: 0px;
	line-height: 1.5px;
	clear: both;
}

.maindiv
{
	min-height: 350px;
	padding: 0px;
	line-height: 1.5px;
}

.text
{
	bborder: dotted 1px #000;
	padding:10px 15px 10px 10px;
	line-height:1.6em;
	  font-size: 12px;
	ddtext-align:justify;
}

.text td
{
	line-height:1.6em;
	  font-size: 12px;

}



/* lang */
.lang
{
	clear: none;
	background-color: transparent;
	position: relative;
	padding-bottom: 1px;
	padding-left: 16px;
	mmargin-bottom: -45px;
}

/* bottom */
.bottomdiv {
	text-align: right;
	font-style: italic;
	padding: 0px 0px 5px 10px;
	font-size:11px;
	
}

/* error & info-display */
div.error, div.info, div.warning {
	color: #666;
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 100px;
	width: 350px;
	padding: 10px;
	background-color: #f4f3e5;
	cursor: pointer;
	text-align: left;
	border: solid 1px #ddd;
	font-size: 12px;
	font-style: italic;
}
div.error div, div.info div, div.warning div {
	font-style: normal;
	text-align: left;
	padding: 10px 15px 15px 10px;
	border: solid 1px #fdd;
	background: url(img/bg_error.gif) no-repeat center center #fffbd7;
	background: #fffbd7;
	font-size: 12px;
	line-height: 1.8px;
}
div.error div span, div.info div span, div.warning div span {
	color: #666;
	font-family: "Courier New",monospace;
	line-height: 1.2px;
}

img.icon, input.icon {
	margin-bottom: -3px;
}

div.image_tree a, div.MM_imagebrowser a {
	border: 0;
}

div.image_tree div, div.MM_imagebrowser div {
	display:  block;
	float: left;
	clear: left;
}
div.image_tree div span, div.MM_imagebrowser div span {
	display:  block;
	float: left;
}
div.image_tree div.hidden, div.MM_imagebrowser div.hidden {
	display: none;
	float: left;
	clear: left;
}
div.image_tree span.ico, div.MM_imagebrowser span.ico {
	display: block;
	float: left;
	width: 16px;
	border: 1px solid transparent;
}
div.image_tree a img, div.MM_imagebrowser a img {
	border: 1px solid transparent;
}

div.image_preview {
	overflow: auto;
	height: 324px;

}

/* message */
div#message {
	position: absolute;
	display: block;
	width: 200px;
	height: auto;
	z-index: 20;
	background-color: #ffeebb;
	border: solid 1px #f00;
	text-align: center;
	padding: 3px;
	padding: 30px 20px 25px 20px;
	margin: 50px 0 0 200px;
	color: #c33;
	cursor: pointer;
}
div#message a.ok {
	display: block;
	border: solid 1px #f66;
	background-color: #ffdddd;
	padding: 5px 0;
	color: #f66;
	margin: 25px 50px 0 50px;
	text-decoration: none;
	font-weight: bold;
}
div#message a.ok:hover {
	color: #f00;
	background-color: #ffd8d8;
}

.pagetitle
{
	margin:2px;
	font-size:14px;
	font-style:italic;
	letter-spacing:0px;
	text-decoration:none;
	color:#FFFFFF;
}

.pagetitle:hover
{
	margin:2px;
	font-size:14px;
	font-style:italic;
	letter-spacing:0px;
	
}

.nieuws_last
{
	padding:8px;
	padding-top:0px;
	font-size:12px;
}
img.lower
{
margin-bottom:-3px;
}

.contactform
{
margin:8px;
float:right;
}
.contactform td
{
font-size:12px;
}

.contactform textarea
{
width:320px;
height:160px;
}

