html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
	width: 100%;
	height: 100%;
	background: white;
	overflow-x: hidden;
}

h1 {
	font-size: 22px;
	color: #a7c40a;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #a7c40a;
}

h2 {
	font-style: italic;
  color: #5c5c5c;
	font-size: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	color: #5c5c5c;
}

h3 {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #a7c40a;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #a7c40a;
}
h4{
    font-size:18px;
    color:#583b71;
    font-weight:normal;
}
h5{
    font-size:14px;
    color:#583b71;
    padding:0px;
    margin:0px 0px 5px 0px;
    font-weight:normal;
}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
    font-size:11px;
    color:#5c5c5c;
    line-height:13px;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-spacing: 0px 0px;
}

.bold {
	font-weight: bold;
	width: 120px;
}

td {
	padding: 2px 2px 2px 2px;

}


#kader_experience
{
	position:absolute;
	left:0;
	top:0px;
	width:900px;
}


.breadcrump a:link ,
.breadcrump a:visited ,
.breadcrump a:hover ,
.breadcrump a:active  {
	text-decoration: none;
	color: #5a5a5a;
}

.breadcrump {
  position: relative;
  text-align: right;
	margin-top: 40px;
	margin-bottom: 10px;

}

.breadcrump_abso {
	position: absolute;
	text-align: right;
	top:300px;
	right:20px;
}

ol {
	margin: 0px 0px 15px 25px;
	padding: 0px;
}

ul {
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

hr {
	margin: 15px 0px 15px 0px;
	border: 0px;
	height: 1px;
	background-color: #bababa;
}

#sub_menu .active a,
.active a{
	color:#583b71;
	font-weight:bold;
}
#bottom_menu .active a{
	color:#583b71;
	font-weight:normal;
}
input {
	width: 120px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.goknop {
	width:46px;
	height:26px;
	background: url(/visuals/basis/goa.png) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.goknop2 {
	width:25px;
	height:20px;
	background: url(/visuals/basis/go.jpg) bottom left no-repeat;
	border: none;
    margin-left:-5px;
    margin-top:44px;
	cursor : pointer;
}

input.goknop:hover {
	width:46px;
	height:26px;
	background: url(/visuals/basis/go.png) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.submitknop {
	width:106px;
	height:26px;
	background: url(/visuals/basis/submit.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.submitknop:hover {
	width:106px;
	height:26px;
	background: url(/visuals/basis/submita.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.sendknop_en {
	width:90px;
	height:23px;
	background: url(/visuals/basis/send.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.sendknop_en:hover {
	width:90px;
	height:23px;
	background: url(/visuals/basis/senda.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.sendknop_es {
	width:90px;
	height:23px;
	background: url(/visuals/basis/send_es.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

input.sendknop_es:hover {
	width:90px;
	height:23px;
	background: url(/visuals/basis/senda_es.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}


select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

form {
	padding: 0px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.contact {
	width: 160px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 164px;
}

#center_hor {
	position: relative;
	padding: 0px;
}

/* horizontaal css menu */

#menu {
	position: absolute;
	top: 65px;
	left: 0px;
	height: 23px;
	width: 800px;
	z-index: 15;
	font-size: 13px;
}
#menu_home {
	position: absolute;
	top: 65px;
	left: 0px;
	height: 163px;
	width: 760px;
	z-index: 15;
    background:Red;
	font-size: 13px;
}


#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:left;
}

#menu ul .inactive_1,
#menu ul .active_1 {
	list-style: none;
		margin: 0px;
	float:left;
	background: none;
}

#menu ul li {
	position: relative;
	padding-left: 7px;
	width: 100%;
	margin: 0px;
	}


#menu a, #menu h2,
#menu_home a, #menu_home h2{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	display: block;
    padding-top: 2px;
	text-decoration: none;
	color: #ffffff;
}
#menu_home a:hover{

}
#menu ul .active a:link,
#menu ul .active a:visited,
#menu ul .active a:hover,
#menu ul .active a:active {
	color: #5c5c5c;
}

#menu ul .active_1 a:link,
#menu ul .active_1 a:visited,
#menu ul .active_1 a:hover,
#menu ul .active_1 a:active {
	color: #5c5c5c;
}

#menu a:hover {

}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	width: 240px;
	z-index: 0;
	background: #a7c40a;
	padding: 5px 0px 0px 0px;
		opacity: 0.85;
	filter: alpha(opacity:85);
	}

#menu ul .active ul  a:link,
#menu ul .active ul  a:visited,
#menu ul .active ul  a:active {
	color: white;
	font-family: Verdana, sans-serif;
	font-size:11px;
	margin: 0px 5px 5px 5px;
}

#menu ul ul  a:link,
#menu ul ul  a:visited,
#menu ul ul  a:active {
	color: white;
	font-family: Verdana, sans-serif;
	font-size:11px;
	margin: 0px 5px 5px 5px;
}

#menu ul ul  a:hover {
	color: #5c5c5c;
}

#menu ul .active ul  a:hover {
	color: #5c5c5c;
}

#menu ul ul ul {
	top: 0px;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
	}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}


/* normaal menu */

#main_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
}

#main_menu ul {
	list-style-type: none;
	margin: 0px;
}

#main_menu ul li {
  position: relative;
	height: 20px;
		float: left;
	padding-left: 5px;
	padding-right: 5px;
  padding-top: 5px;
	text-align: center;
	color: #5c5c5c;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:active {
	display: block;
	height: 18px;
	text-decoration: none;
	color: #5c5c5c;
}

#main_menu ul .active a:link,
#main_menu ul .active a:visited,
#main_menu ul .active a:hover,
#main_menu ul .active a:active {

}

#top {
	position: relative;
	height:86px;
    width:500px;
}

#top_home {
	position: relative;
	height:230px;
    width:500px;
}

#top1 {
	position: relative;
	background: white;
	height:21px;
	width:100%;
}

#top2{
	position: relative;
	background: #a7c40a;
	height:21px;
	width:100%;
}

#content {
	position: relative;
	width: 100%;
	min-width: 965px;

	/*background: #c4e319;
	background: #c4e319 url(/visuals/basis/back_bg.jpg) top left repeat-x;*/
}

#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

#left_column {
	position:relative;
	float:left;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:13pt;
		min-height:543px;
		width:530px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

#left_column_home {
	position:relative;
	float:left;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:13pt;
		width:530px;
	min-height:543px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

#right_column_bg_top {
	position: absolute;
	top: 0px;
	left: 570px;
	width: 389px;
	height: 273px;
	/*background: #c4e319 url('/visuals/basis/background/home.jpg') top left no-repeat;*/
}




#goexperience
{
	background: url('/visuals/basis/bg_oranje.jpg ') no-repeat scroll 0 0;

	position:absolute;
	width:190px;
	height:110px;
}
 #goexperience p
{
	padding-top:33px;
	width:190px;
	color:#fff;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#page_home #goexperience p
{
	padding-top:33px;
	width:190px;
	color:#fff;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#clickhere
{
	margin-left:30px;
	width:127px;
	height:26px;
	background: url('/visuals/basis/clickhere_oud.png ') no-repeat scroll 0 0;

}

#clickhere a
{

	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	padding-top:5px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}




#right_column_bg_top .overlay {
	width: 100%;
	height: 100%;
	background:  url('/visuals/basis/overlay_01.png') top left no-repeat;
}

#right_column_bg_bottom {
	position: absolute;
	top: 273px;
	left: 570px;
	width: 389px;
	height: 285px;
	/*background: #c4e319 url('/visuals/basis/background/home.jpg') bottom left no-repeat;*/
}

#right_column_bg_bottom .overlay {
	width: 100%;
	height: 100%;
	background:  url('/visuals/basis/overlay_02.png') top left no-repeat;
}

#right_column {
	position: relative;
	float: left;
	/*background: #c4e319;*/
	width: 378px;
	min-width: 378px;
	height: 546px;

/*
*/
}

.clear {
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear:both;
}

#bottom {
	position: relative;
	background: #a7c40a;
	height: 24px;
	width: 100%;
	min-width: 965px;
	color: #5c5c5c;
	font-family: Verdana, sans-serif;
	font-size: 11px;
    margin-top:25px;
}

#bottom1 {
	position: relative;
	background: #a7c40a;
	height: 20px;
	width: 565px;
	color: #5c5c5c;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-left:10px;
	float:left;
}

#bottom2 {
	position: relative;
	background: #a7c40a;
	height: 20px;
	width: 370px;
	color: #5c5c5c;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	float:left;
}

#language {
  position:absolute;
    top:45px;
    left:490px;
    height:20px;
    width:170px;
}

#kader_content {
	position: absolute;
	top:152px;
	width: 760px;
	height: 164px;

}

.kader_transparant {
	position: absolute;
	top: 0px;
	left: 570px;
	width: 190px;
	height: 163px;
	background:  url('/visuals/basis/kader.png') top left no-repeat;
}

.kader {
	position: relative;
	float:left;
	width: 190px;
	height: 163px;
	background: #a6c404 url(/visuals/basis/kader4.png) repeat-x scroll 0 0;
	overflow: hidden;
}

.kader_top a:link,
.kader_top a:visited,
.kader_top a:active {
	display: block;
	text-decoration: none;
	color:white;
}

.kader_top a:hover {
	display: block;
	text-decoration: underline;
}

.kader_top {
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: white;
	width: 190px;
	height: 18px;
	background: url(/visuals/basis/kader1.jpg) top left no-repeat;
	text-align:center;
}

.kader_menu{
	position: relative;
    text-align: center;
    width: 190px;
	height: 23px;
    line-height:19px;
    float:left;
    background: url(/visuals/basis/kader1.jpg) top left no-repeat;
}

.kader_menu_active{
	position: relative;
    text-align: center;
    width: 190px;
	height: 23px;
    line-height:19px;
    float:left;
    background: #f6c200;
}

.kader_menu a:hover{
    height:21px;
     background: #f6c200;
}

.kader_mid {
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	padding-top: 30px;
	padding-left: 20px;
	line-height: 14pt;
	width: 170px;
	height: 111px;
	background: url(/visuals/basis/kader3.jpg) top left no-repeat;
}
.kader_mid_home {
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	width: 180px;
	height: 131px;
    float:left;
	background: url(/visuals/basis/kader3.jpg) top left no-repeat;
}

.kader_mid_home p{
	position: relative;
	width: 160px;

}
.kader_pijl {
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 25px;
	height: 20px;
	background: url(/visuals/basis/kader2.jpg) top left no-repeat;
}

.kader_pijl a:link,
.kader_pijl a:visited,
.kader_pijla:active {
	display: block;
	height: 23px;
	width: 25px;
}

.kader_pijl a:hover {
	display: block;
	height: 23px;
	width: 25px;
	background: url(/visuals/basis/kader2_a.jpg) top left no-repeat;
}

.kader_pijl_rechts {
	position: absolute;
	bottom: 1px;
	right: 0px;
	width: 25px;
	height: 20px;
}

.kader_pijl_rechts a:link,
.kader_pijl_rechts a:visited,
.kader_pijl_rechts:active {
	display: block;
	height: 23px;
	width: 25px;
background:  url('/visuals/basis/pijl.png') top left no-repeat;
}

.kader_pijl_rechts a:hover {
	display: block;
	height: 23px;
	width: 25px;
background:  url('/visuals/basis/pijl_hover.png') top left no-repeat;
}

.kader_rechts_top {
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left:20px;
	color: white;
	width: 170px;
	height: 18px;
	background: none;
	background: url(/visuals/basis/kader1.jpg) top left no-repeat;
	/*background: url(/visuals/basis/kaderr1.jpg) top left no-repeat;*/
}

.kader_rechts_top a:link,
.kader_rechts_top a:visited,
.kader_rechts_top a:active {
	display: block;
	text-decoration: none;
	color:white;
}

.kader_rechts_top a:hover {
	display: block;
	text-decoration: underline;
}

.kader_rechts_mid {
	position: relative;
	width: 175px;
	padding-left: 15px;
	padding-top: 9px;
	height: 132px;

	height: 111px;
	padding-top: 30px;
	color: white;

	background: none;
	/*background: url(/visuals/basis/kaderr2.jpg) top left repeat;*/
}

#home {
	position: absolute;
	top: 320px;
	right: 20px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	width: 110px;


	background: #f6b000;
}

#home p {
	margin-left: 10px;
	color: black;
}

#page_home #home p {
	width: auto;
}

#home h3 {
	padding-top:10px;
	margin-left: 10px;
	color: white;
}

#home_image {
	position: relative;
	width: 110px;
	height: 120px;
	background: url(/visuals/basis/home1.jpg) top left no-repeat;
}

#home_pijl {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 25px;
	height: 19px;
	background: url(/visuals/basis/home2_a.jpg) top left no-repeat;
}

#home_pijl a:link,
#home_pijl a:visited,
#home_pijl a:hover,
#home_pijl a:active {
	display: block;
	height: 100%;
}

#home_pijl a:hover {
	display: block;
	height: 100%;
	background: url(/visuals/basis/home2.jpg) top left no-repeat;
}


.kader_rechts_mid li  {
	color: #f6c200;
}

#poll {
	position: absolute;
	bottom: 60px;
	right: 40px;
	width: 188px;
	height: 271px;
	background: url(/visuals/basis/poll.jpg) top left no-repeat;
}

ul.link {
	list-style-image: url(/visuals/basis/link.jpg);
	margin-left: 20px;
}

.linkgr a:link,
.linkgr a:visited,
.linkgr a:hover,
.linkgr a:active {
	color: #a7c40a;
	text-decoration: none;
	font-weight: bold;
}

a.link:link,
a.link:visited,
a.link:active {
	color: #a7c40a;
	text-decoration: underline;
	font-weight: bold;
}

a.link:hover {
	color: #a7c40a;
	text-decoration: none;
	font-weight: bold;
}

.reactie {
	border: 1px solid #bababa;
	padding: 10px;
	margin-top: 15px;
}

.reactie.ghosted {
	border: 1px solid #cccccc;
	color: #999999;
}

#news {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: white;
}

#news a:link,
#news a:visited,
#news a:hover,
#news a:active {
	color: white;
}

.pdf {
	display: inline;
	padding: 8px 0px 0px 20px;
	background: url('/visuals/basis/pdf.jpg') no-repeat bottom left;

}

.pdf2
{
	background:transparent url('/visuals/basis/pdf.jpg') no-repeat scroll left center;
	display:block;
	float:left;
	height:11px;
	padding:8px 0 0 30px;
	width:11px;
}
#products
{
	overflow:auto;
	height:143px;
}
#themes
{
	overflow:auto;
	height:140px;
}
#country
{
	overflow:auto;
	height:140px;
}



.link2 {
	width:11px;
	height:11px;
	float:left;
	display: block;
	padding: 8px 0px 0px 20px;
	background: url('/visuals/basis/link.jpg') no-repeat bottom left;

}

.pps {
	display: inline;
	padding: 8px 0px 0px 20px;
	background: url('/visuals/basis/pps.jpg') no-repeat bottom left;
}

.word {
	display: inline;
	padding: 8px 0px 0px 20px;
	background: url('/visuals/basis/word.jpg') no-repeat bottom left;
}

.xls {
	display: inline;
	padding: 8px 0px 0px 20px;
	background: url('/visuals/basis/xls.jpg') no-repeat bottom left;
}

.verticalShift {
	height: 135px;
}



.menu_separator {
	float:left;
	color: white;
}

.en {
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 0px 5px;
	line-height: 19px;
	background: url(/visuals/basis/1.jpg) center left no-repeat;
}

.es {
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 0px 5px;
	line-height: 19px;
	background: url(/visuals/basis/2.jpg) center left no-repeat;
}

.pt {
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 0px 5px;
	line-height: 19px;
	background: url(/visuals/basis/3.jpg) center left no-repeat;
}

.fr {
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 0px 5px;
	line-height: 19px;
	background: url(/visuals/basis/4.jpg) center left no-repeat;
}

.maindoc {
	margin: 0px 0px 20px 0px;
}

/* Enquete */

#content_enquete {
	float:right;
	width:227px;
	left:330px;
	padding:0;
	border:1px solid #f6b602;
	margin-bottom:20px;
}

#content_enquete #enquete_top {
	position:relative;
	background: url(/visuals/basis/enquete_box.jpg) center left no-repeat;
	display:block;
	width:227px;
	height:21px;
	margin:0;
	padding:0;
}
#content_enquete #enquete_top h2 {
	color:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding:2px 0 0 14px;
	font-weight: bold;
	font-style:normal;
	margin:0;
}

#content_enquete #enquete_main {
	width:213px;
	padding: 0 0 0 14px;
	margin:0;
}

#content_enquete #enquete_main p{
	width:213px;
	padding:0 0 5px 0;
	margin:0;
	color:#5c5c5c;
	line-height:13px;
}


#content_enquete #enquete_main #enquete_formulier p{
	width:213px;
	padding:5px 0 0 0;
	margin:0;
	color:#5c5c5c;
	line-height:13px;
}

#content_enquete #enquete_main #enquete_formulier p input {
	width: 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin:2px 3px 0 0;
}

#content_enquete #enquete_main #enquete_formulier p textarea {
	padding:0;
	margin:1px 0 5px 13px;
	width:160px;
	height:30px;
	color:#5c5c5c;
	border:1px solid #c9c8c8;
	line-height:13px;
}

#char {
	border:0px solid;
	padding: 0 0 0 5px;
	margin:0;
	background-color:#FFF;
	width:20px;
}

#content_enquete #enquete_main #enquete_formulier hr {
	margin: 0px 14px 0 0;
	border: 0px;
	height: 1px;
	background-color: #f6b602;
	padding:0;
}

#content_enquete #enquete_main #enquete_formulier p input.goknop {
	margin:0 0 5px 100px;
	padding: 0 0 5px 0;
	width:106px;
	height:26px;
	background: url(/visuals/basis/submit.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}

#content_enquete #enquete_main #enquete_formulier p input.goknop:hover {
	margin:0 0 5px 100px;
	padding: 0 0 5px 0;
	width:106px;
	height:26px;
	background: url(/visuals/basis/submita.jpg) center left no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
}


.upload_pdf label
{
	clear:left;
	float:left;
	width:150px;
	padding:5px;
}
.upload_pdf input,select
{
	float:left;
	margin:5px;

}
#searchknop
{
	position:absolute;
	left:570px;
	top:-3px;
	margin:0;
	padding:0;
    width:189px;
    height:70px;
	margin-top:2px;
    background:white;
	text-align:center;
}

#searchknop form
{
	margin:0;
	padding:0;
	height:10px;
}


.searchitem
{
	color:#f9be00;
	margin-bottom:0;
	margin-top:0;
}
.searchitem li.selected
{
	color:#5b5861;
	font-weight:bold;
}


.searchitem a,
.searchitem a:active,
.searchitem a:link,
.searchitem a:visited,
.searchitem a:hover
{
	color:#fff;
	text-decoration: none;
}

.pdfitem
{
	height:25px;
	display:block;
	margin:5px;
}

.pdfitem a
{
	vertical-align:top;

}

.error
{
	font-size:15px;
	color:red;
	font-weight:bold;
	padding:15px;
}
#bottom_menu {
    position:absolute;
    top:48px;
    width:490px;

    text-align:right;
}
#bottom_menu a{
	color:#a7c40a;
	text-decoration:none;
}

.blog_home_right a{
	color:#a7c40a;
	text-decoration:none;
}
#send_friend_en{
    position:Absolute;
    top:0px;
    left:45px;
    height:41px;
    width:101px;
    background: url(/visuals/basis/saf.jpg) top left no-repeat;
}
#send_friend_es{
    position:Absolute;
    top:0px;
    left:45px;
    height:41px;
    width:101px;
    background: url(/visuals/basis/saf_es.jpg) top left no-repeat;
}
#send_friend_en a,
#send_friend_es a{
    display:block;
    height:100%;
}

#logo{
    position:absolute;
    top:2px;
    left:3px;
    height:58px;
    width:185px;
       background: url(/visuals/basis/progresonetwork_logo.jpg) top left no-repeat;
}

#send_popup{
    position:Absolute;
    display:none;
    top:150px;
    left: 200px;
    height:475px;
    width:460px;
    padding:10px;
    background:white;
    border:1px solid #a3a3a3;
}
#sub_menu_space{
    position:relative;
    height:50px;

}
#sub_menu{
    position:absolute;
    top:0px;
    left:0px;
    width:570px;
    padding-top:10px;
}
#sub_menu a{
    color:#a7c40a;
    font-size:12px;
    float:left;
    width:100px;
    text-align:center;
    border-right:1px solid #a7c40a;
    text-decoration:none;
    height:40px;
}

#sub_menu a:hover{
	color:#583b71;
	font-weight:bold;
}
#bottom_menu a:hover{
	color:#583b71;
	font-weight:normal;
}
.blog_home{
    position:relative;
    width:560px;
    display:block;

}
.blog_home_left{
    position:relative;
    width:170px;
    float:left;
	padding-right:10px;
}
.blog_home_right{
    position:relative;
    width:350px;
    float:left;
}
#cat_title{
    position:relative;
}

#navigatie{
    position:relative;
    height:30px;
    width:530px;
}
#volgende{
    position:relative;
    float:right;
}
#vorige{
    position:relative;
    float:left;
}
