.twtr-hd, 
.twtr-ft 
{ 
display: none; 
} 

.twtr-tweet-text {
    font-size: 12px;
    font-family: Calibri, Verdana, Arial, Helvetica;
    }
	
.twtr-hashtag  {
    color: #ffffff;
    }
	
body {
	font-family : Calibri, Verdana, Arial, Helvetica;
	font-size : 12px;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
  	scrollbar-arrow-color: #4D4D4F;
  	scrollbar-track-color: #FFFFFF;
  	scrollbar-face-color: #FFFFFF;
  	scrollbar-highlight-color: #FFFFFF;
  	scrollbar-3dlight-color: #FFFFFF;
  	scrollbar-darkshadow-color: #FFFFFF;
  	scrollbar-shadow-color: #FFFFFF;
	background-color:#FFFFFF;
}

.textarea {
	font-family: Verdana; 
	font-size: 10px; 
	border: 0px;
	background-color: #FFFFFF;
	width: 400px;
	height: 17px;
	border: 1px solid #0326fd;
}
.textareamulti {
	font-family: Verdana; 
	font-size: 10px; 
	border: 0px;
	background-color: #FFFFFF;
	width: 400px;
	height: 54px;
	border: 1px solid #0326fd;
}
.verzendbutton {
	font-family: Verdana; 
	font-size: 10px; 
	color: #ffe4e3;
	border: 0px;
	background-color: #a41d30;
	width: 400px;
	height: 18px
}

/* Webpagina's (standaard) */
.pagstd_titel {
	font-family : Calibri, Verdana, Arial, Helvetica;
	font-size : 20pt;
	font-weight: normal;
	color: #E31A22;
}
.pagstd_intro {
	font-family : Calibri, Verdana, Arial, Helvetica;
	font-size : 12pt;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
.pagstd_subtitel {
	font-family : Calibri, Verdana, Arial, Helvetica;
	font-size : 14pt;
	font-weight: normal;
	color: #E31A22;
}
.pagstd_inhoud {
	font-family : Calibri, Verdana, Arial, Helvetica;
	font-size : 11pt;
	font-weight: normal;
	color: #000000;
}

/* Nieuwsberichten */
.nieuws_kop {
	font-size:16px;
	font-weight:bold;
}
.nieuws_titel {
	font-style:italic;
	font-weight:bold;
}
.nieuws_tekst {
}

/* Nieuwsblok */
.nieuwsTitle {
	width: 230px;
	height: 40px;
	vertical-align: middle;
	background-image:url(../../images/nieuwsHeader.gif);
}

.nieuwsItem {
	width: 215px;
	height: 40px;
	background-color:#F2F2F2;
	padding-top: 10px;
	padding-left: 15px;
}
.nieuwsItem:hover {
	width: 215px;
	height: 40px;
	background-color:#F6F6F6;
	padding-top: 10px;
	padding-left: 15px;
}
.nieuwsDatum {
	font-size: 9px;
	color:#666;
}
.nieuwsItemTitle {
	font-size:13px;
	color: #E31A22;
	font-weight:bold;
}

/* Twitter */
.twitterTitle {
	width: 230px;
	height: 40px;
	vertical-align: middle;
	background-image:url(../../images/twitterHeader.gif);
}

.twitterItem {
	width: 215px;
	height: 40px;
	background-color:#F2F2F2;
	padding-top: 10px;
	padding-left: 15px;
}
.twitterItem:hover {
	width: 215px;
	height: 40px;
	background-color:#F6F6F6;
	padding-top: 10px;
	padding-left: 15px;
}

/* Dienstenblok */
.dienstenTop {
	width: 400px;
	height: 10px;
	background-color:#e11a22;
	vertical-align: middle;
}
.dienstenBottom {
	width: 400px;
	height: 10px;
	background-color:#e11a22;
	vertical-align: middle;
}
.dienstenItem {
	width: 385px;
	height: 40px;
	background-color:#e11a22;
	padding-top: 10px;
	padding-left: 15px;
}
.dienstenItem:hover {
	width: 385px;
	height: 40px;
	background-color:#481348;
	padding-top: 10px;
	padding-left: 15px;
}
.dienstenItemTekst {
	font-size: 15px;
	position: relative;
	top: -8px;
	left: 10px;
	font-weight:bold;
	color: #FFFFFF;
}
.dienstenItemImage {
	position: relative;
	top: 3px;
	left: 0px;
}

/* Oude Dienstenblok (op basis van ul) */
ul#dienstenOverzicht {
	list-style-type:none;
	width: 360px;
	padding: 10px;
	background-color: #E31A22;
}
ul#dienstenOverzicht li {
	display: block;
	width: 360px;
	height: 40px;
	background-color: #E31A22;
	vertical-align:middle;
}
ul#dienstenOverzicht li:hover {
	display: block;
	width: 360px;
	height: 40px;
	background-color: #481348;
	vertical-align:middle;
}
ul#dienstenOverzicht li span{
	position: relative;
	top: -8px;
	left: 15px;
	font-weight:bold;
	color: #FFFFFF;
}
ul#dienstenOverzicht li img{
	position: relative;
	top: 3px;
	left: 5px;
}

/* Link's */
a:link {
	font-weight: normal;
	color: #053162;
} 
a:visited {
	font-weight: normal;
	color: #053162;
} 
a:hover {
	font-weight: normal;
	color: #E31A22;
}

#social {
	width: 200px;
	height: 239px;
	position: absolute;
	z-index: 1;
	
	background-image: url(../../images/twitter_back.png);
