/************************ 
/* Main items
/***********************/

* {
	margin: 0;
	padding: 0;
	-moz-outline: none;
}

body {
	font: 0.75em "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; 
	text-align: center;
	color: #757575;
	line-height: 1.8em;
	background: #e8ebef;
	
}

a {
	color: #00a890;
}

a:hover {
	color: #000;
}

p {

}

h1 {

}

h2 {
	font-size: 160%;
	font-weight: bold;
	color: #00a890;
}

h3 {

}

h4 {

}

.clear {
	clear: both;
}

#globalWrapper {
	position: relative;
	top: 60px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/************************ 
/* Header
/***********************/

#header {
}

#header h1 a {
	position: absolute;
	top: -42px;
	left: 80px;
	display: block;
	width: 386px;
	height: 193px;
	text-indent: -9999em;
	background: url("../images/design/eurofinesse_logo.gif") transparent no-repeat 0 0;
}

#header em {
	display: none;
}

/************************ 
/* Navigatie
/***********************/

#nav {
	float: left;
	width: 186px;
	padding: 100px 0 27px 0;
	background: #265684 url("../images/design/nav_bottom.gif") #00a890 no-repeat 0 100%;
}

#nav ul {
	list-style: none;
	border-top: 1px dotted #75d0c3;
}

#nav ul li {
	list-style: none;
	display: inline;
}

#nav li a {
	display: block;
	padding: 4px 4px 4px 16px;
	color: #fff;
	font-weight: bold;
	background: #00a890;
	text-decoration: none;
	border-bottom: 1px dotted #75d0c3;
}

#nav li a:hover {
	color: #000;
	background: #fff;
}

#nav ul ul {
	border-top: none;
	display: none;
}

#nav li ul.opened {
	display: block;
}

#nav ul ul li a {
	font-size: 80%;
	padding-left: 32px;
	color: #d8d8d8;
	background: #444;
	border-bottom: 1px dotted #8a8a8a !important;
}

#nav li a.children {
	color: #fff !important;
	background: url("../images/design/nav_lev1_children.gif") #00a890 !important;
	background-position: 95% 50%  !important;
	background-repeat: no-repeat  !important;
}

#nav li a.children:hover {
	background: url("../images/design/nav_lev1_children_hover.gif");
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

#nav ul#categories li a.selected
{
	color: #00a890;
	background: #fff;
}

/************************ 
/* Content
/***********************/

#contentWrapper {
	float: right;
	width: 613px;
	background: url("../images/design/content_bottom.gif") #fff no-repeat 0 100%;
}

#content {
	padding: 60px;
}

#content table, #content ul {
	margin: 16px 0;
}

#content ul {
	padding-left: 30px;
}

#content img {
	padding: 6px;
	border: 1px solid #999;
	background: #fff;
	margin: 16px 0;
}

/************************ 
/* Forms
/***********************/
input, textarea {
	padding: 2px;
	color: #000;
	border: 1px solid #999;
}
input {
	margin: 1px 0;
	float: left;
}
textarea {
	margin: 1px 0;
}
form .submit {
	width: 100px;
	position: relative;
	left: 110px;
}
form p {
	clear: both;
}
form br {
	display: none;
}
label {
	width: 150px;
	margin: 0px 0;
	padding: 0px 10px 0 0;
	display: block;
	float: left;
	text-align: right;
	color: #4b4b4b;
	font-weight: bold;
}
.submit {
	height: 22px;
	padding: 1px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ddd;
	border: 1px solid #999;
	background: #000;
}
.submit:hover {
	color: #fff;
	border: 1px solid #00a890;
	cursor: pointer;
}

/* * als veld verplicht is */
span.verplicht
{
	color:#C71E42;
}

/* Error melding onder invoer veld als invoer verplicht is en formulier verzonden */
div.errormsg
{
	margin-left : 155px;
	color:#C71E42;
}

