/*------------------------------------------------------------------------------------
      Global Styles
------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, li, dd, fieldset, address { margin:0; padding: 0;}
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }


/*------------------------------------------------------------------
	Custom Styles
-------------------------------------------------------------------*/
body{
	font-family: Verdana;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #000;
}

div#wrapper {
	width: 780px;
	margin: 50px auto;
	border: 1px #cc9999 solid;
	background: url("images/back.gif") repeat-y;
}   

div#leftcolumn{
	width: 330px;
	float: left;
	margin: 0;
	background-color: #000;
}

div#leftcolumn img.leftbarimage{
	float:left;
	margin-left: 20px;
}

div#rightcolumn{
	float: left;
	width: 450px;
	color: #cc9999;
	margin: 0;
	padding: 0;
}

/*******************
	Header
********************/
div#header {
	height: 110px;
	background: url("images/header.gif") no-repeat #780000;
	margin: 0;
	padding: 0;
}

div#header h1{
	font-family: Garamond;
	font-weight: normal;
	color: #cc9999;
	margin: 0px 0 0 330px;
	padding: 50px 0 0 20px;
	font-size: 3em;
	text-align: left;
	height: 45px;
}

div#menu{
	margin: 10px 10px 0 0;
}

div#menu ul{
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:right;
	font-family: georgia;
	font-size: 0.95em;
}

div#menu ul li{
	margin: 0;
	padding: 0;
}

div#menu ul li a{
	color: #cc9999;
	text-decoration: none;
	font-weight: bold;
}

div#menu ul li#current a, div#menu ul li a:hover{
	color: #cc6666;
}

/********
Content
********/
div#content{
	color: #cc9999;
	margin: 0 20px;
}

p{
	margin-bottom: 10px;
}

p.right{
	text-align: right;
}

a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.center{
	text-align:center;
}

/*********
Footer
*********/
div#footer {
	clear: both;
	height: 75px;
	background: url("images/footer.gif") no-repeat;
}

div#footer p{
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding: 45px 0 0 330px;	
	color: #cc9999;
	text-align: center;
}

div#footer p a{
	color: #000;
	font-weight: bold;
}
/************
Formulieren
************/

/* ADMIN_FORM */
#adminform fieldset, #labeltopform fieldset{
	float: left;
	clear: both;
	width: 100%;
	margin: 1.5em 0 0 0; 
	padding: 0;
	border: 1px solid #bdbdbd;	
	background-color: #000;
	color: #bdbdbd;
	* position: relative
}

#adminform fieldset legend, #labeltopform fieldset legend{
	margin-left: 1em;
	padding:0;
	font-weight: bold;
	color: #f00;
	* position: relative;
	* left: -7px;
	* top: -0.75em;
}

#adminform fieldset ol, #labeltopform fieldset ol{
	margin:0;
	padding: 1em 1em 0 1em;
	list-style: none;
	* padding-top: 0.25em;
}

#adminform fieldset ol li, #labeltopform fieldset ol li{
	margin:0;
	float: left;
	clear: left;
	width: 100%;
	padding: 0 0 5px 0;
}

#adminform fieldset li.submit, #labeltopform fieldset li.submit{
	float: none;
	clear: both;
	width: auto;
	margin-left: 7em;
	* margin-left: 7em;
}

#adminform fieldset label{
	float: left;
	padding:0;
	width: 6em;
	text-align: right;
	margin-right: 1em;
}

#labeltopform fieldset label{
	display: block;
	padding:0;
	text-align: left;
}
