@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#333333;
}

.container {
	width:1000px;
	margin: 70px auto;
	border:1px solid #000000;
}

.header {
	width:1000px;
	height:101px;
	background:url('../images/top_logo_arbo_nederland.png') no-repeat left top;
}


.header .left {
	width:600px;
	height:101px;
	float:left;
	text-align:right;
}

.footer {
	width:1000px;
	height:81px;
	background:url('../images/bottom_arbo_nl_bot.png');
	border-top:10px solid #BB9C53;
}

.footer .left {
	width:600px;
	height:91px;;
	float:left;
	text-align:right;
	padding-top:12px;
}

.footer .right {
	width:180px;
	height:91px;
	float:right;
	color:#ffffff;
	font-size:10px;
	text-align:left;
	font-weight:bold;
	padding-top:9px;
}

.menubalk {
	/*height:451px;*/
	width:200px;
	float:left;
	background:#FFFFFF;
}

.content {
	/*height:451px;*/
	width:800px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;
	padding:0px 10px 10px 10px;
	margin:0px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	padding:5px 10px 10px 10px;
	margin:0px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 10px 10px;
	margin:0px;
}

h3 {
	font-size:10px;
	padding:10px 10px 10px 10px;
	margin:0px;
	font-weight:normal;
	color:#FF0000;
}

.content_left {
	height:451px;
	width:399px;
	background:#FFFFFF;
	overflow:auto;
	float:left;	
	border-right:1px solid #134E89;
}

.content_right {
	height:451px;
	width:400px;
	background:#FFFFFF;
	float:right;
}

.content_big {
	height:451px;
	width:800px;
	background:#FFFFFF;
	overflow:auto;
}

.cursus_aanbod {
	height:451px;
	width:800px;
	background:#FFFFFF;
	overflow:auto;
	text-align:center;
}

.menu {
	width:200px;
	float:left;
	border:none;
	background-color:#FFFFFF;
}

.menu_plaatje {
	height:40px;
	width:140px;
	margin-left:20px;
	background:url('../images/top_logo_arbo_nl_bot.png') no-repeat left top;
}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menu li{
	display:block;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	cursor:pointer;
	font-size:12px;
	height: 20px;
	padding:5px 5px 11px 5px;
	letter-spacing:2px;
	background:#BB9C53;
}
.menu_item {
	text-align:center;
}
.menu_item a{


	font-size:12px;
		color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;

}
.menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.menu li:hover{
	background:#A88942;
}

.submenu {
	width:200px;
	border:none;
}

.submenu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.submenu li{
	font-size:12px;
	display:block;
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	cursor:pointer;
	height: 20px;
	padding:5px 5px 11px 5px;
	letter-spacing:0px;
	background:#134E89;
}

.submenu a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.submenu li:hover{
	background:#0E3A67;
}

.clear {
	clear:both;
}

.formfield {
	padding-left:10px;
}

.formfield td {
	height:20px;
	font-size:12px;
}

.formfield input {
	width:180px;
	height:13px;
	border:1px solid #000000;
	font-size:11px;
}

.formfield .verzenden {
	height:22px;
	width:182px;
	border:1px solid #000000;
}

/* IE8 Only */
.formfield .verzenden {
	width /*\**/:184px\9;
}

.formfield textarea {
	width:180px;
	border:1px solid #000000;
	margin-bottom:3px;
	font-size:11px;
}

.formfield span {
	color:#FF0000;
	font-size:16px;
}

.editbutton {
	position:absolute;
	width:375px;
	text-align:right;
	padding:5px;
}

.ref_table {
	padding:5px;
	width:780px;
}

.ref_table td {
	font-weight:bold;
	font-size:12px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
}
