@charset "utf-8";
/* CSS Document */



/*-------------------------------------------------------------------------------------*/
/*NEWSLETTER  ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#newsLetter {
 padding-left: 21px;
 padding-top:10px;
 padding-bottom:10px;
 background-color:#caebfb;

}
#newsLetter h4 {
 font-size:11px;
 color:#000099;
}

#newsLetter  #newsletterForm { min-height:50px; height:auto;}

#newsLetter #newsletterForm #mailadres {
	background-image:url(../../images/site/newsLetterBalk.png);
	background-position:top left;
	width:152px;
	height:18px;
	border:1px solid #caebfb;
	background-repeat:no-repeat;
	padding:0; margin:0px;
	padding-left:3px;
	padding-top:5px;
	display:inline;
	font-size:1em;
}

#newsLetter #rssLink a {
	text-decoration:none;
}
#newsLetter #rssLink a:hover {
	text-decoration:underline;
}

#newsLetter #outputNewsLetter {clear:right; color:black;display:none;}
#outputNewsLetter #outPutNewsLetterContent {width:160px; height:35px;display:inline;float:left;}
#backNlButton {margin-left:5px; margin-top:5px;}

