body{
padding:0px;
margin:0px;
background:url(images/bg.jpg) top repeat-x;
}


table {border-collapse:collapse; border:0px;}


table, td {
		width:100%;
		height:100%;
		border:0px;
	}

td { vertical-align:top; padding:0px;}

a:hover{text-decoration:none;}

h1 {font-family:Tahoma; color:#000000; font-weight:bold; font-size:25px; line-height:14px; margin-top:0px; padding:10px 0px 0px 0px}

h2 {text-align:left; color:#000000; font-size:13px; font-weight:bold; text-transform:uppercase }

img { border:1px;}

.inputc {font-size: 8pt; color: #000000}

.m_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#D6E5AC;
	}

.m_text strong { color:#EAF1D7}
.m_text a{ color:#D6E5AC; text-decoration:none}
.m_text a:hover{ color:#D6E5AC; text-decoration:underline}
.m_text li a{ color:#D6E5AC; text-decoration:underline}
.m_text li a:hover{ text-decoration:none}
.h_text { color:#000000}
	
.c_text { color:#919D8E}
.c_text a{ color:#919D8E; text-decoration:none}
.c_text a:hover{text-decoration:underline}
.c_text span a{ color:#BD660C; text-decoration:underline}
.c_text span a:hover{text-decoration:none}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}

.form{height:25px; margin-top:6px;}
.form input {width:161px; height:22px; border:#FFD802 1px solid; background:#306E1D; padding-left:5px}

textarea {width:210px; height:115px; border:#FFD802 1px solid; background:#306E1D; padding-left:5px; overflow:auto; margin-top:10px}

ul {margin:0; padding:0; list-style:none}
li  {background:url(images/a1.gif) no-repeat left center; margin:0px; padding:0px 0px 0px 11px}
li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#EDF5D8}

.ul2 li  {background:url(images/a1.gif) no-repeat left center; margin:0px; padding:0px 0px 0px 11px}
.ul2 li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#000000}

.ul3 li  {background:url(images/a2.gif) no-repeat left center; margin:0px; padding:0px 0px 0px 11px}
.ul3 li  {font-family:Tahoma; font-size:11px; line-height:14px; color:#000000}

/* === form div and elements ======================================= */

#form-div { 
  font-family : verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 70%;
  margin : auto;
  color : #000;
  line-height : 1.7em;
}

/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee000;
  margin-top: 5px;
  padding : 5px;
}

/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

legend.main-legend { 
  color : #ffffff;
  font-size : 130%;
  margin-top: 5px;
}

/* === kleur randen binnen============================== */
legend.main-legend { 
color : #eee000;}
/* ===================================================== */

label.main-label {
  margin-top: 5px;
}

/* === control and interface form elements ========================= */

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #669900;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}


