@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0 5px;
	width: 990px;
	background: url(../images/background.png) #00204A center top repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

h1.title {
	position: absolute;
	text-indent: -99999em;
}

#page {
	position: relative;
	margin: 0;
	text-align: left;
	z-index: 1000;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 70px;
	background: url(../images/header.png) transparent no-repeat;
	z-index: 1140;
}

.topLogo {
	display: block;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 70px;
	float: left;
}

.topLogo span {
	position: absolute;
	text-indent: -99999em;
}

#controlBar {
	margin: 0;
	padding: 0;
	width: 615px;
	height: 70px;
	float: right;
}

#controlBar .controlScore {
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
	width: 70px;
	height: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	float: left;
}

#controlBar .controlScore span {
	display: block;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 3.4em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 36px;
	white-space: nowrap;
}

#controlNavigation {
	margin: 15px 0 0 0;
	padding: 0;
	width: 320px;
	height: 55px;
	list-style-type: none;
	float: left;
}

#controlNavigation li {
	margin: 0 5px 0 0;
	padding: 0;
	width: 100px;
	height: 40px;
	float: left;
}

#controlNavigation li a {
	display: block;
	margin: 0;
	padding: 4px 1px 1px 4px;
	width: 95px;
	height: 35px;
	background-image: url(../images/elem_controlnavigation.png);
	background-color: transparent;
	background-position: left 0px;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 16px;
	color: #DDDDDD;
	text-decoration: none;
	overflow: hidden;
}

#controlNavigation li a:hover {
	background-position: left -40px;
	color: #FFFFFF;
}

#controlBar .controlSPL {
	margin: 7px 0 0 0;
	padding: 0;
	width: 215px;
	height: 63px;
	overflow: hidden;
	float: left;
}

#runway, #weather {
	position: relative;
	margin: 0;
	padding: 0;
	width: 215px; 
	height: 63px;
	display: none;
}

#runwayVisual {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 55px;
	list-style-type: none;
}

#runwayVisual li {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 55px;
	background-position: left 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 1141;
}

#runwayVisual li#polderbaan {
	background-image: url(../images/elem_polderbaan.png);
}

#runwayVisual li#zwanenburgbaan {
	background-image: url(../images/elem_zwanenburgbaan.png);
}

#runwayVisual li#buitenveldertbaan {
	background-image: url(../images/elem_buitenveldertbaan.png);
}

#runwayVisual li#kaagbaan {
	background-image: url(../images/elem_kaagbaan.png);
}

#runwayVisual li#aalsmeerbaan {
	background-image: url(../images/elem_aalsmeerbaan.png);
}

#runway .polderbaan_l li#polderbaan, #runway .zwanenburgbaan_l li#zwanenburgbaan, #runway .buitenveldertbaan_l li#buitenveldertbaan, #runway .kaagbaan_l li#kaagbaan, #runway .aalsmeerbaan_l li#aalsmeerbaan {
	background-position: left -55px;
	z-index: 1142;
}

#runway .polderbaan_t li#polderbaan, #runway .zwanenburgbaan_t li#zwanenburgbaan, #runway .buitenveldertbaan_t li#buitenveldertbaan, #runway .kaagbaan_t li#kaagbaan, #runway .aalsmeerbaan_t li#aalsmeerbaan {
	background-position: left -110px;
	z-index: 1143;
}

#runwayVisual li#oostbaan {
	display: none;
}

#runwayVisual li span {
	position: absolute;
	text-indent: -99999em;
}

#runwayInformation, #weatherInformation {
	position: absolute;
	top: 3px;
	left: 60px;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 11px;
	text-transform: uppercase;
}

#runwayInformation dt, #weatherInformation dt {
	margin: 0;
	padding: 0 3px 0 0;
	color: #9FD4ED;
	clear: left;
	float: left;
}

#runwayInformation dd, #weatherInformation dd {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	float: left;
}

#runwayInformation .takeoff {
	color: #FF0000;
}

#weatherVisual {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 55px;
	background-image: url(../images/elem_wind.png);
	background-position: center center;
	background-color: transparent;
	background-repeat: no-repeat;	
}

#weather .direction_noord {
	background-image: url(../images/elem_wind-n.png);
}

#weather .direction_noord-noord-oost {
	background-image: url(../images/elem_wind-nno.png);
}

#weather .direction_noord-oost {
	background-image: url(../images/elem_wind-no.png);
}

#weather .direction_oost-noord-oost {
	background-image: url(../images/elem_wind-ono.png);
}

#weather .direction_oost {
	background-image: url(../images/elem_wind-o.png);
}

#weather .direction_oost-zuid-oost {
	background-image: url(../images/elem_wind-ozo.png);
}

#weather .direction_zuid-oost {
	background-image: url(../images/elem_wind-zo.png);
}

#weather .direction_zuid-zuid-oost {
	background-image: url(../images/elem_wind-zzo.png);
}

#weather .direction_zuid {
	background-image: url(../images/elem_wind-z.png);
}

#weather .direction_zuid-zuid-west {
	background-image: url(../images/elem_wind-zzw.png);
}

#weather .direction_zuid-west {
	background-image: url(../images/elem_wind-zw.png);
}

#weather .direction_west-zuid-west {
	background-image: url(../images/elem_wind-wzw.png);
}

#weather .direction_west {
	background-image: url(../images/elem_wind-w.png);
}

#weather .direction_west-noord-west {
	background-image: url(../images/elem_wind-wnw.png);
}

#weather .direction_noord-west {
	background-image: url(../images/elem_wind-nw.png);
}

#weather .direction_noord-noord-west {
	background-image: url(../images/elem_wind-nnw.png);
}

#weatherVisual span {
	position: absolute;
	text-indent: -99999em;
}

.topNavigation {
	position: absolute;
	top: 40px;
	left: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1141;
	clear: both;
}

.topNavigation li {
	margin: 0;
	padding: 0 0 0 8px;
	height: 52px;
	width: 94px;
	background: url(../images/elem_topnavigation.png) transparent right top no-repeat;
	float: left;
}

.topNavigation li:first-child {
	padding-left: 26px;
}

.topNavigation li a {
	display: block;
	margin: 1px;
	padding: 5px 6px;
	width: 80px;
	height: 40px;
	background: none;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 19px;
	color: #A3ADB3;
	text-decoration: none;
	overflow: hidden;
}

.topNavigation li.middle a {
	padding: 5px 15px;
	width: 62px;
}

.topNavigation li.last a {
	padding: 5px 8px;
	width: 76px;
}

.topNavigation li a:hover {
	background: url(../images/elem_topnavigation_hover.png) #434549 no-repeat;
	color: #FFFFFF;
}

#content {
	position: relative;
	margin: 0 15px;
	padding: 70px 0 35px 0;
	width: 960px; 
	min-height: 420px; 
	background: url(../images/bg_content.jpg) center 70px no-repeat; 
	z-index: 1110;
}

body.activation #content {
	z-index: 1130 !important;
}

#contentNavigation {
	position: absolute;
	top: 120px;
	left: 55px;
	padding: 0;
	width: 255px;
	z-index: 1111;
}
	
#contentNavigation h2.contentNavigationTitle {
	margin: 0 0 -4px 0;
	padding: 5px 132px 0 8px;
	width: 115px;
	height: 55px;
	background: url(../images/elem_sitenavigation-title.png) transparent left top no-repeat;
	font-size: 1.8em;
	color: #FFFFFF;
	line-height: 22px;
	overflow: hidden;
}

#contentNavigation h2.contentNavigationTitle span {
	color: #CC0000;
}

#contentNavigation .contentNavigationList {
	margin: 0;
	padding: 0;
	width: 125px;
	background: #000000;
	list-style-type: none;
}

#contentNavigation .contentNavigationList li {
	position: relative;
	top: 4px;
	left: 17px;
	margin: 0;
	padding: 4px 0 0 4px;
	width: 234px;
	height: 23px;
	background: url(../images/elem_sitenavigation-listitem.png) transparent left top no-repeat;
}

#contentNavigation .contentNavigationList li a {
	display: block;
	margin: 0;
	padding: 0 2px 0 7px;
	width: 225px; 
	height: 23px;
	font-size: 1.1em;
	font-weight: bold;
	color: #BABABA;
	line-height: 21px;
	text-decoration: none;
	/*letter-spacing: -1px;*/
}

#contentNavigation .contentNavigationList li.selected a {
	color: #FFFFFF;
}

#contentNavigation .contentNavigationList li a:hover {
	color: #FFFFFF;
	background: #CC0000;
}

#contentNavigation .contentNavigationList li a span {
	margin: 0;
	padding: 0 15px 0 0;
	background-image: url(../images/elem_sitenavigation-arrows.png);
	background-color: transparent;
	background-position: right 0px;
	background-repeat: no-repeat;
}

#contentNavigation .contentNavigationList li a:hover span {
	background-position: right -15px;
}

#contentNavigation .contentNavigationExtention {
	margin: 0;
	padding: 15px 10px 10px 10px;
	width: 105px;
	background: #000000;
}

#contentNavigation .contentNavigationExtention #login, #contentNavigation .contentNavigationExtention #logout {
	color: #FFFFFF;
	text-decoration: none;
	display: none;
}

#contentNavigation .contentNavigationExtention #hyves {
	color: #CC0000;
	text-decoration: none;
	display: none;
}

#contentNavigation .contentNavigationExtention #login:hover, #contentNavigation .contentNavigationExtention #logout:hover, #contentNavigation .contentNavigationExtention #hyves:hover {
	text-decoration: underline;
}

#contentContainer {
	margin: 0;
	padding: 40px 0 0 370px;
	width: 550px;
}

body.video #contentContainer {
	padding: 40px 0 0 404px;
	width: 516px;
}

body.photo #contentContainer {
	padding: 40px 0 0 404px;
	width: 516px;
}

body.text #contentContainer {
	padding: 40px 0 0 404px;
	width: 516px;
}

body.faq #contentContainer {
	padding: 40px 0 0 404px;
	width: 516px;
}

body.flash #contentContainer {
	padding: 40px 0 0 370px;
	width: 550px;
}

body.news #contentContainer {
	padding: 40px 0 0 404px;
	width: 516px;
}

body.blog #contentContainer {
	padding: 40px 0 0 404px;
	width: 516px;
}

#contentContainer .textBlock {
	margin: 0 0 10px 0;
	padding: 14px;
	/*min-height: 100px;*/
	background: #FFFFFF; 
}

#contentContainer .textBlock, #contentContainer .textBlock * {
	font-family: Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	color: #666666 !important;
	letter-spacing: normal !important;
	line-height: normal !important;
}

body.text #contentContainer .textBlock {
	min-height: 130px;
}

body.faq #contentContainer .textBlock {
	min-height: 280px;
}

body.news #contentContainer .textBlock {
	min-height: 330px;
}

body.blog #contentContainer .textBlock {
	min-height: 330px;
}

#contentContainer .textBlock h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.5em !important;
}

#contentContainer .textBlock h4 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.1em !important;
}

#contentContainer .textBlock p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em !important;
}

#contentContainer .textBlock a {
	color: #CC0000 !important;
	text-decoration: none;
}

#contentContainer .textBlock a:hover {
	text-decoration: underline;
}

#contentContainer .textBlock ul,
#contentContainer .textBlock ol {
	margin: 0 0 10px 0;
	font-size: 1.1em !important;
}

body.faq #contentContainer .textBlock ul,
body.faq #contentContainer .textBlock ol {
	padding-left: 0; 
	list-style-type: none;
}

#contentContainer .textBlock img {
	margin: 0 5px 5px 0;
	padding: 0;
	border: 0px solid #000000;
	vertical-align: text-top;
}

body.news #contentContainer .textBlock .newsImage {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	max-width: 175px;
}

body.news #contentContainer .textBlock .newsSummary, body.news #contentContainer .textBlock .newsSummary * {
	font-style: italic !important;
}

body.news #contentContainer .textBlock .newsBody {
	/* */
}

body.blog #contentContainer .textBlock div.odd, body.blog #contentContainer .textBlock div.even {
	cursor: pointer;
}

body.blog #contentContainer .textBlock div.row {
	margin: 0 0 -1px 0;
	padding: 0 5px 10px 5px;
	min-height: 75px;
	border: 1px dotted #666666;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	font-size: 1.1em !important;
	color: #333333 !important;
}

body.blog #contentContainer .textBlock div.row h3 {
	font-size: 1.35em !important;
}

body.blog #contentContainer .textBlock div.row h4 {
	font-size: 1em !important;
}

body.blog #contentContainer .textBlock div.row p {
	font-size: 1em !important;
}

body.blog #contentContainer .textBlock div.odd {
	background: #FDFDFD;
}

body.blog #contentContainer .textBlock div.even {
	background: #FAFAFA;
}

body.blog #contentContainer .textBlock .articleData {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	text-align: right;
}

body.blog #contentContainer .textBlock div.odd .articleData {
	/* */
}

body.blog #contentContainer .textBlock div.even .articleData {
	/* */
}

body.blog #contentContainer .textBlock .articleData .pubDate {
	/* */
}

body.blog #contentContainer .textBlock .articleData .reaction {
	/* */
}

#embedContainer {
	margin: 0 0 -14px 0;
	padding: 14px;
	background: #FFFFFF;
}


body.text #embedContainer,
body.video #embedContainer,
body.photo #embedContainer {
	width: 488px;
}

body.flash #embedContainer {
	width: 550px;
	height: 350px;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#videoContainer {
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0;
	padding: 0;
	height: 420px;
	width: 960px;
	overflow: hidden;
	z-index: 1113;
}

#businesscardContainer {
	position: absolute;
	top: 465px;
	left: -15px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1114;
}

#businesscardContainer li {
	position: relative;
	margin: 0 8px 0 0;
	padding: 0 5px;
	height: 82px;
	width: 165px;
	background: url(../images/elem_businesscard.png) transparent no-repeat;
	cursor: pointer; 
	overflow: hidden;
	float: left;
}

#businesscardContainer h2 {
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	height: 22px; 
	background: url(../images/elem_businesscardarrow.png) transparent right 66% no-repeat;
	font-size: 1.4em;
	line-height: 22px;
	color: #9FD4ED;
	overflow: hidden;
}

#businesscardContainer li:hover h2 {
	color: #BEE6F9;
}

#businesscardContainer li > span {
	display: block;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 115px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 1px;
	line-height: 8px;
	text-transform: uppercase;
	color: #DDDDDD;
	overflow: hidden;
}

#businesscardContainer p {
	margin: 0;
	padding: 1px 0;
	width: 115px;
	font-size: 1em;
	line-height: 12px;
	color: #DDDDDD;
}

#businesscardContainer img {
	position: absolute;
	right: 3px;
	bottom: 3px;
	height: 65px;
	max-width: 50px;
	-moz-opacity: .66; 
	opacity: .66;
}

#businesscardContainer li:hover > span, #businesscardContainer li:hover p {
	color: #FFFFFF;
}

#businesscardContainer li:hover > img {
	-moz-opacity: .88; 
	opacity: .88;
}

#businesscardContainer a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 82px;
}

#businesscardContainer a > span {
	position: absolute;
	text-indent: -99999em;
}

#businesscardContainer #businesscardSelf > span {
	visibility: hidden;
}

#businesscardContainer #businesscardSelf > span.show {
	visibility: visible !important;
}

#activationPopup {
	position: absolute;
	top: 70px;
	left: -15px;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 485px;
	z-index: 1131;
	overflow: hidden;
}

#activationPopup > div {
	margin: 0;
	padding: 45px 35px 40px 20px;
	width: 935px;
	height: 400px;
	background-image: url(../images/bg_activation.png);
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 1.1em;
	overflow: hidden;
}

#activationPopup > div.red {
	background-image: url(../images/bg_activationred.png);
}

#activationPopup > div.green {
	background-image: url(../images/bg_activationgreen.png);
}

#activationPopup > div.pink {
	background-image: url(../images/bg_activationpink.png);
}

#activationPopup > div.blue {
	background-image: url(../images/bg_activationblue.png);
}

#activationPopup > div.yellow {
	background-image: url(../images/bg_activationyellow.png);
}

#activationPopup a.closeButton {
	position: absolute;
	top: 10px;
	right: 25px;
	margin: 0;
	padding:0 15px 0 0;
	height: 15px;
	background: url(../images/elem_closebutton.gif) transparent right top no-repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999999;
	line-height: 1.4;
}

#activationPopup a.closeButton span {
	/* */
}

#activationPopup #activationLogo {
	position: absolute;
	top: 30px;
	right: 35px;
	max-width: 250px;
	max-height: 225px;
}

#activationPopup #activationContentNavigation {
	position: absolute;
	bottom: 35px;
	right: 35px;
}

#activationPopup #activationEmbedContainer {
	margin: 0;
	padding: 0;
}

#activationPopup > div.firstActivation #activationEmbedContainer {
	width: auto !important;
	max-width: 650px;
}

#activationPopup > div.secondActivation #activationEmbedContainer {
	position: absolute;
	top: 45px;
	left: 20px;
	width: 450px !important;
}

#activationPopup > div.thirdActivation #activationEmbedContainer {
	position: absolute;
	top: 45px;
	left: 20px;
	width: 450px !important;
}

#activationPopup > div.moreInfo #activationEmbedContainer {
	display: none !important;
}

#activationPopup .textBlock {
	margin: 0;
	padding: 0;
}

#activationPopup > div.firstActivation .textBlock {
	padding-left: 20px !important;
	width: 650px !important;
	display: none;
}

#activationPopup > div.secondActivation .textBlock {
	padding-left: 470px !important;
	width: 450px !important;
}

#activationPopup > div.thirdActivation .textBlock {
	padding-left: 470px !important;
	width: 450px !important;
}

#activationPopup > div.moreInfo .textBlock {
	display: block !important;
}

#activationPopup > div.firstActivation #activationIntroText {
	position: absolute;
	padding-left: 0 !important;
	top: 260px;
	right: 35px;
	width: auto !important;
	max-width: 250px;
	display: block !important;
}

#activationPopup > div.moreInfo #activationIntroText {
	display: none !important;
}

#activationPopup .textBlock, #activationPopup .textBlock * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	color: #666666 !important;
	font-weight: bold !important;
	letter-spacing: normal !important;
	line-height: 18px !important;
}

#activationPopup .textBlock p {
	margin: 0;
	padding: 0 0 10px 0;
}

#activationPopup .textBlock h3 {
	margin: 0;
	padding: 0;
}

#activationPopup .textBlock h3, #activationPopup .textBlock b, #activationPopup .textBlock strong {
	color: #5C5C5C !important;
}

#activationPopup > div.red .textBlock h3, #activationPopup > div.red .textBlock b, #activationPopup > div.red .textBlock strong {
	color: #bf1530 !important;
}

#activationPopup > div.green .textBlock h3, #activationPopup > div.green .textBlock b, #activationPopup > div.green .textBlock strong {
	color: #9dbd1b !important;
}

#activationPopup > div.pink .textBlock h3, #activationPopup > div.pink .textBlock b, #activationPopup > div.pink .textBlock strong {
	color: #ea6c9d !important;
}

#activationPopup > div.blue .textBlock h3, #activationPopup > div.blue .textBlock b, #activationPopup > div.blue .textBlock strong {
	color: #2393c5 !important;
}

#activationPopup > div.yellow .textBlock h3, #activationPopup > div.yellow .textBlock b, #activationPopup > div.yellow .textBlock strong {
	color: #daa41d !important;
}

#activationPopup #activationContentNavigation {
	margin: 0;
	margin-bottom: -15px;
	padding: 0;
	width: 205px;
	list-style-type: none;
}

#activationPopup #activationContentNavigation li {
	margin: 0;
	padding: 0;
	width: 205px;
	height: 30px;
}

#activationPopup #activationContentNavigation li a {
	display: block;
	margin: 0;
	padding: 5px 5px 0 10px;
	width: 190px; 
	height: 25px;
	background-image: url(../images/but_activation.png);
	background-position: left top;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	text-decoration: none;
}

#activationPopup > div.red #activationContentNavigation li a {
	background-image: url(../images/but_activationred.png);
}

#activationPopup > div.green #activationContentNavigation li a {
	background-image: url(../images/but_activationgreen.png);
}

#activationPopup > div.pink #activationContentNavigation li a {
	background-image: url(../images/but_activationpink.png);
}

#activationPopup > div.blue #activationContentNavigation li a {
	background-image: url(../images/but_activationblue.png);
}

#activationPopup > div.yellow #activationContentNavigation li a {
	background-image: url(../images/but_activationyellow.png);
}

#activationPopup #activationContentNavigation li a:hover {
	background-position: left -30px;
	color: #ababab;
}

#activationPopup > div.red #activationContentNavigation li a:hover {
	color: #bf1530 !important;
}

#activationPopup > div.green #activationContentNavigation li a:hover {
	color: #9dbd1b !important;
}

#activationPopup > div.pink #activationContentNavigation li a:hover {
	color: #ea6c9d !important;
}

#activationPopup > div.blue #activationContentNavigation li a:hover {
	color: #2393c5 !important;
}

#activationPopup > div.yellow #activationContentNavigation li a:hover {
	color: #daa41d !important;
}

#activationPopup #activationContentNavigation li.backButton {
	display: none;
}

#activationPopup > div.moreInfo #activationContentNavigation li.backButton {
	display: block !important;
}

#activationPopup > div.moreInfo #activationContentNavigation li.moreInfoButton {
	display: none !important;
}

#footer {
	margin: 0 15px 25px 15px;
	padding: 0;
	width: 960px;
	clear: both;
}

.footerLogo {
	display: block;
	margin: 40px 0 8px 0;
	padding: 0;
	width: 205px;
	height: 32px;
	background: url(../images/logo_lvnl.png) transparent no-repeat;
	float: left;
}

.footerLogo span {
	position: absolute;
	text-indent: -99999em;
}

#activationNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#activationNavigation li {
	position: relative;
	margin: 0 0 8px 0;
	padding: 0;
	height: 15px;
	z-index: 1120;
}

#activationNavigation li a {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 18px 0 0;
	height: 15px;
	background-image: url(../images/elem_activation.png);
	background-position: right -4px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	/* outline: none; */
	white-space: nowrap;
	z-index: 1121;
}

#activationNavigation li a .thirdLine {
	position: absolute;
	text-indent: -99999em;
}

#activationNavigation li.red a {
	background-image: url(../images/elem_activationred.png);
}

#activationNavigation li.green a {
	background-image: url(../images/elem_activationgreen.png);
}

#activationNavigation li.pink a {
	background-image: url(../images/elem_activationpink.png);
}

#activationNavigation li.blue a {
	background-image: url(../images/elem_activationblue.png);
}

#activationNavigation li.yellow a {
	background-image: url(../images/elem_activationyellow.png);
}
		
#activationNavigation li a:hover {
	padding: 3px 38px 36px 7px;
	height: 73px;
	width: 175px;
	background-position: right -23px;
	font-size: 1em;
	text-transform: none;
	letter-spacing: normal;
	white-space: normal;
	overflow: hidden;
}

#activationNavigation li a:hover .firstLine, #activationNavigation li a:hover .secondLine {
	font-size: 2.4em;
	line-height: 25px;
}

#activationNavigation li a:hover .secondLine {
	display: block;
	color: #000000;
}

#activationNavigation li a:hover .thirdLine {
	display: block;
	position: static;
	line-height: 20px;
	text-transform: uppercase;
	text-indent: 0px;
}

.footerNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	background: url(../images/elem_footerline.png) left top no-repeat;
	clear: both;
}

.footerNavigation li {
	margin: 10px 10px 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 10px;
	text-transform: uppercase;
	float: left;
}

.footerNavigation li a {
	color: #8C95A4;
	text-decoration: none;
}

.footerNavigation li a:hover {
	color: #DDDDDD;
}

#sitemap {
	clear: both;
}

#sitemap, #sitemap > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap h6 {
	margin: 25px 0 0 0; 
	padding: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2B7DB7;
	text-transform: uppercase;
}

#sitemap > li {
	margin: 0;
	padding: 0;
	float: left;
}

#sitemap > li > ul > li {
	margin: 0;
	padding: 2px 0;
	font-size: 1em;
}

#sitemap a {
	color: #8C95A4;
	text-decoration: none;
}

#sitemap a:hover {
	color: #DDDDDD;
}

#sitemap .column_hoe-word-je-het, #sitemap .column_wat-doe-je {
	width: 295px;
	margin-right: 5px;
}

#sitemap .column_ben-je-er-een {
	width: 215px;
	margin-right: 5px;
}

#sitemap .column_bloglvnl {
	width: 140px;
}

.socialLinks {
	float: left;
	margin-left: 35px;
	margin-top: 39px;
	padding: 0;
	list-style-type: none;
}

.socialLinks > li {
	margin: 5px 5px 0 0;
	padding: 0;
	height: 24px; 
	width: 23px;
	float: left;
}

.socialLinks .twitterIcon, .socialLinks .hyvesIcon, .socialLinks .facebookIcon {
	display: block;
	height: 24px; 
	width: 23px;
	background-position: left 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.socialLinks .twitterIcon{
	background-image: url(../images/icon_twitter.png);
}

.socialLinks .hyvesIcon{
	background-image: url(../images/icon_hyves.png);
}

.socialLinks .facebookIcon{
	background-image: url(../images/icon_facebook.png);
}

.socialLinks .twitterIcon:hover, .socialLinks .hyvesIcon:hover, .socialLinks .facebookIcon:hover {
	background-position: left -24px;
}

.socialLinks .twitterIcon span, .socialLinks .hyvesIcon span, .socialLinks .facebookIcon span {
	position: absolute;
	text-indent: -99999em;
}

.show {
	display: block !important;
}

#page:after,
#content:after,
#contentNavigation:after,
#footer:after,
.footerNavigation:after,
.socialLinks:after {
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both; 
	visibility: hidden; 
	font-size: 1px; 
	float: none; 
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}
