img {
   behavior: url("http://www.robecoweb.nl/connect/plugin/pngbehavior.htc");
}
/* templates/robeco/style.css  */
/******************************************************/
/* Theme by Carl Galloway                             */
/* http://www.carlgalloway.com                        */
/* This is a structured and commented version         */
/* of the serendipity blog default theme.             */
/*                                                    */
/* Styles have been organised into the following      */
/* groups; general, header, footer, entry, comments   */
/* commentform, sidebar, calendar, image media, and   */
/* plugins.                                           */
/*                                                    */
/* My comments are inside the /*  */, these can       */
/* safely be deleted if you do not require them.      */
/******************************************************/

/********* General Styles  *********/

body {
	font-size: 11px;
	font-family: Verdana;
}

 /* used in entry/sidebar titles */
h5, h4, h3	{
	margin: 0; }

/* the input boxes used in forms */
input, textarea, select {
	font-size: 11px; }

/* all table headers and rows */
th, td {
	font-size: 11px; }

/* style for lists */
li {
	list-style-position: inside; }

/* style for blockquotes inserted into posts */
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #2a5a8a; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #7e7e7e;
	text-decoration: none;
	cursor: hand;
	}

/* change link color to dark blue and underline when hovered over */
a:hover {
	text-decoration: underline; }

/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

/* warning messages from s9y */
.serendipity_msg_important {
	color: red; }

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
	color: green; }

/* style to temporarily change something to grey */
.grey {
	color:#999; }

/********* End of General Styles *********/




/********* Structural Styles *********/

/* preset styles for entire blog unless overruled elsewhere, page footer is here as well */
body {
	direction: ltr;
	font-size: 0.9em;
	background-color: #f7f5f5;
	margin: 0;
	padding:0;
	font-family: verdana, arial, sans-serif; }

/* wrapper for page */
#wrap {
	width:874px;
	margin:0 auto;
}

/* container for head */
#head {
	margin: auto;
	width: 100%;
	background: url(templates/robeco/img/head_bg.gif) repeat-x;
	}
	
#head div#headcon {
	position: relative;
	width: 874px;
	margin-left: auto;
	margin-right: auto;
    height: 82px;
}

#head div#headcon div#logo {
	height: 82px;
	width: 190px;
	float: left;
	padding: 0 0 0 30px;
    font-size: 0;
}
	
#head div#headcon div#logo img{
	border: 0px;
	margin: 0;
	padding: 0;
}
	
#head div#headcon div#menu {
	height: 24px; /*82-58*/
	width: 385px;
	float: left;
	padding: 58px 20px 0 0;
    color: #979997;
    text-align: right;
}

#head div#menu a{
	font-size: 11px;
	color: #979997;
	}
	
#head div#menu a:hover{
	color: #00a2bd;
	text-decoration: none;
	}
	
/* bluebar */
#bluebar {
	width: 874px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 55px;
    height: 25px;
	/*background: url(templates/robeco/img/connect.gif) no-repeat 30px 6px;*/
	float: top;
	clear: left;
    font-size: 17px;
    color: #ffffff;
    line-height: 23px;
}
    
/* container for content and sidebar */
#mainpane {
	border-right:1px solid #e6dfde;
	border-left:1px solid #e6dfde;
	margin: 0 auto;
	width: 100%;
	border-top: 0px;
	background-color: #FFFFFF;
	border-collapse: collapse;}

/* container for entries column */
#content {
	padding: 20px 26px 10px 26px;
	margin: 0px 10px 10px 10px;
	width: auto; }

/* container for right sidebar */
#serendipityRightSideBar {
	width: 210px;
	/*width: 230px;*/
	padding: 12px 19px 0 19px;
	/*padding: 12px 10px 0 10px;*/
	margin:0;
	vertical-align: top; 
	background: #f8f9fa;}

/* container for left sidebar */
#serendipityLeftSideBar {
	width: 170px;
	padding:0 10px 0 1px;
	margin:0;
	vertical-align: top; }


div#footer {
	height: 90px;
	background-image: url('templates/robeco/img/footer-dots-bg.gif');
	background-repeat: repeat-x;
	margin-top: 27px;
	zoom:1;
	overflow:hidden;
}
div#footer div#servicemenu {
	margin:14px 0 0 50px;
}
div#footer a{
	color: rgb(140, 140, 140); 
	font-family:Verdana,Geneva,Arial,Helvetica,Sans-serif;
	text-decoration: none;
}
div#footer a.robecodirect {
	font-weight:bold;
}
div#footer p{
	margin-left: 39px;
}

/********* End of Structural Styles *********/




/********* Header/Banner Styles *********/

/* the big link in the banner, blog name/entry title */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {
	color: #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	padding-left:15px;
	padding-top: 20px;
	margin: 0px;
	text-decoration: none; }

/* the smaller link in the banner, blog description */
a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2 {
	color: #fff;
	padding-left: 15px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none; }

/********* End of Header/Banner Styles *********/




/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#c5c2c5;
	/*text-transform:uppercase;*/
	font-size: 7pt;
	font-weight:normal;
	line-height: 1.5; }

/* make footer links blue, no underline */
#footer a {
	color:#c5c2c5;
	text-decoration:none; }

/* underline footer links when hovered over */
#footer a:hover {
	text-decoration:underline; }

/********* End of Footer Styles *********/





/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font-family: Verdana;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0 0 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	line-height:0.85em;
	color: #999;
	margin:10px 0 0 0;
	text-transform:lowercase;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #ddd;
	padding: 10px 12px 0 0; 
    display: none;}

/* entry title */
.serendipity_title {
	font-size: 23px;
h4
	font-weight: normal;
	margin: 0 0 14px 0;
	color: #57aec6; }

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding:0;
	color: #235587; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #57aec6; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	color: #230e01; }

/* additional styles used for entry text */
.serendipity_entry p {
	margin-top: 0px;
	padding-bottom: 0px; }

/* style for extended body */
.serendipity_entry_extended {
	margin-top:20px; }

.continue_reading a ,
.continue_reading a:hover,
.continue_reading a :visited{
    background-image: url(templates/robeco/img/readmore.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 0 3px !important;
    padding-left: 10px;
    font-weight: bold !important;
    color: #3b3b3b;
}
    
.entry_info {
	height: 24px;
	background-color: #eff5f5;
    margin: 18px 0 8px 0;
	padding: 0 10px 0 10px;
	color: #64939d;
    font-size: 10px;
    line-height: 24px;
    overflow: hidden;
}

.entry_info a{
	color: #64939d;
}

.entry_info img {
	vertical-align: middle;
	margin: 1px 0 0 0;
}	

.entry_border {
    display: block;
    height: 2px;
    background-image: url(templates/robeco/img/headitem_border.gif);
    background-repeat: repeat-x;
    margin: 0 0 12px 0;
}

.serendipity_entry_body	{
	line-height: 18px;
	color: #3b3b3b;
	padding: 0;
}

/* prevent styling of the extended placeholder, otherwise the background image is visible */
#extended {
	background:none;
	display:none; }

/* the meta box that includes links to comments, trackbacks etc */
div.serendipity_entryFooter {
	margin: 0 0 10px 10px;
	width:170px;
	float:right;
	border:1px solid #ddecfb;
	background-color:#f6f8fb;
	font-size: 0.8em;
	color: #000000;
	padding-bottom: 4px; }

/* style for links within the page footer */
div.serendipity_entryFooter a {
	font-weight:bolder; }

/* style for hovered over links within page footer */
div.serendipity_entryFooter a:hover {
	color: #e37235;
	text-decoration:none; }

/* styles for category icon if used */
img.serendipity_entryIcon {
	float: right;
	border: 0px;
	margin-top:1px; }

/* styling the continue reading byline, needed to stop firefox making the link 100% wide */
.continue_reading {
	display:block;
	margin-top:10px;
	clear:left; }

/* styling the continue reading byline link */
.continue_reading a {
	font-weight:normal;
	background:none; }

/* styling the continue reading byline when hovered over */
.continue_reading a:hover {
	color: #5f90ba;
	background:none;
	text-decoration: underline; }

/* not used, but allows additional style to show author's posts in multi-author blogs */
.serendipity_entry_author_self {
	}

/* styles for the next/previous links above footer, includes start page and archives links */
.serendipity_pageFooter {
	clear:both;
	margin-top:10px; }

/* container for summary listings in archives */
.archive_summary {
	clear:both;
	margin:15px 0 0 10px;
	font-size:0.9em;}

/* style for entry title in summary archives overview */
.archive_summary_title {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; padding:0; }

/********* End of Entry Styles *********/




/********* Comment Styles *********/

/* container for all comments, not styled separately in default theme */
.serendipity_comments {
	}
.serendipity_commentBody a{
	color: #fb9729;
}
	
/* comments, trackbacks and commentform titles */
.serendipity_commentsTitle {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	color: #336d9f;
	clear:left; }

/* container for individual comments */
.serendipity_comment {
	padding: 3px; }

/* style for comment author, date commented etc */
.serendipity_comment_source {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px; }

/* style for comment author if logged in */
.serendipity_comment_author_self {
	border-top:3px solid #e37235;
	border-bottom:3px solid #e37235; }

/* style for even numbered comments*/
.comment_evenbox {
	margin:0 0 20px 0;
	border-top:1px solid #5f90ba;
	border-bottom:1px solid #5f90ba;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
	margin:0 0 20px 0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:18px; }

/********* End of Comment Styles *********/



/********* Comment Form *********/

/* container style for entire comment form */
.serendipity_commentForm {
	font-size: 13px;
	color: #404040;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF; }

/* style for name, email etc fields in comments form */
td.serendipity_commentsLabel {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top; }

/* styles for input boxes in comments form */
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	font-size: 12px;
	padding: 2px; }

/********* End of Comment Form *********/




/********* Sidebar Styles *********/

/* container style for individual sidebar blocks */
div.serendipitySideBarContent {
	padding: 0;
	font-size: 11px;
	font-weight:normal; }

/* style for each sidebar title */
.serendipitySideBarTitle {
	line-height:0.85em;
	color: #6b6b6b;
	margin:10px 0 4px 0;
	display:block;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
	padding: 0px 0 5px 0; }

/* style for the powered by sidebar entry */
div.serendipityPlug img {
	padding-left:5px; }

/* style for the powered by link */
div.serendipityPlug a {
	text-decoration: none;
	border: 0px; }

/* style for input and select drop downs in sidebar */
.serendipitySideBarContent input, .serendipitySideBarContent select {
	width:150px; }

/* style for side bar date eg recent entries plugin */
.serendipitySideBarDate {
	line-height:0.9em; }

.serendipitySideBarItem img{
	margin-bottom: 0px;
}

.serendipitySideBarItem {
	margin:	0 0 29px 0;
	padding: 0;
}

#serendipityQuickSearchTermField {
	vertical-align: bottom;
	height: 15px;
    border: 1px solid #147586;
}

#submitbttn {
	vertical-align: bottom;
	height: 17px;
	width: 48px;
	* margin-bottom: 1px; /*dirty css hack for IE*/
}

.quicksearch_submit {
    margin-top: 10px;
    background-color: #00a2bd;
    color: #ffffff;
    border: 1px solid #147586;
    width: auto !important;
}

.serendipitySideBarContent ul#serendipity_categories_list li a {
    line-height: 22px;
    display: block;
}

.serendipitySideBarContent ul#serendipity_categories_list li a:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #00a2bd;
}

/********* End of Sidebar Styles *********/




/********* Calendar Styles *********/

/* style for entire table in calendar plugin */
table.serendipity_calendar {
border-collapse:collapse;
font-size:11px;
}

/* container style for calendar table rows */
table.serendipity_calendar td {
	text-align:center;
	padding: 3px; }
	
	table.serendipity_calendar td.serendipity_calendarHeaderLeft {
	text-align:left;
	padding: 0px; }

	table.serendipity_calendar td.serendipity_calendarHeaderRight {
	text-align:right;
	padding: 0px; }
	
/* style for calendar date links */
table.serendipity_calendar a {
	font-weight: bold;
	text-decoration:none; }

/* style for calendar links when hovered over */
table.serendipity_calendar a:hover {
	text-decoration: underline; }

/* style for calender header row */
td.serendipity_calendarHeader {
padding:5px 0pt;
font-size: 11px;
}

/* styles for month name and arrows in calendar */
td.serendipity_calendarHeader b a {
color:#7D7D7D;
font-weight:normal;
text-decoration:none;
}

/* style for calendar weekday names */
td.serendipity_weekDayName {
     	font-size:95%!important;
	font-size:90%;
	font-weight:575;
	color:#fff;
	background:#5f90ba; }

/* style for calendar day rows */
td.serendipity_calendarDay {
	color:#888;
	font-size:90%; }

/* separate style for today's date */
td.Today {color: #444; text-decoration: overline; }

/* styles for calendar days rows */
.row1 {background: #ddecfb; }
.row2 {background: #e2eefb; }
.row3 {background: #e7f1fb; }
.row4 {background: #ecf3fb; }
.row5 {background: #f1f6fb; }
.row6 {background: #f6f8fb; }

td.serendipity_weekDayName {
background-color:#F4F4F4;
border:1px solid #CFCFCF;
color:#A6A6A6;
}
tr.serendipity_calendar td {
background-color:#EAEAEA;
border:1px solid #CFCFCF;
color:#BCBCBC;
text-align:center;
}
tr.serendipity_calendar td.Today {
background-color:#f39228;
border:1px solid #FFFFFF;
color:#000000;
display:block;
text-decoration:none;
}
tr.serendipity_calendar td.Active a {
color:#757575;
display:block;
text-decoration:underline !important;
width:90%;
}
tr.serendipity_calendar td a:hover {
text-decoration:underline;
}

/********* End of Calendar Styles *********/





/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	margin: 3px;
	padding: 3px;
	text-align: center; }

/* style to center image and text within entry */
.serendipity_imageComment_center {
	margin: auto; }

/* style to left align image and text within entry */
.serendipity_imageComment_left {
	float: left; }

/* style to right align image and text within entry */
.serendipity_imageComment_right {
	float: right; }

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	border:none;
	text-align: center; }

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
	border-top: 1px solid #DDDDDD;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center; }

/********* End of Media Manager Styles *********/





/********* Plugin Styles *********/

/* container for search results, static page navigation and s9y no entries message */
.serendipity_search, .staticpage_navigation, .serendipity_overview_noentries {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	clear:both; }

/* style for input box for quicksearch */
#serendipityQuickSearchTermField {
	width:70%;
	margin-top:10px!important;
	margin:0;
	padding:0;
	border: 1px solid #036e80;}

/* style for the seearch term and number of results using quicksearch */
.searchterm, .searchresults {color:#235587;font-weight:bold; }

/* style for freetag items above entries */
.serendipity_freetag_taglist {
	margin:10px 0 20px 0;
	padding:15px;
	font-size: 80%;
	color:#505050;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	line-height:1.5em;
	text-align: justify; }

/* container for freetag plugin in entry footer */
.serendipity_freeTag {
	margin-top:10px;}

/* style for the rss feed image in freetag plugin */
img.serendipity_freeTag_xmlButton {
	border:none;
	padding-left:2px; }

/* container for karma vote plugin */
.serendipity_karmaVoting {
	margin-top: 10px; }

/* allows additional styling for top exits text in karma plugin */
.serendipity_karmaVoting_exits {
	}

/* style for number of top exits in karma plugin */
.serendipity_karmaVoting_exits_num {
	}

/* style for karma plugin 'Karma for this article:' and vote links */
.serendipity_karmaVoting_text {}

/* style for vote links in karma plugin */
.serendipity_karmaVoting_links {
	display:block;
	clear:left; }

/* style for karma plugin text and vote line */
.serendipity_karmaVoting_current, .serendipity_karmaVoting_visits {}

/* style for the separator '|' in the karma plugin top exits */
.serendipity_karmaVoting_exits_sep, .serendipity_karmaVoting br {
	display:none; }

/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
	color:#333; }

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
	line-height:0.5em; }

/* container for individual comment within sidebar */
.plugin_comment_wrap {
	display:block;
	margin: 0 0 12px 0;
	line-height: 14px;
	}

.plugin_comment_wrap a.highlight {
	color: #57aec6;
	font-weight: bold;
	}

.plugin_comment_date {
	color: #a6a6a6;
    font-size: 10px;
}

.plugin_comment_author {
	color: #a6a6a6;
    font-size: 10px;
}

.serendipity_xml_icon {
	vertical-align: middle;
}

/* style for comment body within sidebar */
.plugin_comment_body {
	color: #6b6b6b;
	font-style:normal;
    display: block;
    margin-top: 4px;}

/********* End Plugin Styles *********/

.container_serendipity_categories_plugin {
	background: url(templates/robeco/img/categorie.gif) no-repeat;
	padding: 27px 0 0 0;
}

.container_serendipity_plugin_comments {
	background: url(templates/robeco/img/laatste%20reacties.gif) no-repeat;
	padding: 27px 0 0 0;
}

.container_serendipity_plugin_recententries {
	background: url(templates/robeco/img/laatste%20berichten.gif) no-repeat;
	padding: 27px 0 0 0;
}

.container_serendipity_plugin_recententries .serendipitySideBarContent a {
    color:#57AEC6;
    font-weight:bold;
}

.container_serendipity_plugin_recententries .serendipitySideBarContent .serendipitySideBarDate {
    color:#A6A6A6;
    font-size:10px;
}

.container_serendipity_syndication_plugin {
	background: url(templates/robeco/img/feeds.gif) no-repeat;
	padding: 27px 0 0 0;
}

.container_serendipity_plugin_pollbox {
    background: url(templates/robeco/img/poll.gif) no-repeat;
	padding: 27px 0 0 0;
    line-height: 16px;
}

.polltitle {
    color: #57aec6;
}

#serendipity_poll_showform table {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    border-collapse: collapse;
}

#serendipity_poll_showform td {
    color: #7e7e7e;
}

#serendipity_poll_showform td.pollitem {
    width: 24px;
}

.polltotal {
    height: 26px;
    line-height: 26px;
    color: #64939d;
    background-color: #edf2f3;
    padding-left: 10px;
    margin-top: 15px;
}

td.percentagebar {
    width: 170px;
    background-image: url(templates/robeco/img/percentagebar.gif);
    background-repeat: no-repeat;    
}

td.percentagebar,
td.percentage {
    padding-bottom: 10px;
}

td.percentage {
    text-align: right;
    line-height: 11px;
}

/********* Exclusive Styles For Frontpage  *********/

/** Headitem **/
div#headItem {
    background-image: url(templates/robeco/img/headitem_border.gif);
    padding: 5px;
    margin: 0 -7px 20px -7px;
}

div#innerheadItem {
    background-color: #ffffff;
    padding: 4px;
    padding-bottom: 7px;
    font-size: 11px;
    line-height: 18px;
}

div#innerheadItem  h4.serendipity_title{
    line-height: 24px !important;
}

div#innerheadItem a.readmore{
    background-image: url(templates/robeco/img/link_readmore.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
    padding-left: 13px;
    display: block;
    font-weight: bold;
    color: #3b3b3b;
}

div#innerheadItem div.entry_info{
    margin-bottom: 0;
}

div#innerheadItemBottom {
    background-image: url(templates/robeco/img/headitem_border.gif);
    margin: 0 40px 0 -10px;
    padding: 0 5px 0 5px;
    height: 2px;
    width: 100%;
    margin-bottom: 20px
}

/** Subhead items **/

h5.serendipity_title a:link,
h5.serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #4a4949;
}

h5.serendipity_title a:hover {
	color: #00a2bd;
}

div#subheadItem{
    margin-left: 3px;
    margin-right: 3px;
}

div#subheadItem h5{
    font-size: 18px;
    line-height: 24px;
}

div#subheadItem a.readmore{
    background-image: url(templates/robeco/img/link_readmore.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
    padding-left: 13px;
    display: block;
    font-weight: bold;
    color: #3b3b3b;
}

div#subheadItem div#subheadItemLeft{
    float: left;
    width: 264px;
}

div#subheadItem div#subheadItemRight{
    float: right;
    width: 264px;
}

div.subheadItem{
    background-image: url(templates/robeco/img/headitem_border.gif);
    background-position: left bottom;
    padding-bottom: 5px;
    margin-bottom: 20px;
    overflow: auto;
}

div.innersubheadItem{
    background-color: #ffffff;
    margin-bottom: 2px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
    overflow: hidden;
}

div#subheadItem div.entry_info{
    margin-bottom: 0;
    height: auto;
    line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/** Other News **/
div#otherNews {
    float: left;
    background-image: url(templates/robeco/img/overig_nieuws.gif);
    background-repeat: no-repeat;
    padding-top: 32px;
    margin-top: 15px;
    width: 565px;
}

div#otherNews ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

div#otherNews ul li{
    display: block;
    background-color: #f8f9fa;
    height: 24px;
    margin-bottom: 2px;
    line-height: 24px;
    font-size: 11px;
}

div#otherNews ul li a{
    background-image: url(templates/robeco/img/li_more_news.gif);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    padding-left: 23px;
    display: block;
    color: #626262;
}

div#otherNews ul li a:hover{
    background-color: #00a2bd;
    background-image: url(templates/robeco/img/li_more_news_over.gif);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    color: #ffffff;
    text-decoration: none;
}




/* randommessage addition */
ul#randommessage {
	padding: 0;
	margin: 0;
	list-style: none;

	position: absolute;
	top: 0;
	left: 640px;
}
ul#randommessage li {
	position: absolute;
	color: #543e2a;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	width: 194px;
	height: 53px;
	padding: 10px;
	background-image: url(/connect/templates/robeco/img/slidebg.gif);
}
ul#randommessage a {
	display: block;
	margin-top: 4px;
	color: #f66200;
	font-weight: bold;
	text-decoration: none;
}
ul#randommessage a:hover {
	text-decoration: underline;
}