@charset "UTF-8";

/* *********************************************************************************************************** */
/* ******RESET*********************RESET*********************RESET******************************************** */
/* *********************************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* *********************************************************************************************************** */
/* ******APPLICATION*********************APPLICATION*********************APPLICATION**************************** */
/* *********************************************************************************************************** */

body {
	font-family: Arial;
	font-size: 12px;
	color: #112D42;
	text-align:center;
	background: #fff;
	padding:0;
	margin:0;
	
}

html {
	overflow: auto;
	padding:0;
	margin:0;
}

strong {
	font-weight: bold;
	font-size: 12px;
}

.clear {clear:both}

/* *********************************************************************************************************** */
/* ******ROOT**************************ROOT*********************ROOT**************************************** */
/* *********************************************************************************************************** */

.contactpage {
	background:#FFD300 url("../images/layout/bg.jpg") no-repeat center top;
}

div#rootContainer {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/* *********************************************************************************************************** */
/* ******TOP***************************TOP***********************TOP****************************************** */
/* *********************************************************************************************************** */

div#topHeader {
	width:662px;
	height:32px;
	position:absolute;
	top:0;
	z-index:99;
	float:left;
	margin-left:338px;
}

div#headerLogo {
	width:338px;
	background: url("../images/layout/TOP_logo-left.png") no-repeat top left;
	float:left;
	position:absolute;
	cursor:pointer;
	height:57px;
	z-index:99;
}

div#topHeader div#headerMenu {
	height:32px;
	width:647px;
	background: url("../images/layout/TOP_bg_fill.png") repeat-x;
	float:left;
}

div#topHeader div#headerMenu ul#menuItems{
	list-style:none;
	height:31px;
	padding-bottom:1px;
	line-height:29px;
	float: right;
}

div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu{
	position: absolute;
	width:auto;
	list-style: none;
	left: -999em;
	margin-top:-2px;
	float:none;	
}
div#topHeader div#headerMenu ul#menuItems li:hover ul.subTopMenu,
div#topHeader div#headerMenu ul#menuItems li.sfhover ul.subTopMenu,
div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu:hover,
div#topHeader div#headerMenu ul#menuItems li ul.sfhover {
	left:auto;
	float:none;	
}
div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu li{
	float:none;	
	list-style: none;
	left: auto;
	height:25px;
	width:100%;
	text-align:left;
	padding-top:1px;
}

div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu li div.subItemCornerL{
	background:url(../images/subMENU_left_corner.png) no-repeat;
	width:5px;
	height:25px;
	float:left;
}

div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu li div.subItemText{
	background:white;
	width:auto;
	height:25px;
	float:left;
	line-height:25px;
	padding:0 5px 0 5px;
	
}
div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu li:hover div.subItemText a {
	color:#15ABDB;
}
	
div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu li div.subItemText a {
	color:#9ed500;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

div#topHeader div#headerMenu ul#menuItems li ul.subTopMenu li div.subItemCornerR{
	background:url(../images/subMENU_right_corner.png) no-repeat;
	width:5px;
	height:25px;
	float:left;
}

div#topHeader div#headerMenu ul#menuItems li{
	margin-left:1px;
	float:left;
	height:31px;
	line-height:29px;
	font-size:11px;
	color:#fff;
	text-align:left;
	text-transform: uppercase;
	font-family:Arial;
	cursor:pointer;
}

div#topHeader div#headerMenu ul#menuItems li div.itemCornerL{
	background:none;
	width:6px;
	height:31px;
	float:left;
}

div#topHeader div#headerMenu ul#menuItems li div.itemText{
	background:none;
	height:31px;
	line-height:29px;
	float:left;
	padding:0 4px 0 4px;
	text-align:center;
}
div#topHeader div#headerMenu ul#menuItems li div.itemText div.boldText{
	font-weight:bold;
	margin-top:-30px;
	visibility:hidden;
}
div#topHeader div#headerMenu ul#menuItems li div.itemText a{
	height:29px;	
	text-decoration:none;
	color:white;
	text-transform: uppercase;
	text-align:center;
}

div#topHeader div#headerMenu ul#menuItems li div.itemCornerR{
	background:none;
	width:6px;
	height:31px;
	float:left;
}

div#topHeader div#headerMenu ul#menuItems li:hover div.itemCornerL,
div#topHeader div#headerMenu ul#menuItems li.active div.itemCornerL{
	background: url("../images/layout/MENU_hv_left_corner.png") no-repeat top left;
}

div#topHeader div#headerMenu ul#menuItems li:hover div.itemText,
div#topHeader div#headerMenu ul#menuItems li.active div.itemText{
	background: url("../images/layout/MENU_hv_fill_bg.png") repeat-x top;
	font-weight:bold;
}

div#topHeader div#headerMenu ul#menuItems li:hover div.itemCornerR,
div#topHeader div#headerMenu ul#menuItems li.active div.itemCornerR{
	background: url("../images/layout/MENU_hv_right_corner.png") no-repeat top right;
}

div#topHeader div#headerMenu ul#menuIcons{
	list-style:none;
	float:right;
	height:29px;
	padding-bottom:3px;
	line-height:29px;
	width: 78px;
}

div#topHeader div#headerMenu ul#menuIcons li{
	margin-left:4px;
	margin-top:2px;
	float:right;
	height:23px;
	line-height:23px;
	width:22px;
	cursor:pointer;
	overflow:hidden;
}

div#topHeader div#headerMenu ul#menuIcons li#iconHyves{
	background: url("../images/layout/ICON_hyves.png") no-repeat top right;
}

div#topHeader div#headerMenu ul#menuIcons li#iconFacebook {
	background: url("../images/layout/ICON_facebook.png") no-repeat top right;
}

div#topHeader div#headerMenu ul#menuIcons li#iconTwitter{
	background: url("../images/layout/ICON_twitter.png") no-repeat top right;
}

div#topHeader div#headerMenu ul#menuIcons li#iconYoutube{
	background: url("../images/layout/ICON_youtube.png") no-repeat;
	z-index:99;
}

div#topHeader div#headerMenu ul#menuIcons li div.iconHelp{
	position: absolute;
	width: 190px;
	height:34px;
	left: -999em;
	background:none;
}

div#topHeader div#headerMenu ul#menuIcons li div.iconHelp div.helpArrow{
	background: url("../images/layout/QUICKTIP_top_arrow.png") no-repeat top center;
	width:12px;
	height:10px;
	margin-left:88px;
	margin-bottom:-2px;
}

div#topHeader div#headerMenu ul#menuIcons li div.iconHelp div.helpCornerL {
	background: url("../images/layout/QUICKTIP_left_corner.png") no-repeat top left;
	width:12px;
	height:24px;
	float:left;
}

div#topHeader div#headerMenu ul#menuIcons li div.iconHelp div.helpText{
	width:164px;
	height:24px;
	line-height:24px;
	background: url("../images/layout/QUICKTIP_bg_fill.png") repeat-x top right;
	color:#31cbf0;
	font-size:11px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

div#topHeader div#headerMenu ul#menuIcons li div.iconHelp div.helpCornerR{
	background: url("../images/layout/QUICKTIP_right_corner.png") no-repeat top right;
	width:12px;
	height:24px;
	float:left;
}

div#topHeader div#headerMenu ul#menuIcons li:hover div.iconHelp, 
div#topHeader div#headerMenu ul#menuIcons li.sfhover div.iconHelp{
	left: auto;	
	margin-top:22px;
	margin-left:-83px;
}

div#topHeader div#headerEnd {
	width:15px;
	height:32px;
	background: url("../images/layout/TOP_bg_corner.png") no-repeat top right;
	float:left;
	z-index:-1;
}

/* *********************************************************************************************************** */
/* ******MIDDLE***************************MIDDLE***********************MIDDLE********************************* */
/* *********************************************************************************************************** */

div#middleSlider {
	width:100%;
	text-align:center;
	margin:0 auto;
	position:absolute;
	z-index:4;
	left: 0;
	display:none;
}

div#middleSlider div#sliderTopFill{
	height:54px;
	background:none;
	z-index:2;
	display:none;
}

div#middleContent{
	width:100%;
	text-align:center;
	margin:0 auto;
	position:absolute;
	z-index:2;
	left: 0;
}

div#middleContent div#contentTopFill{
	height:54px;
	background:none;
	z-index:3;
}

div#middleFlash {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	
}

div#middleFlashPNA {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	
}

/* *********************************************************************************************************** */
/* ******FOOTER************************FOOTER********************FOOTER*************************************** */
/* *********************************************************************************************************** */

div#bottomFooter {
	width:1000px;
	height:450px;
	position:absolute;
	overflow:visible;
	z-index:99;
	bottom:0;
	
}

div#bottomFooter div#whiteFooter{
	width:1000px;
	z-index:1;
}

div#bottomFooter div#whiteFooter div#whiteFooterLeft{
	width:9px;
	float:left;
}
 
div#bottomFooter div#whiteFooter div#whiteFooterLeft div#whiteFooterLeftTop{
	width:9px;
	height:8px;
	background: url("../images/layout/FOOTER_lefttop_corner.png") no-repeat top right;
	margin-top:25px;
} 

div#bottomFooter div#whiteFooter div#whiteFooterLeft div#whiteFooterLeftMiddle{
	width:9px;
	height:393px;
	background: url("../images/layout/FOOTER_left_fill.png") repeat-y;
} 

div#bottomFooter div#whiteFooter div#whiteFooterLeft div#whiteFooterLeftBottom{
	width:9px;
	height:3px;
	background: url("../images/layout/FOOTER_leftbottom_corner.png") no-repeat top right;
} 

div#bottomFooter div#whiteFooter div#whiteFooterCenter{
	width:982px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets{
	width:300px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsTop{
	width:197px;
	height:8px;
	background: url("../images/layout/FOOTER_top_fill.png") repeat-x;
	float:left;
	margin-top:25px;
	position:absolute;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare{
	height:29px;
	float:right;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareText{
	float:left;
	width:40px;
	height:29px;
	background: url("../images/layout/FOOTER_SHARE_bg_fill.png") repeat-x;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:35px;
	color:white;
	overflow:hidden;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareText div#textText{
	float:left;
	height:29px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareText div.shareIcon{
	height:17px;
	width:17px;
	float:right;	
	padding:4px 3px 5px 3px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareLeft{
	float:left;
	width:30px;
	height:29px;
	background: url("../images/layout/FOOTER_SHARE_left_corner.png") no-repeat top right;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareRight{
	float:left;
	width:33px;
	height:29px;
	background: url("../images/layout/FOOTER_SHARE_right_corner.png") no-repeat top right;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareBottom{
	width:100%;
	height:4px;
	background: #fff;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle{
	width:300px;
	height:373px;
	background: #fff;
	margin-top:4px;
	padding: 10px;
	overflow:hidden;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox {
	width:300px;
	margin-bottom:20px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop {
	height:6px;
	width:inherit;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop div.widgetBoxtopLeft {
	background: url("../images/layout/WIDGET_topleft_corner.png") no-repeat top right;
	width:6px;
	height:6px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop div.widgetBoxtopCenter {
	background:#00B8E4;
	width:265px;
	height:6px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop div.widgetBoxtopRight {
	background: url("../images/layout/WIDGET_topright_corner.png") no-repeat top right;
	width:6px;
	height:6px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle {
	width:247px;
	padding:0 15px 0 15px;
	background:#00B8E4;
	color:#fff;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle span.expanderBTN {
	width:16px;
	height:16px;
	margin-left:-24px;
	margin-right:4px;
	cursor:pointer;
	position:absolute;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle span.widgetTitle {
	font-size:13px;
	font-weight:bold;
	line-height:5px;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom {
	height:6px;
	width:inherit;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle div#btnForm {
	height:21px;
	margin-right:32px;
	margin-top:5px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle div#btnForm div#btnFormLeft {
	width:5px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_orange_left.png") no-repeat left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle div#btnForm div#btnFormCenter {
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_orange_fill.png") repeat-x;
	padding:0 5px 0 5px;
	margin-top: -1px;
	height: 22px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle div#btnForm div#btnFormRight {
	height:21px;
	width:5px;
	float:left;
	background: url("../images/layout/BTN_orange_right.png") no-repeat right;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle a,
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle a:link,
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle a:visited,
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle a:active,
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom div.widgetBoxbottomLeft {
	background: url("../images/layout/WIDGET_bottomleft_corner.png") no-repeat bottom left;
	width:6px;
	height:6px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom div.widgetBoxbottomCenter {
	background:#00B8E4;
	width:265px;
	height:6px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom div.widgetBoxbottomRight {
	background: url("../images/layout/WIDGET_bottomright_corner.png") no-repeat bottom right;
	width:6px;
	height:6px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsBottom{
	width:320px;
	height:3px;
	background: #fff;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles{
	width:320px;
	float:left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesTop{
	width:320px;
	height:8px;
	background: url("../images/layout/FOOTER_top_fill.png") repeat-x;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle{
	width:320px;
	height:418px;
	background: #fff;
	overflow:hidden;
} 
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesTopbar{
	height:45px;
	width:310px;
	font-size:18px;
	color:#15ABDB;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox {
	width:180px;
	border-left:1px dashed #C1C1C1;
	float:left;
	padding:0 0px 10px 10px;
	overflow:hidden;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox div#profilesItems{
	width:180px;
	overflow:hidden;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox div#profilesItems div#profilesItemsBox{
	height:340px;
	overflow:hidden;
	padding:0 0 0 10px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox div#profilesItems div#profilesItemsBox div{
	width:70px;
	height:70px;
	text-align:center;
	padding: 0 10px 10px 0px;
	float:left;	
	position: relative;
	overflow: hidden;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox div#profilesItems div#profilesItemsBox div img {
	position: absolute;
	width:70px;
	height:70px;
	top: 0;
	left: 0;
	
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox div#profilesItems div#profilesItemsBox div img.overlay_icon {
	width:18px;
	height:18px;	
	top:6px;
	left:4px;
}

img.overlay_icon_hover {
	width:18px;
	height:18px;	
	top:10px;
	left:12px;
	position:absolute;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesBox div#profilesSlider{
	width:180px;
	height:	10px;	
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox {
	width:115px;
	border-left:1px dashed #C1C1C1;
	float:left;
	padding:0 5px 0 5px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems{
	height:	340px;
	width:115px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems div.video {
	position: relative;
	width: 93px;
	height: 57px;
	overflow: hidden;
	margin: 0 auto 10px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems div.video img {
	position: absolute;
	top: 0;
	left: 0;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems div.video div.duur {
	display: inline-block;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 2px;
	position: absolute;
	bottom: 1px;
	right: 3px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeSlider{
	width:115px;
	height:	10px;	
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesBottom{
	width:320px;
	height:3px;
	background: #fff;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages{
	width:362px;
	float:left;
	overflow:visible;
	z-index:999;
	position:relative;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesTop{
	width:362px;
	height:8px;
	background: url("../images/layout/FOOTER_top_fill.png") repeat-x;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle{
	width:362px;
	height:418px;
	background: #fff;
	overflow:visible;
	z-index:999;
	position:relative;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar {
	width:362px;
	height:45px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan {
	height:21px;
	float:right;
	margin-right:17px;
	margin-top:5px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanLeft {
	width:5px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_green_left.png") no-repeat left;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanCenter {
	overflow:hidden;
	width:105px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanCenter div#fanText{
	width:95px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_green_fill.png") repeat-x;
	padding:0 5px 0 5px;
	overflow:hidden;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanCenter div#fanButtons{
	width:95px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_green_fill.png") repeat-x;
	text-align: center;
	padding:0 5px 0 5px;
	z-index:15;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanCenter:hover div#fanButtons{
	margin-top:-21px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanCenter div#fanButtons div.shareIcon{
	height:17px;
	width:17px;
	/*float:right;	*/
	padding:2px 5px 2px 1px;
	cursor:pointer;
	display: inline-block;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFan div#btnFanRight {
	height:21px;
	width:5px;
	float:left;
	background: url("../images/layout/BTN_green_right.png") no-repeat right;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFilteren {
	height:21px;
	float:right;
	margin-right:17px;
	margin-top:5px;
	display:none;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFilteren div#btnFilterenLeft {
	width:7px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_orange_left.png") no-repeat left;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFilteren div#btnFilterenCenter {
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	padding:0 5px 0 5px;
	float:left;
	background: url("../images/layout/BTN_orange_fill.png") repeat-x top;
	
	margin-top: -1px;
	padding-top:1px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnFilteren div#btnFilterenRight {
	height:21px;
	width:6px;
	float:left;
	background: url("../images/layout/BTN_orange_right.png") no-repeat;
	
	margin-top: -1px;
	height: 22px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messagesTopbar div#btnRSS {
	height:21px;
	width:20px;
	float:right;
	background: url("../images/layout/ICON_rss.png") no-repeat left;
	margin-right:17px;
	margin-top:5px;
	cursor:pointer;
}


div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messageBox {
	width:342px;
	height:350px;
	overflow:hidden;
	border-left:1px dashed #C1C1C1;
	float:left;
	position:relative;
	z-index:1;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#boxScrollbar {
	width:15px;
	margin-left:-5px;
	float:left;
	z-index:25;
	position:relative;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#boxScrollbar div#vert_fill{
	height:322px;
	width:5px;
	border-left:1px solid black;	
	margin-left:5px;
	z-index:25;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems {
	width:332px;
	height:350px;
	list-style:none;
	overflow:visible;
	position:relative;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li {
	width:298px;
	color:#7C7C7C;
	font-size:13px;
	padding:5px 10px 5px 35px;
	cursor:pointer;
	overflow:hidden;
	display:block;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li div.itemsFooter,
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li div.itemsFooter a{
	font-size:10px;
	color:#A7A7A7;
	text-decoration:none;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover div.itemsFooter,
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover div.itemsFooter a{
	color:#fff;
}

	
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover {
	color:#fff;
	background:#000;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li a {
	color:#7C7C7C;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover a {
	color:#fff;
}
div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemshyves {
	background:#fff url("../images/layout/ICON_hyves_gray.png") no-repeat 7px 7px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemsfacebook {
	background:#fff url("../images/layout/ICON_facebook_gray.png") no-repeat 7px 7px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemstwitter {
	background:#fff url("../images/layout/ICON_twitter_gray.png") no-repeat 7px 7px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.highlite {
	background-color: #F3F3F3;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemshyves:hover {
	background:#15A9DD url("../images/layout/ICON_hyves.png") no-repeat 7px 7px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemsfacebook:hover {
	background:#15A9DD  url("../images/layout/ICON_facebook.png") no-repeat 7px 7px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemstwitter:hover {
	background:#15A9DD url("../images/layout/ICON_twitter.png") no-repeat 7px 7px;
}

div#bottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesBottom{
	width:362px;
	height:3px;
	background: #fff;
}

div#bottomFooter div#whiteFooter div#whiteFooterRight{
	width:9px;
	float:left;
}
 
div#bottomFooter div#whiteFooter div#whiteFooterRight div#whiteFooterRightTop{
	width:9px;
	height:8px;
	background: url("../images/layout/FOOTER_righttop_corner.png") no-repeat top right;
} 

div#bottomFooter div#whiteFooter div#whiteFooterRight div#whiteFooterRightMiddle{
	width:9px;
	height:418px;
	background: url("../images/layout/FOOTER_right_fill.png") repeat-y;
} 

div#bottomFooter div#whiteFooter div#whiteFooterRight div#whiteFooterRightBottom{
	width:9px;
	height:3px;
	background: url("../images/layout/FOOTER_rightbottom_corner.png") no-repeat top right;
} 
 
div#bottomFooter div#blueFooter{
	width:1000px;
	height:26px;
	overflow:hidden;
}


div#bottomFooter div#blueFooter div#blueFooterLeft{
	width:6px;
	height:26px;
	float:left;
}
 
div#bottomFooter div#blueFooter div#blueFooterLeft div#blueFooterLeftTop{
	width:6px;
	height:26px;
	background: url("../images/layout/FOOTER_BLUE_left_corner.png") no-repeat left;
} 



div#bottomFooter div#blueFooter div#blueFooterCenter{
	width:988px;
	height:26px;
	float:left;
}

div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterTop{
	width:988px;
	height:2px;
	background: url("../images/layout/FOOTER_BLUE_top_fill.png") repeat-x;
}

div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle{
	width:983px;
	height:24px;
	background:#2fcbf1;
	line-height:21px;
	padding-right:5px;
	float:left;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	background: url("../images/layout/FOOTER_BLUE_center_corner.png") repeat-x;
}

div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a,
div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:link,
div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:visited,
div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:active,
div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:hover {
	color: #FFF;
	text-decoration: none;
}

div#bottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:hover {
	text-decoration: underline;
}

div#bottomFooter div#blueFooter div#blueFooterRight{
	width:6px;
	height:26px;
	float:left;
}
 
div#bottomFooter div#blueFooter div#blueFooterRight div#blueFooterRightTop{
	width:6px;
	height:26px;
	background: url("../images/layout/FOOTER_BLUE_right_corner.png") no-repeat top right;
} 

/* *********************************************************************************************************** */
/* ******MISC***************************MISC*********************MISC***************************************** */
/* *********************************************************************************************************** */

div.slider_arrow_left {
	float:left;
	height:14px;
	width:12px;
	background:url("../images/layout/arrow_left.png") no-repeat left;
	cursor:pointer;
}

div.slider_arrow_right {
	float:right;
	height:14px;
	width:12px;
	background:url("../images/layout/arrow_right.png") no-repeat right;
	cursor:pointer;
	margin-right:10px;
}

div.slider_arrow_up {
	height:14px;
	width:12px;
	background:url("../images/layout/arrow_up.png") no-repeat top;
	cursor:pointer;
}

div.slider_arrow_down {
	height:14px;
	width:12px;
	background:url("../images/layout/arrow_down.png") no-repeat bottom;
	cursor:pointer;
}

div.loadmask {
	width:inherit;
	margin:0 auto;
	position:fixed;
	height:20px;
	border:1px solid black;
	background:blue;
	padding:5px 10px 5px 10px;
}

#waarschuwing {
	text-align: left;
	z-index: 100000000;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 620px;
	height: 320px;
	margin-left: -325px; /* half of width */
	margin-top: -175px;  /* half of height */
	background-color: #FFF;
	padding: 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818383;
	line-height: 1.6em;
}

#waarschuwing a,
#waarschuwing a:link,
#waarschuwing a:visited,
#waarschuwing a:active,
#waarschuwing a:hover {
	color: #818383;
}

#waarschuwing div.links {
	float: left;
	clear: right;
	width: 175px;
	font-size: 10px;
	color: #999;
}

#waarschuwing div.links p {
	padding: 10px 20px 10px 10px;
}

#waarschuwing div.rechts {
	float: left;
	clear: right;
	width: 445px;
}

#waarschuwing div.sluiten {
	position: relative;
}

#waarschuwing div.sluiten div.check {
	position: absolute;
	top: 0;
	left: 0;
}

#waarschuwing div.sluiten div.label {
	position: absolute;
	top: 0px;
	left: 25px;
}

#waarschuwing div.sluiten div.sluiten {
	position: absolute;
	top: 0;
	right: 0;
}

#waarschuwing h1 {
	font-weight: bold;
	font-size: 18px;
	color: #00B7E3;
}

#waarschuwing h2 {
	font-weight: bold;
	font-size: 14px;
	color: #00B7E3;
}

#waarschuwing p {
	margin-bottom: 15px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;   
    background-color: #333;
    -moz-opacity: 0.75;
    opacity: .75;
    filter: alpha(opacity=75);
}
#overlay[id]{ /* IE6 and below Can't See This */
    position: fixed;
}

#inhoud {
	text-align: left;
	width: 982px;
	margin: 0 auto;
	padding-top: 15px;
}

#widgets {
	width: 326px;
	float: left;
	clear: right;
	padding-top: 50px;
}

#widgets div.widgetBox {
	width:300px;
	margin-bottom:20px;
}

#widgets div.widgetBox div.widgetBoxtop {
	height:6px;
	width:inherit;
}

#widgets div.widgetBox div.widgetBoxtop div.widgetBoxtopLeft {
	background: url("../images/layout/WIDGET_WIT_topleft_corner.png") no-repeat top right;
	width:6px;
	height:6px;
	float:left;
}

#widgets div.widgetBox div.widgetBoxtop div.widgetBoxtopCenter {
	background:#FFF;
	width:265px;
	height:6px;
	float:left;
}

#widgets div.widgetBox div.widgetBoxtop div.widgetBoxtopRight {
	background: url("../images/layout/WIDGET_WIT_topright_corner.png") no-repeat top right;
	width:6px;
	height:6px;
	float:left;
}

#widgets div.widgetBox div.widgetBoxmiddle {
	width:247px;
	padding:0 15px 0 15px;
	background:#FFF;
	color:#414141;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
}

#widgets div.widgetBox div.widgetBoxmiddle div#btnForm {
	height:21px;
	margin-right:32px;
	margin-top:5px;
}

#widgets div.widgetBox div.widgetBoxmiddle div#btnForm div#btnFormLeft {
	width:5px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_orange_left.png") no-repeat left;
}

#widgets div.widgetBox div.widgetBoxmiddle div#btnForm div#btnFormCenter {
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_orange_fill.png") repeat-x;
	padding:0 5px 0 5px;
	margin-top: -1px;
	height: 22px;
}

#widgets div.widgetBox div.widgetBoxmiddle div#btnForm div#btnFormRight {
	height:21px;
	width:5px;
	float:left;
	background: url("../images/layout/BTN_orange_right.png") no-repeat right;
}

#widgets div.widgetBox div.widgetBoxmiddle span.expanderBTN {
	width:16px;
	height:16px;
	margin-left:-24px;
	margin-right:4px;
	cursor:pointer;
	position:absolute;
}

#widgets div.widgetBox div.widgetBoxmiddle span.widgetTitle {
	font-size:13px;
	font-weight:bold;
	line-height:5px;
	color: #1ACBF7;
}
#widgets div.widgetBox div.widgetBoxbottom {
	height:6px;
	width:inherit;
}

#widgets div.widgetBox div.widgetBoxbottom div.widgetBoxbottomLeft {
	background: url("../images/layout/WIDGET_WIT_bottomleft_corner.png") no-repeat bottom left;
	width:6px;
	height:6px;
	float:left;
}

#widgets div.widgetBox div.widgetBoxbottom div.widgetBoxbottomCenter {
	background:#FFF;
	width:265px;
	height:6px;
	float:left;
}

#widgets div.widgetBox div.widgetBoxbottom div.widgetBoxbottomRight {
	background: url("../images/layout/WIDGET_WIT_bottomright_corner.png") no-repeat bottom right;
	width:6px;
	height:6px;
	float:left;
}

#widgets div.widgetBox div.widgetBoxmiddle a,
#widgets div.widgetBox div.widgetBoxmiddle a:link,
#widgets div.widgetBox div.widgetBoxmiddle a:visited,
#widgets div.widgetBox div.widgetBoxmiddle a:active,
#widgets div.widgetBox div.widgetBoxmiddle a:hover {
	color: #414141;
	text-decoration: underline;
}

#widgets div.widgetBox div.widgetBoxmiddle a:hover {
	text-decoration: none;
}

#content {
	width: 620px;
	float: left;
	clear: right;
	padding: 0 18px;
	color: #FFF;
}

#content h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 7px;
}

#content p {
	margin-bottom: 12px;
}

#content a,
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
	color: #FFF;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content div.kolom {
	float: left;
	clear: right;
	width: 320px;
	margin-left: 10px;
}

#content div.kolom.first {
	margin-left: 0;
	width: 290px;
}

#content form input {
	display: block;
	width: 221px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	border: none;
	background-image: url(../images/layout/form1.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	color: #FDEBCB;
	padding: 0 28px 0 8px;
	margin-bottom: 10px;
}

#content form input.actief,
#content form textarea.actief{
	color: #F9CE7F;
}

#content form input.error {
	background-position: 0 -27px;
}

#content form input.checkbox,
#content form input.radio {
	display: inline;
	width: auto;
	height: auto;
	line-height: 1em;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

#content form div.select,
#content form div.nieuwsbrief {
	display: block;
	width: 241px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-image: url(../images/layout/form1.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 10px;
	padding: 0 8px;
}

#content form div.error {
	background-image: url(../images/layout/form1.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 -27px;}

#content form div.nieuwsbrief {
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	color: #FDEBCB;
}

#content form div.nieuwsbrief input.checkbox {
	margin-right: 5px;
}

#content form div.select select {
	background-color: #F29500;
	border:1px solid #F29500;
	width: 221px;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	color: #FDEBCB;
	height: 23px;
}

#content form textarea {
	display: block;
	width: 241px;
	height: 92px;
	line-height: 18px;
	vertical-align: middle;
	border: none;
	background-image: url(../images/layout/form2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	color: #FDEBCB;
	padding: 8px;
	margin-bottom: 10px;
}

#content form textarea.error {
	background-position: 0 -108px;
}

#content form div#btnForm {
	height:21px;
	float:right;
	margin-right:32px;
	margin-top:5px;
}

#content form div#btnForm div#btnFormLeft {
	width:5px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_green_left.png") no-repeat left;
}

#content form div#btnForm div#btnFormCenter {
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_green_fill.png") repeat-x;
	padding:0 5px 0 5px;
}

#content form div#btnForm div#btnFormRight {
	height:21px;
	width:5px;
	float:left;
	background: url("../images/layout/BTN_green_right.png") no-repeat right;
}

#foutmelding {
	display: block;
	width: 242px;
	height: 24px;
	padding: 22px 23px 23px 50px;
	background: url(../images/layout/bg_foutmelding.png) transparent;
	text-align: left;
	font-weight: bold;
	color: #F00;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
	line-height: 23px;
	vertical-align: middle;
}

#formOk {
	text-align: left;
	z-index: 100000000;
	position: absolute;
	left: 50%;
	top: 25%;
	width: 248px;
	height: 48px;
	margin-left: -130px; /* half of width */
	margin-top: -30px;  /* half of height */
	background-color: #FFF;
	padding: 5px;
	text-align: center;	
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	color: #F29900;
	line-height: 48px;
	vertical-align: middle;
	border: 1px solid #FC7A03;
	display: none;
}

div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* Aanpassingen BART */

body.overpepsi {
	background: #123c83 url("../images/layout/OVERPEPSI_bg.jpg") no-repeat center;
	line-height: 1.4em;

}

body.actueel {
	background: #7f309b url("../images/layout/bg_paars.jpg") no-repeat center;
	line-height: 1.4em;

}
	
/*#content #kruimelspoor{
	font-size: 10px;
	margin-bottom: 5px;
}*/

#kruimelspoor {
	font-size: 10px;
	margin-bottom: 5px;
}

#kruimelspoor h4 {
	display:  none;
}

#kruimelspoor a,
#kruimelspoor a:link,
#kruimelspoor a:active,
#kruimelspoor a:visited,
#kruimelspoor a:hover {
	text-decoration: none;
	color: #FFF;
}

#kruimelspoor a.actief,
#kruimelspoor a.actief:link,
#kruimelspoor a.actief:active,
#kruimelspoor a.actief:visited,
#kruimelspoor a.actief:hover {
	color: #FFF;
}

/* *********************************************************************************************************** */
/* ******SMALLFOOTER************************SMALLFOOTER********************SMALLFOOTER************************ */
/* *********************************************************************************************************** */

div#SmallBottomFooter {
	width:1000px;
	position:absolute;
	height:226px;
	bottom:0;
	z-index:99;
}

div#SmallBottomFooter div#whiteFooter{
	width:1000px;
	margin-top:1px;
	z-index:1;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterLeft{
	width:9px;
	float:left;
}
 
div#SmallBottomFooter div#whiteFooter div#whiteFooterLeft div#whiteFooterLeftTop{
	width:9px;
	height:8px;
	background: url("../images/layout/FOOTER_lefttop_corner.png") no-repeat top right;
	margin-top:25px;
} 

div#SmallBottomFooter div#whiteFooter div#whiteFooterLeft div#whiteFooterLeftMiddle{
	width:9px;
	height:163px;
	background: url("../images/layout/FOOTER_left_fill.png") repeat-y;
} 

div#SmallBottomFooter div#whiteFooter div#whiteFooterLeft div#whiteFooterLeftBottom{
	width:9px;
	height:3px;
	background: url("../images/layout/FOOTER_leftbottom_corner.png") no-repeat top right;
} 

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter{
	width:982px;
	float:left;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets{
	width:300px;
	float:left;
	overflow:hidden;
	position:relative;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsTop{
	width:197px;
	height:8px;
	background: url("../images/layout/FOOTER_top_fill.png") repeat-x;
	float:left;
	margin-top:25px;
	position:absolute;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare{
	height:29px;
	float:right;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareText{
	float:left;
	width:40px;
	height:29px;
	background: url("../images/layout/FOOTER_SHARE_bg_fill.png") repeat-x;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:35px;
	color:white;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareText div#textText{
	float:left;
	height:29px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareText div.shareIcon{
	height:17px;
	width:17px;
	float:right;	
	padding:4px 3px 5px 3px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareLeft{
	float:left;
	width:30px;
	height:29px;
	background: url("../images/layout/FOOTER_SHARE_left_corner.png") no-repeat top right;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareRight{
	float:left;
	width:33px;
	height:29px;
	background: url("../images/layout/FOOTER_SHARE_right_corner.png") no-repeat top right;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#topShare div#shareBottom{
	width:100%;
	height:4px;
	background: #fff;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle{
	width:300px;
	height:143px;
	background: #fff;
	margin-top:4px;
	padding: 10px;
	overflow:hidden;
	position:relative;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox {
	width:300px;
	margin-bottom:20px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop {
	height:6px;
	width:inherit;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop div.widgetBoxtopLeft {
	background: url("../images/layout/WIDGET_topleft_corner.png") no-repeat top right;
	width:6px;
	height:6px;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop div.widgetBoxtopCenter {
	background:#0DAEE7;
	width:265px;
	height:6px;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxtop div.widgetBoxtopRight {
	background: url("../images/layout/WIDGET_topright_corner.png") no-repeat top right;
	width:6px;
	height:6px;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle {
	width:247px;
	padding:0 15px 0 15px;
	background:#0DAEE7;
	color:#fff;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle span.expanderBTN {
	width:16px;
	height:16px;
	margin-left:-24px;
	margin-right:4px;
	cursor:pointer;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxmiddle span.widgetTitle {
	font-size:13px;
	font-weight:bold;
	line-height:5px;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom {
	height:6px;
	width:inherit;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom div.widgetBoxbottomLeft {
	background: url("../images/layout/WIDGET_bottomleft_corner.png") no-repeat bottom left;
	width:6px;
	height:6px;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom div.widgetBoxbottomCenter {
	background:#2fcbf1;
	width:265px;
	height:6px;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div.widgetBox div.widgetBoxbottom div.widgetBoxbottomRight {
	background: url("../images/layout/WIDGET_bottomright_corner.png") no-repeat bottom right;
	width:6px;
	height:6px;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsBottom{
	width:320px;
	height:3px;
	background: #fff;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles{
	width:320px;
	float:left;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesTop{
	width:320px;
	height:8px;
	background: url("../images/layout/FOOTER_top_fill.png") repeat-x;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle{
	width:320px;
	height:188px;
	background: #fff;
	overflow:hidden;
} 
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesTopbar{
	height:45px;
	width:320px;
	font-size:18px;
	color:#15ABDB;
	font-weight:bold;
	line-height:25px;
	cursor:pointer;

	position:relative;
	z-index:9999999999;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#profilesTopbar img{
	margin-right:5px;	
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox {
	width:280px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox div#profilesItems{
	width:280px;
	overflow:hidden;
	position:relative;
	z-index:2;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox div#profilesItems div#profilesItemsBox{
	height:233px;
	overflow:hidden;
	padding-top:7px;
	position:relative;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox div#profilesItems div#profilesItemsBox div{
	width:60px;
	height:60px;
	text-align:center;
	padding: 0 10px 10px 0px;
	float:left;	
	position: relative;
	overflow: hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox div#profilesItems div#profilesItemsBox div img {
	width:60px;
	height:60px;
	position: absolute;
	top: 0;
	left: 0;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox div#profilesItems div#profilesItemsBox div img.overlay_icon {
	width:18px;
	height:18px;	
	top:5px;
	left:3px;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBox div#profilesItems div#profilesItemsBox div.overlay_icon_hyves {
	width:18px;
	height:18px;	
	top:5px;
	left:3px;
	
	background: url("/images/hyves_overlay_gray.png") no-repeat; 
	z-index:99999;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBoxScrollbar {
	width:15px;
	margin:20px 10px 0px -15px;
	float:left;
	display:none;
	z-index:25;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerWidgets div#widgetsMiddle div#profilesBoxScrollbar div#profilesVert_fill{
	height:72px;
	width:5px;
	border-left:1px solid black;	
	margin-left:5px;
	z-index:25;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox {
	width:115px;
	border-left:1px dashed #C1C1C1;
	padding:0 5px 0 5px;
	margin-top:0;
	overflow:hidden;
	position:absolute;
	z-index:1;
	top:55px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems{
	height:	124px;
	width:115px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:0;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems div.video {
	position: relative;
	width: 93px;
	height: 57px;
	overflow: hidden;
	margin: 0 auto 10px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems div.video img {
	position: absolute;
	top: 0;
	left: 0;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeItems div.video div.duur {
	display: inline-block;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 2px;
	position: absolute;
	bottom: 1px;
	right: 3px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesMiddle div#youtubeBox div#youtubeSlider{
	width:115px;
	height:	1px;	
	position:relative;
	z-index:1;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerProfiles div#profilesBottom{
	width:320px;
	height:3px;
	background: #fff;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages{
	width:362px;
	float:left;
	overflow:visible;
	z-index:99;
	position:relative;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTop{
	width:362px;
	height:8px;
	background: url("../images/layout/FOOTER_top_fill.png") repeat-x;
	float:left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle{
	width:362px;
	height:151px;
	background: #fff;
	z-index:99;
	position:relative;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar {
	width:362px;
	height:37px;
	float:left;
	background:white;
}

/*div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan {
	height:21px;
	float:right;
	margin-right:17px;
	margin-top:5px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanLeft {
	width:5px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_green_left.png") no-repeat left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanCenter {
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_green_fill.png") repeat-x;
	padding:0 5px 0 5px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanRight {
	height:21px;
	width:5px;
	float:left;
	background: url("../images/layout/BTN_green_right.png") no-repeat right;
}
*/

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan {
	height:21px;
	float:right;
	margin-right:17px;
	margin-top:2px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanLeft {
	width:5px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_green_left.png") no-repeat left;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanCenter {
	overflow:hidden;
	width:105px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanCenter div#fanText{
	width:95px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_green_fill.png") repeat-x;
	padding:0 5px 0 5px;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanCenter div#fanButtons{
	width:95px;
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/BTN_green_fill.png") repeat-x;
	text-align: center;
	padding:0 5px 0 5px;
	z-index:15;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanCenter:hover div#fanButtons{
	margin-top:-21px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanCenter div#fanButtons div.shareIcon{
	height:17px;
	width:17px;
	/*float:right;	*/
	padding:2px 5px 2px 1px;
	cursor:pointer;
	display: inline-block;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFan div#btnFanRight {
	height:21px;
	width:5px;
	float:left;
	background: url("../images/layout/BTN_green_right.png") no-repeat right;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFilteren {
	height:21px;
	float:right;
	margin-right:17px;
	margin-top:5px;
	display:none;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies {
	height:21px;
	float:right;
	margin-top:1px;
	right:10px;
	position:absolute;
	visibility:hidden;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.actieBtns {
	width:19px;
	height:19px;
	float:left;
	background: url("../images/layout/actie_btn.png") no-repeat center;
	text-align:center;
	line-height:19px;
	color:white;
	font-weight:bold;
	margin-left:7px;
	cursor:pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.actieBtns {width:15px;padding-left:4px;}
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.actieBtns div.actieBtn_pop{
	width:149px;
	height:99px;
	background: url("../images/layout/actiebtn_popup.png") no-repeat right;
	position: absolute;
	left: -999em;
	z-index:9999999;
	overflow:hidden;
	margin-left:-68px;
	margin-top:-120px;
	
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.actieBtns div.actieBtn_pop div.actieBtn_pop_title{
	width:149px;
	height:14px;
	color:#3fcef1;
	font-size:13px;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.actieBtns:hover div.actieBtn_pop{
	left:auto;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.sfhover div.actieBtn_pop{
	left:auto;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnActies div.actieBtns:hover{
	background: url("../images/layout/actie_btn_active.png") no-repeat right;
	color:#a5dd33;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFilteren div#btnFilterenLeft {
	width:7px;
	height:21px;
	float:left;
	background: url("../images/layout/BTN_orange_left.png") no-repeat left;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFilteren div#btnFilterenCenter {
	height:21px;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	cursor:pointer;
	line-height:21px;
	color:white;
	overflow:hidden;
	padding:0 5px 0 5px;
	float:left;
	background: url("../images/layout/BTN_orange_fill.png") repeat-x top;
	margin-top: -1px;
	padding-top:1px;	
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnFilteren div#btnFilterenRight {
	height:21px;
	width:6px;
	float:left;
	background: url("../images/layout/BTN_orange_right.png") no-repeat;
	margin-top: -1px;
	height: 22px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#messagesTopbar div#btnRSS {
	height:21px;
	width:20px;
	float:right;
	background: url("../images/layout/ICON_rss.png") no-repeat left;
	margin-right:5px;
	margin-top:2px;
	cursor:pointer;
}


div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#messageBox {
	width:537px;
	height:120px;
	overflow:hidden;
	border-left:1px dashed #C1C1C1;
	float:left;
	margin-left:-195px;
	z-index:9999;
	position:relative;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#boxScrollbar {
	width:15px;
	margin-left:-5px;
	float:left;
	z-index:9999; 
	position:relative;
	overflow:hidden;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle div#boxScrollbar div#vert_fill{
	height:92px;
	width:5px;
	border-left:1px solid black;	
	margin-left:5px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems {
	width:527px;
	list-style:none;
	overflow:visible;
	padding-right:10px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li {
	width:493px;
	color:#7C7C7C;
	font-size:13px;
	padding:5px 10px 5px 35px;
	cursor:pointer;
	overflow:hidden;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li a{
	color:#7C7C7C;
}
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li div.itemsFooter,
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li div.itemsFooter a{
	font-size:10px;
	color:#A7A7A7;
	text-decoration:none;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover div.itemsFooter,
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover div.itemsFooter a,
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover a{
	color:#fff;
}
	
div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li:hover {
	color:#fff;
	background:#000;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemshyves {
	background:#fff url("../images/layout/ICON_hyves_gray.png") no-repeat 7px 7px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemsfacebook {
	background:#fff url("../images/layout/ICON_facebook_gray.png") no-repeat 7px 7px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemstwitter {
	background:#fff url("../images/layout/ICON_twitter_gray.png") no-repeat 7px 7px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.highlite {
	background-color: #F3F3F3;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemshyves:hover {
	background:#15A9DD url("../images/layout/ICON_hyves.png") no-repeat 7px 7px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemsfacebook:hover {
	background:#15A9DD  url("../images/layout/ICON_facebook.png") no-repeat 7px 7px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesMiddle ul#boxItems li.itemstwitter:hover {
	background:#15A9DD url("../images/layout/ICON_twitter.png") no-repeat 7px 7px;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterCenter div#centerMessages div#messagesBottom{
	width:362px;
	height:3px;
	background: #fff;
}

div#SmallBottomFooter div#whiteFooter div#whiteFooterRight{
	width:9px;
	float:left;
}
 
div#SmallBottomFooter div#whiteFooter div#whiteFooterRight div#whiteFooterRightTop{
	width:9px;
	height:8px;
	background: url("../images/layout/FOOTER_righttop_corner.png") no-repeat top right;
} 

div#SmallBottomFooter div#whiteFooter div#whiteFooterRight div#whiteFooterRightMiddle{
	width:9px;
	height:188px;
	background: url("../images/layout/FOOTER_right_fill.png") repeat-y;
} 

div#SmallBottomFooter div#whiteFooter div#whiteFooterRight div#whiteFooterRightBottom{
	width:9px;
	height:3px;
	background: url("../images/layout/FOOTER_rightbottom_corner.png") no-repeat top right;
} 
 
div#SmallBottomFooter div#blueFooter{
	width:1000px;
	height:26px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	z-index:999999;
}


div#SmallBottomFooter div#blueFooter div#blueFooterLeft{
	width:6px;
	height:26px;
	float:left;
}
 
div#SmallBottomFooter div#blueFooter div#blueFooterLeft div#blueFooterLeftTop{
	width:6px;
	height:26px;
	background: url("../images/layout/FOOTER_BLUE_left_corner.png") no-repeat left;
} 



div#SmallBottomFooter div#blueFooter div#blueFooterCenter{
	width:988px;
	height:26px;
	float:left;
}

div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterTop{
	width:988px;
	height:2px;
	background: url("../images/layout/FOOTER_BLUE_top_fill.png") repeat-x;
}

div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle{
	width:983px;
	height:24px;
	background:#2fcbf1;
	line-height:21px;
	padding-right:5px;
	float:left;
	text-align: right;
	color: #FFF;
	font-size: 10px;
	background: url("../images/layout/FOOTER_BLUE_center_corner.png") repeat-x;
}

div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a,
div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:link,
div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:visited,
div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:active,
div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:hover {
	color: #FFF;
	text-decoration: none;
}

div#SmallBottomFooter div#blueFooter div#blueFooterCenter div#blueFooterCenterMiddle a:hover {
	text-decoration: underline;
}

div#SmallBottomFooter div#blueFooter div#blueFooterRight{
	width:6px;
	height:26px;
	float:left;
}
 
div#SmallBottomFooter div#blueFooter div#blueFooterRight div#blueFooterRightTop{
	width:6px;
	height:26px;
	background: url("../images/layout/FOOTER_BLUE_right_corner.png") no-repeat top right;
} 


ul#pollantwoord {
}

ul#pollantwoord li {
	margin-bottom: 5px;
}

ul#pollantwoord li div.perc {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}

ul#pollantwoord li div.stand {
	clear: both;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 0;
	height: 8px;
	width: 100%;
	overflow: hidden;
	line-height: 8px;
	vertical-align: middle;
	margin-top: 2px;
}

ul#pollantwoord li div.stand img {
	margin: 0;
	padding: 0;
}
.breadcrumb {
	text-decoration:none;
	color:#fff;
}

.verborgen {
	display: none;
}

/**
	Nieuwsitems
*/

div.nieuwsitem {
	position: relative;
}

div.nieuwsitem h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 8px;
	margin-top: 10px;
}

div.nieuwsitem h1 {
	line-height: 1em;
	margin-bottom: 8px;
	margin-top: 10px;
}

#content div.nieuwsitem h2 a {text-decoration:none;}

div.nieuwsitem h2 a,
div.nieuwsitem h2 a:link,
div.nieuwsitem h2 a:visited,
div.nieuwsitem h2 a:active,
div.nieuwsitem h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

div.nieuwsitem span.datum {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div.nieuwsitem div.nieuwsafbeelding {
	margin-bottom: 8px;
	position: relative;
	height: 114px;
	width: 626px;
}

div.nieuwsitem div.nieuwsafbeelding img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

div.nieuwsitem div.nieuwsafbeelding img.nieuwsimg {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
}

div.nieuwsitem.titel h2 {
	font-weight: bold;
	text-transform: none;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 3px;
}

div.nieuwsitem.volledig {
	background-image: url(../images/layout/actueel_lijn.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.meer {
}

div.meer div.btnAct {
	height:16px;
	float: right;
	margin-left: 5px;
}

div.meer div.btnAct div.btnActLeft {
	width:5px;
	height:16px;
	float:left;
	background: url("../images/layout/ACT_green_left.png") no-repeat left;
}

div.meer div.btnAct div.btnActCenter {
	height:16px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	line-height:16px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/ACT_green_fill.png") repeat-x;
	padding:0 5px 0 5px;
}

div.meer div.btnAct div.btnActRight {
	height:16px;
	width:5px;
	float:left;
	background: url("../images/layout/ACT_green_right.png") no-repeat right;
}



div.meer div.btnActShare {
	height:16px;
	float:right;
}

div.meer div.btnActShare div.btnActShareLeft {
	width:5px;
	height:16px;
	float:left;
	background: url("../images/layout/ACT_orange_left.png") no-repeat left;
}

div.meer div.btnActShare div.btnActShareCenter {
	overflow:hidden;
	width:60px;
	height:16px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	line-height:16px;
	color:white;
	overflow:hidden;
	float:left;
}

div.meer div.btnActShare div.btnActShareCenter div.shareText{
	width:60px;
	height:16px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	line-height:16px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/ACT_orange_fill.png") repeat-x;
	text-align: center;
	overflow:hidden;
}

div.meer div.btnActShare div.btnActShareCenter div.shareButtons{
	width:60px;
	height:16px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	line-height:16px;
	color:white;
	overflow:hidden;
	float:left;
	background: url("../images/layout/ACT_orange_fill.png") repeat-x;
	text-align: center;
	padding:0;
	z-index:15;
}

div.meer div.btnActShare div.btnActShareCenter:hover div.shareButtons{
	margin-top:-16px;
}

div.meer div.btnActShare div.btnActShareCenter div.shareButtons div.shareIcon{
	height:14px;
	width:14px;
	/*float:right;	*/
	padding: 1px;
	cursor:pointer;
	display: inline-block;
}

div.meer div.btnActShare div.btnActShareRight {
	height:16px;
	width:5px;
	float:left;
	background: url("../images/layout/ACT_orange_right.png") no-repeat right;
}

p.pagenav a,
p.pagenav a:link,
p.pagenav a:visited,
p.pagenav a:active,
p.pagenav a:hover {
	color: #FFF;
	text-decoration: none;
}

p.pagenav a:hover {
	text-decoration: underline;
}


div.pageBreak {
	display: none;
}

div#gadget_preview {
	width:380px;
	height:333px;
	border: 1px solid black;
	float:left;
	margin:20px 20px 20px 0;
	text-align:center;
	font-size:25px;
	color:white;
}
div#gadget_content {
	width:572px;
	height:333px;
	float:left;	
	color:white;
}
div#gadget_heading {
	font-size:25px;
	color:white;
	margin-bottom:5px;
}
div#gadget_embed textarea {
	width:562px;
	height:13px;
	border:0;
	text-align:center;
	overflow:hidden;
	padding:5px;
	margin-top:10px;
	display: block;
	vertical-align: middle;
	border: none;
	font-size: 12px;
	font-family: "Arial";
}

#bottomFooter li div.fullMessage{
	position: absolute;
	width: 298px;
	background:none;
	color:white;
	z-index:9999999;
	margin-top:-5px;
	margin-left:-35px;
	overflow:visible;
	height:auto;
	visibility:hidden;
	word-wrap:break-word;
}
#bottomFooter li div.fullMessage img {
	visibility:hidden;
}
#bottomFooter li:hover div.fullMessage,
#bottomFooter li.sfhover_msg div.fullMessage,
#bottomFooter li div.fullMessage:hover,
#bottomFooter li.sfhover_msg div.fullMessage img{
	visibility:visible;
}

#bottomFooter li div.fullMessage div.mgs_content {
	width:326px;
	background:#00ABDE;
	padding:5px 8px 5px 8px;
	clear:both;
	height:auto;
}

#bottomFooter .msg_profile {
	height:70px;
	width:70px;
	float:left;
	margin: 2px 6px 0px 0;
	border: 1px solid white;
}

#SmallBottomFooter li div.fullMessage{
	position: absolute;
	width: 521px;
	background:none;
	color:white;
	z-index:9;
	margin-top:-5px;
	margin-left:-35px;
	overflow:visible;
	height:auto;
	visibility:hidden;
	word-wrap: break-word;
}

#SmallBottomFooter div.fullMessage div.mgs_content {
	width:521px;
	background:#00ABDE;
	padding:5px 8px 5px 8px;
	clear:both;
	height:auto;
}

#SmallBottomFooter li:hover div.fullMessage, 
#SmallBottomFooter li.sfhovermsg div.fullMessage,
#SmallBottomFooter li div.fullMessage:hover {
	visibility:visible;
}
#SmallBottomFooter .msg_profile {
	height:70px;
	width:70px;
	float:left;
	margin: 2px 6px 0px 0;
	border: 1px solid white;
}

/***

Everybody's lucky

***/
div#middleFlashEL {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	/*background: url(../images/everybodyslucky/bg_body.jpg) center center no-repeat;*/
	background: #1B3651;
	
}

div#middleFlashEL div.content {
	width: 636px;
	height: 367px;
	background: url(../images/everybodyslucky/bg_content.jpg) no-repeat;
	margin: 35px auto 0;
	padding: 104px 56px 59px 268px;
	text-align: left;
	overflow: hidden;
	color: #FFF;
	font-family: "Trebuchet MS","Arial";
	font-size: 12px;
	line-height: 1.8em;
	position: relative;
}

div#middleFlashEL div.content p {
	margin: 0 0 15px;
}

div#middleFlashEL div.kolom {
	width: 50%;
	float: left;
	clear: right;
}

div#middleFlashEL div#foutmeldingEL {
	position: absolute;
	bottom: 70px;
	left: 268px;
}

div#middleFlashEL div#foutmeldingEL.error {
	background: url(../images/everybodyslucky/bg_error.jpg) no-repeat;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	padding: 0 10px 0 25px;
}

div#middleFlashEL div.knop {
	width: 169px;
	height: 38px;
	position: absolute;
	bottom: 15px;
	right: 50px;
}

div#middleFlashEL div.prijs {
	width: 101px;
	height: 106px;
	position: absolute;
	top: 301px;
	left: 151px;
}

div#middleFlashEL label {
	float: left;
	width: 130px;
	line-height: 26px;
	vertical-align: middle;
}

div#middleFlashEL input {
	margin-bottom: 17px;
	width: 150px;
	height: 26px;
	padding: 0;
	border: none;
	padding: 0 10px;
	background: url(../images/everybodyslucky/bg_input.jpg) no-repeat transparent;
	font-family: "Trebuchet MS","Arial";
	font-size: 12px;
	line-height: 26px;
	vertical-align: middle;
}

div#middleFlashEL input.error {
	background-image: url(../images/everybodyslucky/bg_input_error.jpg);
	padding: 0 10px 0 25px;
	width: 135px;
}

div#middleFlashEL input.straat {
	width: 110px;
	background-image: url(../images/everybodyslucky/bg_input_straat.jpg);
}

div#middleFlashEL input.error_straat {
	width: 95px;
	padding: 0 10px 0 25px;
	background-image: url(../images/everybodyslucky/bg_input_straat_error.jpg);
}

div#middleFlashEL input.huisnummer {
	width: 22px;
	margin-left: 10px;
	padding: 0 4px;
	background-image: url(../images/everybodyslucky/bg_input_huisnummer.jpg);
}

div#middleFlashEL input.schoenmaat{
	width: 22px;
	padding: 0 4px;
	background-image: url(../images/everybodyslucky/bg_input_huisnummer.jpg);
}

div#middleFlashEL input.error_huisnummer {
	background-image: url(../images/everybodyslucky/bg_input_huisnummer_error.jpg);
}

div#middleFlashEL input.radio {
	width: auto;
	height: auto;
	line-height: 1em;
	vertical-align: top;
	background: none;
}

#bedanktEL {
	text-align: left;
	z-index: 100000000;
	position: absolute;
	left: 50%;
	top: 200px;
	width: 569px;
	height: 189px;
	margin-left: -285px; /* half of width */
	background: url(../images/everybodyslucky/bg_bedankt.png) no-repeat transparent;
	
	font-family: "Trebuchet MS","Arial";
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
}

#bedanktEL #bedanktELHolder {
	padding: 59px 59px 54px 55px;
	width: 455px;
	height: 76px;
	position: relative;
}

#bedanktEL #bedanktELHolder #bedanktELknop {
	position: absolute;
	bottom: 5px;
	right: 50px;
}

/**
	Couponactie
*/
#couponactie {
	text-align: left;
	width: 1100px;
	height: 570px;
	margin: 0 auto;
	margin-top: -50px;
	position: relative;
	font-family: Arial;
}

#couponactie div.flessen {
	display: block;
	width: 380px;
	height: 505px;
	float: left;
	clear: right;
	padding-top: 50px;
}

#couponactie div.invullen {
	display: block;
	width: 720px;
	height: 505px;
	float: left;
	clear: right;
	background: url(../images/layout/couponactie/ontvang_korting.png) no-repeat right 10px;
	position: relative;
}

#couponactie div.invullen div.text {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: justify;
	position: absolute;
	top: 315px;
	left: 40px;
	width: 635px;
}

#couponactie div.invullen div.text a {
	color: #FFF;
	
	}

#couponactie div.invullen div.formulier {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	top: 200px;
	right: 60px;
	width: 291px;
	height: 171px;
	background: url(../images/layout/couponactie/bg_formulier.png);
	padding: 60px 20px 30px 20px;
	font-weight: bold;
}

#couponactie div.invullen div.formulier input.text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 264px;
	height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}

#couponactie div.invullen div.formulier input.button {
	margin: 5px 0 0 153px;
}

#couponactie div.invullen div.error {
	background: #FFF;
	color: #F00;
	padding: 10px 20px;
	position: absolute;
	top: 470px;
	right: 73px;
	width: 278px;
	border: 1px solid #025083;
}

#couponactie div.pagina {
	display: block;
	width: 720px;
	height: 505px;
	float: left;
	clear: right;
	position: relative;
}

#couponactie div.pagina div.holder {
	width: 569px;
	height: 378px;
	background: url(../images/layout/couponactie/bg_pagina.png) no-repeat;
	overflow: hidden;
	margin: 50px 0 0 15px;
	padding: 60px 40px 20px 20px;
}

#couponactie div.pagina div.holder img {
	margin-top: 10px;
}

#couponactie div.pagina div.holder div.pagina_content {
	width: 559px;
	height: 338px;
	padding: 0 10px 0 0;
	overflow: auto;
	color: #FFF;
}

#couponactie div.pagina div.holder div.pagina_content.formulier {
	height: 378px;
}

#couponactie div.pagina div.holder div.pagina_content p {
	margin-bottom: 15px;
}

#couponactie div.pagina div.holder div.pagina_content h1 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
}

#couponactie div.pagina div.holder div.pagina_content a,
#couponactie div.pagina div.holder div.pagina_content a:link,
#couponactie div.pagina div.holder div.pagina_content a:visited,
#couponactie div.pagina div.holder div.pagina_content a:active,
#couponactie div.pagina div.holder div.pagina_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#couponactie div.pagina div.holder div.pagina_content a:hover {
	text-decoration: none;
}

#couponactie div.pagina div.holder div.pagina_content div.kolom_links,
#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts {
	display: block;
	width: 50%;
	float: left;
	clear: right;
}

#couponactie div.pagina div.holder div.pagina_content div.formulier {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	position: inherit;
	font-weight: bold;
}

#couponactie div.pagina div.holder div.pagina_content div.error {
	color: #F00;
	margin-bottom: 15px;
}

#couponactie div.pagina div.holder div.pagina_content div.vragen {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}

#couponactie div.pagina div.holder div.pagina_content div.vragen span.vraag {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
}

#couponactie div.pagina div.holder div.pagina_content input.text {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 240px;
	height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}

#couponactie div.pagina div.holder div.pagina_content input.button {
	margin: 5px 0 0 86px;
}

#couponactie div.pagina div.holder div.pagina_content input.button.breed {
	margin: 0 0 0 370px;
}

#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal a,
#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal a:link,
#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal a:visited,
#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal a:active,
#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#couponactie div.pagina div.holder div.pagina_content div.kolom_rechts div.normaal a:hover {
	text-decoration: none;
}

#couponactie div.pagina div.holder div.pagina_content p.el {
	text-align: center;
	margin: 0;
	margin-top: -10px;
}

#couponactie div.actievoorwaarden {
	position: absolute;
	bottom: 10px;
	right: 57px;
	text-transform: uppercase;
	color: #025083;
	font-weight: bold;
	font-size: 12px;
}

#couponactie div.actievoorwaarden a,
#couponactie div.actievoorwaarden a:link,
#couponactie div.actievoorwaarden a:visited,
#couponactie div.actievoorwaarden a:active,
#couponactie div.actievoorwaarden a:hover {
	color: #025083;
	font-weight: bold;
	text-decoration: none;
}

#couponactie div.actievoorwaarden a:hover {
	text-decoration: underline;
}

/***

Everybody's lucky

***/
div#middleFlashXF {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	background: #000000 url(../xfactor/images/bg_xfactor.jpg) center top no-repeat;
}


div#middleFlashXF div.content {
	width: 775px;
	height: 618px;
	background: url(../xfactor/images/bg_xfactor_content.png) no-repeat top left;
	margin: 0 auto;
	/*padding: 104px 56px 59px 268px;*/
	text-align: left;
	overflow: hidden;
	color: #FFF;
	font-family: "Arial";
	font-size: 12px;
	line-height: 1.8em;
	position: relative;
}

div#middleFlashXF div.content.optin {
	background: url(../xfactor/images/bg_xfactor_content_inschrijven.png) no-repeat top left;
}

div#middleFlashXF div.content h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

div#middleFlashXF div.content div.logo {
	text-align: center;
	width: 179px;
	height: 160px;
	position: absolute;
	top: 55px;
	right: 0;
}

div#middleFlashXF div.content div.formulier {
	text-align: left;
	width: 628px;
	height: 279px;
	position: absolute;
	top: 280px;
	left: 48px;
	background: #313131;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
}

div#middleFlashXF div.kolom {
	width: 50%;
	float: left;
	clear: right;
}

div#middleFlashXF label {
	float: left;
	width: 100px;
	line-height: 26px;
	vertical-align: middle;
}

div#middleFlashXF input {
	margin-bottom: 17px;
	width: 150px;
	height: 26px;
	padding: 0;
	border: none;
	padding: 0 10px;
	/*background: url(../images/everybodyslucky/bg_input.jpg) no-repeat transparent;*/
	font-family: "Trebuchet MS","Arial";
	font-size: 12px;
	line-height: 26px;
	vertical-align: middle;
	background: white;
}

div#middleFlashXF input.error {
	background: url(../xfactor/images/error.png) right center no-repeat white;
	padding: 0 35px 0 10px;
	width: 125px;
}

div#middleFlashXF input.straat {
	width: 110px;
}

div#middleFlashXF input.error_straat {
	width: 85px;
	padding: 0 35px 0 10px;
	background: url(../xfactor/images/error.png) right center no-repeat white;
}

div#middleFlashXF input.huisnummer {
	width: 22px;
	margin-left: 10px;
	padding: 0 4px;
}

div#middleFlashXF input.error_huisnummer {
	background: url(../xfactor/images/error.png) right center no-repeat white;
}

div#middleFlashXF input.radio {
	width: auto;
	height: auto;
	line-height: 1em;
	vertical-align: top;
	background: none;
}

div#middleFlashXF div.knop {
	text-align: right
}
