/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCE7CF;
	background-image: url(/images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	margin: 0px;
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
}

#maincontainer {
	position: relative;
	width: 950px;
	height: 100%;
}

#logocontainer {
	height: 136px;
	width: 100%;
	border-bottom: 10px solid #56A902;	
}

#logo {
	position: relative;
	left: 188px;
	top: 13px;
}

#contentcontainer {
	position: relative;
	margin-bottom: 25px;
}

.contenttd {
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-y;
}

#contentright {
	float: right;
	margin: 1px 2px auto auto;
	padding: 0px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	padding: 25px 25px 45px 25px;
	width: 645px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

#topimage {
	border-bottom: 1px solid #56A902;
}

#topimage img {
	border-bottom: 1px solid white;
}


#menucontainer {
	float: left;
	clear: right;
	top: 0px;
	left: 2px;
	margin-left: 1px;
	width: 250px;
	margin-right: 1px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.contenttd>#menucontainer {
	position: relative;
	left: 1px;
}

#mainmenu {
	font-size: 10px;
	background-color: #007283;
	width: 240px;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	text-align: right;
	min-height: 85px;
}

#mainmenu a {
	width: 230px;
	padding: 5px 6px 5px 4px;
	display: block;
	color: white;
	text-decoration: none;
	background-color:#147D8D;
	margin-bottom: 1px;
}

#mainmenu a:hover, #mainmenu a.current {
	background-color: #4799A6;
}

#submenu {
	font-size: 10px;
	background-color: #56A902;
	width: 245px;
	padding: 5px 0px 5px 5px;
	text-align: right;
	z-index: 1000;
}

#submenu a {
	width: 230px;
	padding: 5px 11px 5px 4px;
	display: block;
	color: white;
	text-decoration: none;
	margin-bottom: 1px;
}

#submenu a:hover {
	width: 230px;
	padding: 5px 6px 5px 4px;
	margin-right: 5px;
	background-color: #7FBE3F;
	color: white;
}

#submenu a.current, #submenu a.current:hover  {
	background-color: white;
	color: #56A902;
	padding: 5px 11px 5px 4px;
	width: 230px;
	margin-right: 0px;
}

#footer {
	font-size: 10px;
	clear: both;
	padding: 10px 7px 20px;
	border-top: 1px solid #56A902;	
	border-bottom: 1px solid #56A902;	
	margin-top: 10px;
	color: #007283;
	text-align: right;
}

#footer a {
	color: #007283;
	font-weight: bold;
	text-decoration: none;
}

#totop {
	position: relative;
	right: -5px;
	top: -9px;
}

/* FORMULIER */

.formtable {
	margin-top: 25px;
}

.formtable td{
	line-height: 20px;
	padding-left: 0px;
}

.formtable .input, .formtable textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #BDBDBD;
	color: black;
	width: 300px;
	background-color: white; 
	padding: 1px 2px 2px 2px;
	height: 15px;
	margin-left: 5px;
}

.formtable textarea{
	height: 100px;
}

.formbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #007283;
	cursor: pointer;
	width: 80px;
	border: 1px solid black;
	margin-left: 5px
}

.verplicht {
	color: #007283;
}

form {
	margin: 0px;
	padding: 0px;
}