@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin: 0px;
}
#topbar_wrapper {
	height: 28px;
}
#topbar_subwrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 100%;
	z-index: 1000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(http://www.fra-pant.nl/images/sidebar/topmenu_verloop.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#topbar_subwrapper #topbar_stage {
	padding-top: 0px;
	padding-right: 120px;
	padding-bottom: 0px;
	padding-left: 25px;
	/*display: none;*/
	font-size: 11px;
	line-height: normal;
	color: #FFF;
	overflow: hidden;
}
#topbar_stage img {
	margin-top: 0px;
}
.portal_tour {
	position: absolute;
	top: 1px;
	padding: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.portal_tour {
	right: 20px;
	background-image: url(/images/sidebar/fiom_top_tour3.png);
	width: 100px;
}
.portals {
	padding-top: 6px;
}
.portal {
	display: inline;
	max-width: 300px;
	float: left;
	padding-right: 15px;
	padding-bottom: 3px;
}
.TopSiteTitle a {
	color: #FFF;
	display: block;
	margin-bottom: 5px;
}
.TopSiteDescription {
	display: none;
	color: #FFF;
	font-size: 0.9em;
	line-height: 0.9em;
}
.TopSiteDescription a {
	color: #FFF;
	text-decoration: none;
}