#right {
	padding-left: 0em;
	left:45.5em; 
	width: 15em; 
	margin-right: 0em;
	position: absolute; 
	top: 0em;
	float: left	;

}

#right .stelVraag {
	text-transform: uppercase;
	font-weight: bold;
                font-size: 0.4em;
                padding-left: 2.5em;
}
#right .stelVraagTekst {
	text-transform: none;
	font-weight: normal;
                font-size: 0.4em;
                padding-left: 2.5em;
}
#right .stelVraag1 {
	font-size: 0.75em;
	text-transform: uppercase;
	padding-left: 1.5em;
	font-weight: bold;
}

#right #divStelVraag {
	position:relative; 
	background-color: #cc9900;
	width:16em;
	height: 7em;
	padding-top: 1em;
}

#right .stelVraag a {
	color:             #000000;
	font-weight:       bold;
	border-width:      0; 
	cursor:            pointer;
	text-decoration: none;
	font-size: 1em;
  padding-left: 13.4em;
  margin-top: 1em;
}


#right .stelVraag a:hover {
   color: #0066cc;
   
}
#right .spanVraagNoJs {
	display: inline;
}

#right .spanVraagJs {
	display: none;
}
#right .spanVraagJs a {
	font-size:         0.75em;
	color:             #000000;
	font-weight:       bold;
	border-width:      0; 
	cursor:            pointer;
   width:				 14em;
   text-decoration: none;
   
}
#right .spanVraagJs a:hover {
   color: #0066cc;
   
}

#right .inputStelVraag {
  width: 16em;
  border: 1px solid #FFFFFF;

}

/** Home page **/
#right .opvulRight {

	margin-top: 0em;
	height: 0.6em;
	background-color: #ffffff;
}

#right .banner {
	font-size: 1em;
	width: 15em;
	height: 7.5em;
}

#right .banner img {
	width: 255px;
   height: 105px;
   margin-top: 12px;
}

#right #logos {
	margin-top: 1em;
	font-size: 0.75em;
	text-decoration: none;
}

#right #logos a {
	padding-left: 0em;
	text-decoration: none;
	font-weight: normal;
	color: #cc9900;
}

#right #logos a:hover {
	text-decoration: underline;
	color: black;
}

#right .logo {
	margin-top: 1em;
	height: 5em;
}

#right .divLogoImg {
	width: 5em;
	position: relative;	
	float: left;
	margin-right: 1em;
}
#right .divLogoImg img {
	width: 5em;
	height: 5em;
	border: none;
}
#right .divLogoText {
	position: relative;
	float: right;
	width: 13em;
	height: 5em;
	padding-top: 0.5em;
}


#right #inloggen {
  margin-top: 1em;
  background-color:#CC9900;
  width: 16em;
}
#right #inloggen #inloggen_titel{
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size:14px;
}
#right #inloggen #inloggen_item {
  padding: 15px 0 15px 1.5em;
}
#right #inloggen #inloggen_item a{
  color: #000000;
  font-size:11px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration:none;
  line-height:15px;
}
#right #inloggen #inloggen_item a:hover{
  color: #0066CC;
}