/*
	Style Imports
*/
@import url('menu.css');
@import url('modules.css');
@import url('sitemap.css');
@import url('cms-system.css');
@import url('portfolio.css');
@import url('caseSelection.css');

/*
	BEGIN of Reset CSS Styles
	This is used to avoid complications when different browsers use different default values for these elements
*/
html, body, div, span, applet, object, iframe,
h1, h2, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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;
}
/*
	END of Reset CSS Styles
*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


@font-face {
    font-family: 'HelveticaNeueLTRegular';
    src: url('fontface/helveticaneuelt-blackcond-webfont.eot');
    src: url('fontface/helveticaneuelt-blackcond-webfont.eot?#iefix') format('eot'),
         url('fontface/helveticaneuelt-blackcond-webfont.woff') format('woff'),
         url('fontface/helveticaneuelt-blackcond-webfont.ttf') format('truetype'),
         url('fontface/helveticaneuelt-blackcond-webfont.svg#webfontxaIZpaPE') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: /*#DEDEDE*/#dcdcdc url('/images/backgroundGradient.png') repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, serif, sans-serif;
	font-size: 100%;
	line-height: 140%;
}

img {
	border: none;
	outline: none;
}

a{
	outline: none;
	color: #E72672;
	text-decoration: underline;
}

p{
	color: #000;
	line-height: 140%;
}

h1{
	font-size: 37px;
	color: #000;
	width: 100%;
	line-height: 100%;
	padding-top: 7px;
}

h1.page_title{
	float: left;
	font-family: HelveticaNeueLTRegular;	
	font-size: 50px;
	font-weight: normal;
	margin-top: 30px;
	padding: 0 0 15px 19px;
	text-decoration: none;
}

h1 a{
	font-family: HelveticaNeueLTRegular;
	text-decoration: none;
	margin-bottom:5px;
}

ul{
	margin-left:20px;
}

#textContentWrapper h1{
	float: left;
	font-family: HelveticaNeueLTRegular;	
	font-size: 25px;
	color:#E41F6A;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#websiteWrapper{
	/*margin: 0 auto;*/
	width: 960px;
	float:left;
}

#timelineTop{
	/*background: #fff url('/images/timeline.png') no-repeat;*/
	background-color: #fff;
	float: left;
	height: 42px;
	width: 100%;
	display: none;
}

#header{
	float: left;
	height: 186px;
	width: 960px;
	overflow:hidden;
	background-color:#fff;
}

#contentHolder{
	background: #fff/*  url('/images/body_background.png') repeat-y */;
	float: left;
	width: 100%;
	
}

#nav{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:43px;
	background-color:#fff;
	position:relative;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	
}

#nav ul li{
/*	float: left;
	display:inline;*/
}

#nav ul li a:hover{
	color:#D30068;
}

#nav ul li a,
#nav .contactHeader a{
	color: #000;
	/*display: block;*/
	/*font-family: arial, sans-serif;
	font-size: 17px;
	font-weight: bold;*/
	/*height: 27px;*/
	padding: 0 5px 0px 0;
	
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 16px;
	font-family: 'HelveticaNeueLTRegular';
	color:#000;
	text-transform:uppercase;
	font-weight: normal;
	/*width: 187px;*/
}

#nav .contactHeader a{
	font-family: Helvetica-Condensed-Black-Se, sans-serif;	
	font-size: 18px;
	font-weight: normal;
}

#nav ul li a{
	font-weight: normal;
	padding-left: 10px;
}

#nav ul li a.button{
	color: #565656;
	background-color: #f5f5f5;
	border:1px solid #dedede;
    border-top:1px solid #000;
    border-left:1px solid #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
    cursor:pointer;
	height: 20px;
	line-height: 20px;
	display: inline;
	margin: 0px 4px;
}

#nav ul li ul{
	/*float: left;*/
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
	display:inline;
}

#nav ul li ul li{
	border-bottom: none;
	line-height: 140%;
	padding-top: 0;
}

#nav ul li ul li a{
	font-family: Helvetica-Condensed-Black-Se, sans-serif;
	color: #231f20;
	text-decoration: none;
	padding: 10px 0 10px 9px;
	margin-right: 8px;
}

#nav ul li ul li a.active{
	font-size: 13px;
	margin: 0;
	margin-right: 8px;
	/*padding: 0;
	padding-top:7px;*/
	padding: 10px 0 10px 9px;
}


#nav .contactHeader a{
	border-bottom: 2px dotted #ccc;
	color: #000;
	float: left;
	height: 32px;
	padding-top: 2px;
	text-align: right;
	width: 187px;
	margin-bottom: 15px;
}

#nav ul li a.lastItem{
	border: none;
}

#nav ul li a.active{
	color: #D30068;
	font-weight: normal;
}

#nav ul li a.adminMenuItem{
	color: #549ffd;
}

#nav .contactHeader{
	
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}

#content{
	float: left;
	font-size: 15px;
	padding: 0 24px 20px 19px;
	width: 469px;
	position:relative;
	top:0;
	left:0;
	z-index:1;
}

#content_wide{
	float: left;
	width: 530px;
	background-color: #fff;
}

#content_wide #globalInformation{
	display: none;
}


#contentHolder #globalInformation{
	float: left;
	height: 29px;
	padding-top: 5px;
	text-align: center;
	background-color: #C2C2C2;
	width: 950px;
	padding-left:10px;
}

#homepageContainer #globalInformation{
	background-color:#fff;
	width: 100%;
	text-align:center;
	padding-top:5px;
	margin-left:-10px;
	padding-left:0;
}

#globalInformation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 468px;
	float: left;
}

#globalInformation ul li{
	color: #000;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	width: 78px;
}

#globalInformation #currentDay { font-weight: bold; }

#aside{
	float: right;
	width: 234px;
}

#searchBlock{
	float: right;
	height: 24px;
	padding: 2px 0 5px 5px;
	/*margin-right:25px;*/
	/*ADDED*/ margin-right: 50px;
	/*width: 264px;*/
}

/* Search Block on the right side */
#searchBlock label{
	color: #000;
	float: left;
	font-family:HelveticaNeueLTRegular;	
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#searchBlock #topSearchTextField{
	float: left;
	margin: 0 10px;
	width: 127px;
}

#gSearchForm input
{
	box-shadow: -1px 1px 4px #aaa inset;
	-moz-box-shadow: -1px 1px 4px #aaa inset; /* Firefox */
	-webkit-box-shadow: -1px 1px 4px #aaa inset; /* Safari */
}

.submitButton
{
	color:#fff;
	background-color:#D30068;
	border:0;
	/*ADDED*/font-family: "HelveticaNeueLTRegular";
	/*ADDED*/font-size: 18px;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}

#loginForm .submitButton
{
	/*ADDED*/height:26px;
	/*ADDED*/font-size: 20px;
	/*ADDED*/padding: 0 15px;
}

#gSearchForm .submitButton
{
	padding: 0 5px;
}

#searchContainer .submitButton
{	padding: 0;
	margin-top:5px;
	margin-left:5px;
}
	
#searchBlock #gsSubmit{
	background: transparent url('/images/readmore_bottom_link.png') no-repeat right 4px;
	border: none;
	float: left;
	height: 20px;
	outline: none;
	text-indent: -9999px;
	width: 20px;
}

/* Search Block on the search results page */
#searchContainer{
	float: left;
	width: 100%;
}

#searchContainer .gsc-expansionArea{
	float: left;
	margin-bottom: 20px;
}

#searchContainer label{
	display: none;
}

#searchContainer #topSearchTextField2{
	float: left;
	margin: 5px 0 0 10px;
}	

#searchContainer #gsSubmit{
	background: transparent url('/images/readmore_bottom_link.png') no-repeat right 4px;
	border: none;
	float: left;
	height: 20px;
	margin-top: 5px;
	outline: none;
	text-indent: -9999px;
	width: 20px;
}

.asideBlock{
	border-bottom: 2px dotted #ccc;
	float: right;
	padding: 5px 0 5px 5px;
	width: 214px;
}

.asideBlock h1{
	font-family: Helvetica-Condensed-Black-Se, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	font-family: arial;
}

/* articles */
.articleContainer{
	/*border-bottom: 2px dotted #ccc;*/
	float: left;
	margin-top: 10px;
	padding-bottom: 9px;
	width: 100%;
}

.articleContainer h1{
	font-family: HelveticaNeueLTRegular, sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: #000;
	margin: 0;
	padding: 0;
}

.articleDate{
	color: #000;
	font-size: 20px;	
}

.articleContainer p{
	font-size: 14px;
	line-height: 140%;
}	

p.introText{
	color: #000;
	font-size: 15px;
	line-height: 140%;
}

a.readmoreLink, a.reactionsLink{
	color: #000;
	font-family: HelveticaNeueLTRegular;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a.readmoreLink{
	background: transparent url('/images/readmore_bottom_link.png') no-repeat right 6px;
	float: left;
	padding-right: 20px;
	display:none;
}

a.reactionsLink{
	background: transparent url('/images/reactions_bottom_link.png') no-repeat left 3px;
	float: right;
	padding-left: 20px;
}

.bottomBorder{
	border-bottom: 2px dotted #ccc;
	clear: both;
	float: left;
	height: 2px;
	margin: 5px 0;
	width: 100%;
}

.reactionsContainer{
	clear: both;
	float: left;
	font-size: 14px;
	margin: 10px 0;
	width: 100%;
}

.headerBorder{
	border-bottom: 2px dotted #ccc;
	border-top: 2px dotted #ccc;
	float: left;
	margin:0;
	padding: 0;
	width: 475px;
}
.reactionsContainer h2{
	background-color: #584a40;
	color: #fff;
	float: left;
	font-family: Helvetica-Condensed-Black-Se, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	width: 467px;
}

.reactionsContainer h4{
	color: #000;
	float: left;
	font-family: Helvetica-Condensed-Black-Se, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 3px 0 0;	
	width: 100%;
}

.reactionsContainer .reactionTime{
	clear: both;
	color: #000;
	float: left;
	font-family: Helvetica-Condensed-Black-Se, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	text-align: right;
	width: 100%;
}

.placeReactionContainer{
	border-bottom: 2px dotted #ccc;
	clear: both;
	float: left;
	font-size: 13px;
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	width: 100%;
}

.placeReactionContainer h2{
	font-family: Helvetica-Condensed-Black-Se, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.placeReactionContainer label{
	float: left;
	width: 100px;
	margin-bottom: 10px;
	font-size: 14px;
}

.reactionTextField{
	border: 1px solid #ccc;
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 3px;
	width: 300px;
}

.reactionTextArea{
	border: 1px solid #ccc;
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 3px;
	width: 300px;	
}

.reactionTextCaptcha{
	border: 1px solid #ccc;
	float: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin: 0 0 10px 10px;
	padding: 5px 3px;
	width: 255px;
}

#pagingContainer{
	clear: both;
	float: left;
	padding:  10px 0;
	text-align: center;
	width: 100%;
}

#pagingContainer a{
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;	
	padding-right: 10px;
	text-decoration: none;
}

#pagingContainer a.activePaging{
	text-decoration: underline;
}

.postReactionButton{
	float: right;
	border: 1px solid #000;
	background-color: #fff;
	font-family: Helvetica-Condensed-Black-Se, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 10px 63px 0 0;
}

/* Newsarticle archive */
ul.newsArticleList{
	list-style: none;
}

ul.newsArticleList li a{
	text-decoration: none;
	
}

ul.newsArticleList li a:hover{
	text-decoration: underline;
}

#content ul.newsArticleList  {
	
	width:600px;
}

#content ul.newsArticleList li {
	
	padding-bottom:10px;
	text-transform:uppercase;
}

#footer{
	clear: both;
	height: 27px;
	padding-top:10px;
	width: 960px;
	margin:0 auto; 
}


#footer #footerSocial ul li a{
	float:left;
}

#footerMenu
{
	float:right;
}

#footer ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#footer ul li{
	float: left;
}

#footerMenu ul li{
	border-right:1px solid #000;
}

#footerMenu ul li a{
	margin-left: 7px;	
}

#footer ul li a:hover
{
	color: #D30068;
}

#footer ul li a{
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-right: 7px;
	margin-right: 3px;	
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica-Condensed-Black-Se, sans-serif;	
}

#footerSocial a {
	background-repeat:no-repeat;
	padding:0 0 0 25px;

}
#footer .socialFooterlink {
	
	display:inline;
}
	
/* LOGIN PAGE */
.editContainerCompleteLogin{
	float: left;
	/*width: 469px;*/
	/*margin-top: 15px;*/
	padding: 15px 10px;
}

.editContainerCompleteLogin p{
	font-size: 12px;
}

.editContainerCompleteLogin .text{
	/*background-color: #f9f9f9;*/
	border: 1px solid #D1D1D1;
	float: left;
	font-size: 12px;
	/*CHANGED*/margin: 0 /*5px*/ 0 0 8px;
	padding: 5px;
	width: 200px;
	
	box-shadow: -1px 1px 4px #aaa inset;
	-moz-box-shadow: -1px 1px 4px #aaa inset; /* Firefox */
	-webkit-box-shadow: -1px 1px 4px #aaa inset; /* Safari */
}

.loginDiv div
{
	/*ADDED*/padding-top: 2px !important;
}

.editContainerCompleteLogin label{
	float: left;
	font-size: 12px;\
	/*ADDED*/font-weight: normal !important;
	width: 200px;
	/*CHANGED*/margin: 0 /*8px*/ 0 0 8px;
	/*ADDED*/padding-top: 4px;
}

.editContainerCompleteLogin .forgotLogin
{
	float: right;
	/*CHANGED*/margin: 0/*30px*/ 49px 0 0;
	/*width: 300px;*/
}

.editContainerCompleteLogin .forgotLogin img
{
	/*ADDED*/padding: 4px 5px 0 0;
}

.forgotLogin img, .forgotLogin a{
	color: #000;
	float: right;
	font-size: 13px;	
}

.forgotLogin img{
	margin-right: 2px;
}	

.editContainerCompleteLogin .button{
	float: right;
	margin: 10px 49px 0 0;
}

.editContainerCompleteLogin h2 {
	background: #5e5e5e url('/images/edit_header_bg.png') repeat-x;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 0 3px 9px;
	width: 449px;
}

.loginErrorDiv{
	background-color: #fbe3e4;
	border: 1px solid #fbc2c4;
	float: left;
	padding: 7px;
	width: 442px;
	margin-bottom:10px;
}

.sendEmailDiv{
	background-color: #e6efc2;
	border: 1px solid #c6d880;
	float: left;
	padding: 7px;
	width: 442px;
}

.loginErrorDiv img, .loginErrorDiv p, .sendEmailDiv img, .sendEmailDiv p{
	float: left;
}

.loginErrorDiv p, .sendEmailDiv p{
	margin: 7px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

/*
	END of Layout CSS Styles
*/

/*
	BEGIN of moduleManager CSS Styles
*/
#textContentWrapper {
	/* width:445px;
	overflow:hidden; */
	width:930px;
}

.moduleLinkContent {
	clear: both;
	position: relative;
}
.gototop {
    padding: 8px 0;
    text-align:center;
}
/*
	END of moduleManager CSS Styles
*/

/*
	BEGIN of Extra CSS Styles
*/


/* BEGIN admintools style */
#adminTools_open{
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 250px;
	height: 100%;
	background: #5e5e5e url('/images/admin_toolbar_background.png') repeat-y top left;
}

#adminTools_closed{
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 25px;
	display:block;
	background: #5e5e5e url('/images/admin_toolbar_background.png') repeat-y top left;
}

#adminTools_open img.closeImage{
	position: relative;
	top: 50%;
	margin-top: -6px;
}

#adminTools_open .handleBar,
#adminTools_closed .handleBar {
	height: 100%;
	float: left;
	width: 25px;
	cursor: pointer;
}

#adminTools_closed img{
	position: relative;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	cursor: pointer;
}

#infoDiv{
	float: left;
	width: 225px;
}

.query_long
{
	background-color: #f00;
}

.query_duplicate
{
	background-color: #ccc;
}


#signUpForm #info-mandatoryFields
{
	color:#585858;
	font-style: italic;
	padding: 25px;
}

#signUpForm .form-mandatoryField { color: #ff0000; }

#signUpForm .form-title{ display: none; }

#signUpForm #form-contact { padding: 0 5px 0 0; }
#signUpForm #form-seperator { border-bottom: 2px dotted #ccc; padding-top: 20px; }
#signUpForm #form-newsletter { padding: 20px 5px 20px 0; }

#signUpForm #form-submit { float: right; padding-top: 20px; }

#signUpForm .form-row { background-color: #ececec; padding: 3px 3px 5px 3px; margin-bottom: 5px; overflow: hidden; clear: both; width: 100%; }

#signUpForm .form-item { float: left;}

	#signUpForm #form-item-gender
	{ width: 100px; margin-left: 10px;}

	#signUpForm #form-item-initials,
	#signUpForm #form-item-middlename,
	#signUpForm #form-item-housenummer,
	#signUpForm #form-item-zipcode
	{ width: 120px; margin-right: 70px; }

	#signUpForm #form-item-lastname,
	#signUpForm #form-item-housenummer_add
	{ width: 205px; }

	#signUpForm #form-item-birthdate
	{ width: 225px; }

	#signUpForm #form-item-current-house,
	#signUpForm #form-item-rooms,
	#signUpForm #form-item-allowed,
	#signUpForm #form-item-category
	{ width: 260px; }
	
	#signUpForm #form-item-allowed { width: 450px;}
	
	#signUpForm #form-item-awareness,
	#signUpForm #form-item-relation
	{ width: 260px; }
	
	#signUpForm #form-item-phone
	{ width: 310px; }

	#signUpForm #form-item-street,
	#signUpForm #form-item-email
	{ width: 370px; }

	#signUpForm #form-item-awareness,
	#signUpForm #form-item-kind
	{ width: 390px; }
	
	#signUpForm #form-item-city
	{ width: 490px; }
	
	#signUpForm #form-item-sector
	{ width: 680px; }
	

#signUpForm label
{
	cursor: pointer;
	/*float: left;*/
	font-size: 14px;
	/*ADDED*/font-weight: bold;
	line-height: 22px;
	/*width: 150px;*/
	margin: 8px 0 0 8px; /* top right bot left */
}

#signUpForm .text
{
	background-color: #f9f9f9;
	border: 1px solid #D1D1D1;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 5px 0 0 4px; /* top right bottom left */
	padding: 5px;
	width: 284px;
	
	box-shadow: -1px 1px 4px #aaa inset;
	-moz-box-shadow: -1px 1px 4px #aaa inset; /* Firefox */
	-webkit-box-shadow: -1px 1px 4px #aaa inset; /* Safari */
}

	#signUpForm #initials,
	#signUpForm #middlename,
	#signUpForm #housenumber,
	#signUpForm #housenumber_add,
	#signUpForm #zipcode
	{ width: 100px; }

	#signUpForm #lastname,
	#signUpForm #birthdate
	{ width: 185px; }

	#signUpForm #phone
	{ width: 290px; }

	#signUpForm #street,
	#signUpForm #email,
	#signUpForm #sector
	{ width: 350px; }
	
	#signUpForm #city
	{ width: 470px; }
	
	#signUpForm #sector
	{ width: 660px; }

#signUpForm select
{
	background-color: #C4C4C4;
	border: 1px solid #D1D1D1;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 5px 0 0 4px; /* top right bottom left */
	padding: 5px;
	width: 250px;
	
	box-shadow: -1px 1px 4px #aaa inset;
	-moz-box-shadow: -1px 1px 4px #aaa inset; /* Firefox */
	-webkit-box-shadow: -1px 1px 4px #aaa inset; /* Safari */
}

	#signUpForm #gender
	{ width: 80px; }

	#signUpForm #project_awareness,
	#signUpForm #object_kind
	{ width: 380px; }
	
	
	
/* IE7 hacks */
*:first-child+html .articleContainer{
	padding-bottom: 0;
}

/* IE6 hacks */
* html #aside{
	float: right;
	width: 220px;
}

/* Typeface Jermaine */
.typeface-js a{
	font-weight: bold;
	font-size: 25px;
}

.adminButtons{
	float: left;
	padding-top: 10px;
	width: 140px;
}

#twitterDiv, #facebookDiv {
	/*float: right;*/
	margin:0;
	padding: 0;
	width: 214px;
}

#twitterDiv a:link, 
#twitterDiv a:visited, 
#twitterDiv a:active {
	color: #000;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

#twitterDiv a:hover {
	text-decoration: underline;
}

#twitterDiv h3 {
	color: #5e5e5e;
	font-size: 15px;
	margin:0;
	padding: 10px 0 0 0;
}

#twitterDiv ul {
	list-style: none;
	margin:0;
	padding:0;
}

#twitterDiv li {
	font-size: 12px;
	padding: 15px 0 0 0;
	margin:0;
}

#homepageContainer #twitterDiv li {
	font-size: 12px;
	padding: 0 0 15px 0;
	margin:0;
}

#twitterDivSub {
	border-bottom: 2px dotted #ccc;
	float: right;
	padding: 15px 0 15px 0;
	width: 214px;
}

#twitterDivSub #twitterIcon {
	float:left;
}

#twitterDivSub #toTwitterLink {
	float:left; 
	margin-top:-3px; 
	padding-left:4px;
}

#twitterDivSub a:link, 
#twitterDivSub a:visited, 
#twitterDivSub a:active {
	color: #5e5e5e;
	font-size: 12px;
	text-decoration: none;
}

#twitterDivSub a:hover {
	text-decoration: underline;
}

#topLogo
{
	position:absolute;
	left:20px;
	top:0;
	margin:0;
	width:206px;
	height:99px;
	display:inline;
}
#topLogo a {
	display:block;
}

#menuItems
{
	padding-top:12px;
	margin-left:250px;
	height:31px;
	overflow:hidden;
}
#block_wrapper {
	position:absolute;
	top:-130px;
	left:0;
	width:930px;
	margin:0 0 0 20px;
	height:245px;
	overflow:hidden;
}
#block1, #block2, #block3, #block4
{
	background:transparent url('http://niki.proper-stok.nl/buttons/nc2018/knop_1.png') no-repeat 0 0;
	width: 230px;
	height: 245px;
	/*position:absolute;*/
	float:left;
	display:block;
	position:relative;
	top:0;
	left:0;
	z-index:999;
	/*margin-top:-130px;*/
	cursor:pointer;
	text-indent:-9999px;
}
#block2 { background-image:url('http://niki.proper-stok.nl/buttons/nc2018/knop_2.png'); }
#block3 { background-image:url('http://niki.proper-stok.nl/buttons/nc2018/knop_3.png'); }
#block4 { background-image:url('http://niki.proper-stok.nl/buttons/nc2018/knop_4.png'); }

#homepageContainer
{
	padding-top:120px;
	/*float:left;*/
	width:930px;
	clear:both;
	overflow:hidden;
	/*display:inline;*/

}

#homepageTicker
{
	width:448px;	/* total width including padding/margin should be 448px */
	margin-left:236px;
}

#tickerTape
{
	font-size:18px;
	line-height:32px;
	height:32px;
	overflow:hidden;
	color:white;
	background-color:#D30068;
}
#tickerTapeEdit,#tickerTapeEditSubmit
{
	font-size: 15px;
	font-family: 'Helvetica';
	margin-top:2px;
	height:25px;
	width:80px;
	text-align:center;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	border:1px solid #D30068;
	background-color:#D30068;
	cursor:pointer;
}

#tickerTapeEditSubmit
{
	display:none;
}

#tickerTapeEditField
{
	margin-left:5px;
	width:433px;
}

.socialMediaItem a
{
	text-decoration:none;
}

#homepageSubscribe, #homepageNews, #homepageTwitter{
	border-right: 2px dotted #ccc;
	padding-right:10px;
}
#homepageSubscribe, #homepageNews, #homepageTwitter, #homepageFollow{
	float:left;
	margin-left:10px;
	height:250px;
	color: #000;
}

#homepageTwitter a {
	color: #E72672;
	}

#homepageTwitter a:hover{
	color: #E72672;
	}
#homepageFollow a
{
	color:#000;
}

#homepageFollow a:hover
	{
	color: #E72672;
	}

#homepageSubscribe .input
{
	width: 120px;
	background-color:#e9e9e9;
	border: 1px solid #ccc;
	height:20px;
	
	box-shadow: -1px 1px 4px #aaa inset;
	-moz-box-shadow: -1px 1px 4px #aaa inset; /* Firefox */
	-webkit-box-shadow: -1px 1px 4px #aaa inset; /* Safari */
}

#homepageSubscribe .sendbutton {
	background-color: #e4690c;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top:15px;
	height:25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	border:1px solid #e4690c;
}

/*** Added by Jermaine*/

#homepageNews, #twitterDiv{
	font-family: arial;
	font-size: 12px;
	color: #000;
	line-height:15px;
}

#homepageNews a{
	color: #000;
}
	
#homepageNews a:hover{
	color: #E72672;
}

h1{
	text-transform:uppercase;
}

h1.subscribeTitle , h1.latestnewsTitle, h1.followusTitle{
	font-size: 18px;
	font-family: 'HelveticaNeueLTRegular';
	color:#000;
	text-transform:uppercase;
	font-weight: normal;
	margin-bottom: 15px;
}
	
#homepageNews .homepageNewsTitle {
	font-family: arial;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
}

.socialMediaItem{
	margin-bottom: 5px;
	font-size:10px;
	color: #000;
	text-transform:uppercase;
	position:relative;
	
}
	

.socialMediaItem a {
	display:block;
	padding:0 0 0 37px;
	height:35px;
	line-height:35px;
	position:relative;
}
.socialMediaItem img
{
	/*padding-top:7px;*/
	position:absolute;
	top:0;
	left:0;
}
		
		
.topSearchLabel{
	font-size: 16px;
	font-family: 'HelveticaNeueLTRegular';
	color:#000;
	text-transform:uppercase;
	font-weight: normal;
}
		
#moduleContainer
{
}

#moduleContainer .module
{
	/*border-bottom: 2px dotted #ccc;*/
	border-top: dotted 2px #ccc;
	clear: both;
}

#moduleContainer #left_column
{
	overflow:hidden;
	float:left;
}

#moduleContainer img
{
	/*max-width:445px;*/
	padding-top:7px;
}

#moduleContainer #right_column
{
	float:right;
	width:455px;
}

#logout
{
	position:absolute;
	margin-left:868px;
	margin-top:10px;
	width:80px;
	height:30px;
	background-color:#fff;
	text-align:center;
	border:1px solid grey;
	line-height:30px;
}

#logout a{	text-decoration:none;}
#logout a:hover{	text-decoration:underline;}

.loginDiv
{
	width:890px;
	font-weight:bold;
	background-color:#DEDEDE;
	padding-bottom:5px;
	margin-bottom:3px;
	clear:both;
	margin-left:-10px;
}
