@charset "utf-8";
/* CSS Document */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../_sysimg/bkg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #D7D7D7;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
p,td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
.crumb{
    z-index:501;
    width:100%;
    padding:5px 5px 5px 15px;
    font-size:10px;
    color: #bbb; 
}      
.crumb a{      
    color: #bbb; 
    padding:0px 5px 0px 0px;
    text-decoration:none;
}
.crumb a:hover{      
    color: #444;
}
.navigator{
    width:212px;
    border: solid 1px #d0d2d3;
    margin-bottom:10px;
    padding-bottom:6px;
    background-color: #FFF;   
}
.navigator ul {
    margin-left:10px;
}
.navigator ul li {
    list-style-type:none;
}
.navigator ul li a {
    display:block;
    font-size:11px;
    font-weight:bold;
    line-height:18px;
    color:#FFF;
    padding-left:3px;
    text-transform:uppercase;
    text-decoration:none; 
    background-image: url(../_sysimg/activity.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-bottom:4px;
    font-family: Arial, Helvetica, sans-serif;
}
.navigator ul li.selected a {
    background-position: 0px -18px;
    color:#f4e1e1;
}
.navigator ul li.selected a:hover {
    background-position: 0px -54px;
    color:#FFF;
}
.navigator ul li a:hover {
    background-position: 0px -36px;
    color:#FFF; 
}                
.block1 p,
.content p {
    margin-bottom:15px;
}
.block1 h1,
.content h1 {
    font-size:20px;
    font-weight:normal;
    line-height:24px;
    margin-bottom:8px;
}
.block1 h2,
.block1 h3,
.block1 h4,
.block1 h5,
.block1 h6,

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-top:18px;
    margin-bottom:3px;
}
.block1 h2,
.content h2 {
    font-size:16px;
    font-weight:normal;
    line-height:18px;
}
.block1 h3,
.content h3 {
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    color:#C00;
    text-transform:uppercase;
}
.block1 h4,
.content h4 {
    font-weight:normal;
    letter-spacing:2px;
    text-transform:uppercase;
}
.block1 h5,
.content h5 {
    font-weight:normal;
    font-style:italic;
    border:solid 1px #d0d2d3;
    display:block;
    padding:7px;
    color:#666;
    background-color:#d0d2d3;
    background-image: url(../_sysimg/h5bkg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;

}
.block1 h6,
.content h6 {
    font-weight:normal;
    font-style:italic;
    font-size:10px;
    line-height:12px;
    color:#999;
    text-transform:uppercase;
    display:inline-block;
}      
.block1 ul,
.block1 ol,
.content ul,
.content ol {
    margin-bottom:15px;
    margin-top:8px;
}
.block1 ol,
.content ol {
    list-style-type:decimal;
}
.block1 ol li,
.content ol li {
    margin-left:20px;
    margin-bottom:5px;
}
.block1 ul li,
.content ul li {
    list-style-position:outside;
    list-style-type:none;
    margin-left:20px;
    margin-bottom:5px; 
    list-style-image: url(../_sysimg/bullet1.png);
}
.block1 a,
.content a {
    text-decoration:none;
    color:#333;
    border-bottom:dotted #e01a00 1px;
}
.block1 a:hover,
.content a:hover {
    text-decoration:none;
    color:#000;
    border-bottom:solid #e01a00 1px;
}
.header {
    height: 68px;
    width: 947px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 7px;
}
.logo {
    float: left;
    height: 68px;
    width: 220px;
}
.menu {
    float: left;
    height: 36px;
    width: 608px;
    padding-top: 32px;
    padding-left:6px;
}
.menu ul {
    background: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.menu ul li {
    display: block;
    list-style: none;
    list-style-type:none;
    float: left;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.menu ul li a {
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #777;
    float: left;
    position:relative;
    margin-right:0px; /* adjust space between tabs ... */
    padding-right: 1px;
    padding-left: 19px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}
.menu ul li a span {
    position:absolute;
    top:0;
    left:100%;
    width:19px;
    height:36px;
}
.menu ul li:hover{
    background-image: url(/_sysimg/menu.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;

}

.menu ul li a:hover,
.menu ul li:hover > a {
    color: #555;
}
.menu ul li a:hover span,
.menu ul li:hover > a span {
    background-image: url(/_sysimg/menu.png);
    background-position: right top;
    background-repeat: no-repeat;
}                
.menu ul li.selected {
    background-image: url(../_sysimg/menu.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;

}
.menu ul li.selected a {
    color: #000;
}
.menu ul li.selected a span {
    background-image: url(/_sysimg/menu.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.menu ul li.selected a:hover {
    color: #666;
}
* html .menu ul ul {
    line-height: 0;
}
.menu ul li ul {
    top: 36px;
    display: none;
    position: absolute;
    left: 12px;
    width:auto;
}   
.menu ul li ul li {
    float: none; 
    padding:0px 15px; 
    background-image: url(/_sysimg/dropbkg.png);
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu ul li ul li a,
.menu ul li.selected ul li a {
    line-height:23px;
    width:auto;
    color: #000;
    float: none;
    position:relative;
    margin:0px;
    padding:0px;
    text-transform: none;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-bottom: 1px solid #CCC;
}                  
.menu ul li ul li:hover {  
    background-image: url(/_sysimg/dropbkg.png);
    background-repeat: no-repeat;
    background-position: 0px -24px;

}
.menu ul li ul li a:hover {
    color: #fco;
}
.ios{
    
    background-repeat: no-repeat;
    clear: both;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px #DDD solid;
    background-position: center center;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.mainimg {
    background-repeat: no-repeat;
    clear: both;
    height: 155px;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px #DDD solid;
    background-position: center center;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;  
    z-index:400;
}
.mainimg h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: #FFF;
    line-height: 28px;
}
.wrapper {        z-index:500;
    background-image: url(../_sysimg/wrapbkg.png);
    background-repeat: repeat;
    clear: both;
    min-height: 400px;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    border-top: 1px #DDD solid;
    padding-top: 10px;
    overflow:auto;
    overflow-x:hidden;   
    padding-top:0px;
}
.left {
    float: left;
    width: 214px;
    margin-right:10px;
    margin-left: 10px;
}
.content {
    float: left;
    min-height: 400px;
    width: 450px;
    border: 1px #DDD solid;
    border-bottom: none;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
}
.right {
    float: right;
    min-height: 400px;
    width: 214px;
    margin-right: 10px;
}
.subnav {
    margin-bottom: 30px;
}
.subnav ul li {
    line-height: 24px;
    color: #e01a00;
    list-style-image: none;
    list-style-type:none;
}
.subnav ul li a {
    color: #e01a00;
    text-decoration: none;
    display: block;
    padding-left:5px;
    border-bottom:1px #FFF solid;
}
.subnav ul li a:hover {
    background-image: url(../_sysimg/accbkg200.png);
    background-repeat: no-repeat;
    background-position: 0px -68px; 
    border-bottom:1px #d0d2d3 solid;
}
.subnav ul li.selected {
    color: #e01a00;
    font-weight:bold;
}
.subnav ul .selected ul {
    margin-bottom: 10px;
}
.subnav ul li ul li {
    line-height: 20px;
    color: #333;
    font-size: 11px;
    font-weight: normal;
}
.subnav ul li ul li a {
    color: #666;
    text-decoration: none;
    padding-left:15px;
    background-image: url(../_sysimg/bullet1.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.subnav ul li ul li a:hover {
    color: #333;
    background-image: url(../_sysimg/bullet1.png);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-bottom:1px #FFF solid;
}
.subnav ul li ul li.selected a {
    color: #000;
    font-weight:normal;
}
.subnav ul li ul li ul li {
    line-height: 20px;
    font-weight: normal;
}
.subnav ul li ul li ul li a {
    padding-left:25px;
    background-image: url(../_sysimg/bullet2.png);
    background-repeat: no-repeat;
    background-position: 13px 5px;
}
.subnav ul li ul li ul li a:hover {
    background-image: url(../_sysimg/bullet2.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    border-bottom:1px #FFF solid;
}
#accordion h3 {
    cursor: pointer;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}
.left #accordion h3 {
    width: 214px;
}
.right #accordion h3 {
    width: 214px;
}
.left #accordion h3 a {
    background-image: url(../_sysimg/accbkg200.png);
}
.right #accordion h3 a {
    background-image: url(../_sysimg/accbkg200.png);
}
#accordion h3 a {
    text-decoration: none;
    color: #e01a00;
    display: block;
    cursor: pointer;
    font-size: 13px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right top;
    height: 34px;
    padding-left: 10px;
}
#accordion h3.ui-state-default.ui-state-hover a {
    color:#333;
    background-position: right -34px;
}
#accordion h3.ui-state-active.ui-state-hover a {
    color:#FFF;
    background-position: right -102px;
}
#accordion h3.ui-state-active a {
    color:#e01a00;
    background-position: right -68px;
}
#accordion h3.ui-state-default a {
    color:#e01a00;
    background-position: right 0px;
}
#accordion div {
    padding-top: 5px;
    padding-bottom: 5px;
}
#accordion div ul li {
    line-height: 14px;
    color: #333;
    margin-bottom: 5px;
    padding-left:10px;
    background-image: url(../_sysimg/bullet3.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    list-style-type:none;
}
.right #accordion div ul li {
    background-image: url(../_sysimg/bullet2.png);
}
#accordion div ul li a {
    color: #333;
    text-decoration: none;
    display: block;
}
#accordion div ul li a:hover {
    color: #e01a00;
}
.afb-links {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.afb-rechts {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}
.ui-widget-content {
    border: 1px solid #DDD;
    background: #FFF;
    color: #666;
    padding: 10px;
}
.ui-widget-content {
    border: 1px solid #EEE;
    background: #FFF;
    color: #999;
}
.nieuwslist {
    width: 450px;
    clear: both;
    float: left;
    border-top: 1px solid #CCC;
    margin-bottom: 10px;
    padding-top: 10px;
    background:none; 
    background-color:#FFF;
}
.nieuwslistimg {
    float: left;
    height: 85px;
    width: 85px;
    margin-right: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    border: 1px solid #CCC;
}
.nieuwslistimg:hover {
    border: 1px solid #999;
    cursor: pointer;
}
.nieuwsitem h5,
.nieuwslist h5,
.nieuwsdetaillinks h5 {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    line-height: 12px;
    margin-top: 7px;
    color: #666;
    background-image:none;
    background-color:#FFF;
    border:none;
    display:inline;
    padding:0px;
}
.nieuwsitem h5 a,
.nieuwslist h5 a,
.nieuwsdetaillinks h5 a {
    text-decoration: none;
    color: #333;
}
.nieuwsitem h5 a:hover,
.nieuwslist h5 a:hover,
.nieuwsdetaillinks h5 a:hover {
    text-decoration: none;
    color:#e01a00;
}
.nieuwsitem h5 img,
.nieuwslist h5 img,
.nieuwsdetaillinks h5 img {
    margin-right: 4px;
}
.nieuwsdetail {
    width: 450px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: auto; 
    overflow-x:hidden; 
    border-bottom: 1px solid #CCC;   
}
.nieuwsdetail .rfr {
    width: 450px;
    padding-bottom: 10px;
    padding-top: 15px;
    clear:both  
}
.nieuwsdetail .pictop {
    width: 450px;
    min-height:130px;
    clear:both 
    overflow:auto;
}
.nieuwsdetaillinks {
    width: 440px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;   
}
.nieuwsitem h2,
.nieuwslist h2,
.nieuwsdetaillinks h2 {
    margin-top:0px;
    margin-bottom:6px;
}
/*.image_bottom a img {
    margin-bottom: 8px;
    margin-left: 8px;
}*/
.nieuwsdetail a div,
.nieuwsdetail a:hover div,
.image_bottom a,
.image_bottom a:hover,
.content .nieuwsdetail a {
    border-bottom: 0px;
}
img.rechts,
.img-right {
    float: right;
    margin-bottom: 7px;
    margin-left: 10px;
}
img.links,
.img-left {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}
img.rechts-met-rand {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 2px;                     
    
    border: 1px solid #CCC;
}
img.links-met-rand {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #CCC;
}
.nieuwsdetail .img-right a,
.nieuwsdetail .img-left a,
.nieuwsdetail .rechts-met-rand a,
.nieuwsdetail .links-met-rand a {
    border-bottom: 0px;
}

a[href^="http:"] {
    background: url(../_sysimg/arrow-045-small.png) no-repeat left center;
    padding-left: 12px;
    display:inline-block;
}
a[href^="http://maps.google.nl"], a[href^="http://maps.google.com"] {
    background: url(../_sysimg/map-pin.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
a[href^="mailto:"] {
    background: url(../_sysimg/mail.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
a[href^="http://www.plegt-vos.nl"],
a[href^="http://www.linkedin.com"],
a[href^="http://www.twitter.com"],
a[href^="http://linkedin.com"],
a[href^="http://twitter.com"],
a[href^="http://www.facebook.com"],
a[href^="http://plegt-vosbouwgroep.hyves.nl"],
a[href^="http://www.youtube.com"] {
    background-image: none;
    padding-left: 0;
}
a[href$=".pdf"] {
    background: url(../_sysimg/document-pdf.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
a[href$=".doc"] {
    background: url(../_sysimg/document-word.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
a[href$=".ppt"] {
    background: url(../_sysimg/document-powerpoint.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
a[href$=".rss"] {
    background: url(../_sysimg/feed.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
a[href$=".zip"] {
    background: url(../_sysimg/document-zipper.png) no-repeat left center;
    padding-left: 20px;
    display:inline-block;
}
h5 a[href^="http:"]  {
    background-image: none;
    padding-left: 0;
}
td.contactlinks {
    vertical-align:top;
    width:250px; 
    align:left;
}
td.contactrechts {
   vertical-align:top;
    width:200px; 
    align:left;
}
.footer {
	clear: both;
	height: 30px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px #DDD solid;
	padding-top: 10px;
    margin-bottom: 10px;
    text-align:center;
}
.footer p {
    font-size:9px;
    color:#777;
    text-transform:uppercase;
}
.footer p a {
    text-decoration:none;
    color:#777;
}
.footer p a:hover {
    color:#333;
}
.verwant {
    margin-top:20px;
    padding-top:10px; 
    border-top:1px dotted #CCC;
}
.verwant h3 {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    line-height:18px;
    color:#666;
    text-transform:none;
    margin-top:0px;
}
.verwant ul li {
    list-style-position:outside;
    list-style-type:none;
    margin-left:20px;
    margin-bottom:5px; 
    list-style-image: url(../_sysimg/document-page-next.png);
    line-height:16px;
}
.verwant ul li a {
    color:#C00;
    border:solid #FFF 1px;
}
.verwant ul li a:hover {
    color:#C00;
}
.banner,
.linked {
    margin-top: 20px;
}
.linked h5 {
    margin-left:12px;
}
.linked h5,
.linked h5 a {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    margin-top: 15px;
    color: #666;
    border:none;
    display:inline;
    padding:0px; 
    text-decoration: none;
}
.linked h5 a:hover {
    color: #499BBF;
}
.linked a img {
    display:inline;
    margin-left:12px;
    
}
.flash {
	height: 255px;
	width: 940px;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/* forms */
form table {
    width:450px;
}
form tr td,
#contactFORM tr td {
    padding-right:10px;
    padding:5px;
}

form button{
    padding:5px 20px 5px 20px;      
    color:#666;
    background-color: #DDDD; 
    background: -webkit-gradient(linear, left top, left bottom, to(#FFF),  from(#EEE));
    background: -moz-linear-gradient(top, #FFF,  #EEE);
    border:1px solid #AAA; 
    cursor:pointer;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #999;
}

form button:hover{
    -moz-box-shadow: 0 1px 3px #666;
    -webkit-box-shadow: 0 1px 3px #666; 
    color:#333;
    border:1px solid #666; 
}
form input,
form textarea,
form select {
    width:250px;
    border: 1px solid #AAA;
    font-size: 12px;
    line-height:18px;
    padding:4px;
    color: #AAA;  
    background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
    background: -moz-linear-gradient(top, #EEE,  #FFF);
    margin-right:15px;  
    width:250px;
    text-shadow: 0px 1px 0px #FFF;
    color: #666;

}

form input:focus,
form textarea:focus,
form select:focus{
    border: 1px solid #333;
    background-color:EEE; 
    -moz-box-shadow: 0 1px 3px #999;
   -webkit-box-shadow: 0 1px 3px #999; 
    color: #666;
    
}
input.radio,
input.checkbox{
    border:1px solid white;
}
form input:hover,
form textarea:hover {
    font-style: normal;
    color: #333;
    border: 1px solid #888;
}
/*
.webform table {
    width:450px;
}
.search .webform tr td {
    padding-right:10px;
    background-color:#EEE;
    padding:5px;
}*/


/*.webform input:hover,
.webform textarea:hover {
    font-style: normal;
    border: 1px solid #AAA;
    color: #666;
} */
/* --- search --- */ 
.search {
    float: right;
    height: 28px;
    width: 112px;
    padding-top: 40px; 
    background-image: url(../_sysimg/search.png);
    background-repeat: no-repeat;
    background-position: 2px 40px;
}
.search:hover {
    background-image: url(../_sysimg/search-hover.png);
}
.search input {
    height: 18px;
    width: 93px;
    margin-right:15px;
    border:none;
    background-color:transparent;
    background:none;
    border:none;
    float: right;
    font-style: italic;
    color: #CCC;
    line-height:18px;
    padding:2px;
}
.search input:hover {
    font-style: normal;
    color: #666;
    border: none;
}

.search  input:focus {
    border: none;
    background-color:none; 
    -moz-box-shadow:none;
   -webkit-box-shadow:none; 
    color: #666;
    
}
hr {
    height: 0;
    border-top: 1px solid #DDD;
    margin: 0px;
    padding: 0px;
    margin-top:15px;
    margin-bottom:15px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
/* SLIMBOX */

#lbOverlay {
	background-color: #CCC;
}
#lbCenter {
	filter: progid:DXImageTransform.Microsoft.shadow(color='#444444', Direction= 135, Strength=4);
	zoom: 1;
    -webkit-box-shadow: 0px 0px 12px #444;
	-moz-box-shadow: 0px 0px 12px #444;
	box-shadow: 0px 0px 12px #444;
} 
#lbCloseLink {
	background: transparent url(closelabel.gif) no-repeat center;
}
/* end SLIMBOX */
/* accordeon */
ul.accordion2 {
    padding:0px;
    margin:20px 0px;
    
}
ul.accordion2 li {
    list-style: none; 
    padding:0px; 
    margin:0px;    
    width:450px; 
    background-color:#FFF; 
    list-style-type:none; 
    list-style-image:none;
}
ul.accordion2 li a{
  text-decoration:none;
  display:block; 
  padding:4px; 
  color:#c00; 
  padding-left:10px;      
  cursor:pointer;   
  background-color:#EDEDED;
  background-image: url(../_sysimg/accref.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border-bottom:none;
}

ul.accordion2 li a:hover{  
  color:#333;
  text-decoration:none;
  background-position: 0px -26px;
  border-bottom:none;
}
ul.accordion2 li.active a{  
  background-position: 0px -52px;
  border-bottom:none;
}
ul.accordion2 li ul{
    padding:0px; 
    margin:0px;           
}
ul.accordion2 li ul li{
    padding:0px;
    margin:0px;
    padding-top:15px;
    padding-bottom:15px; 
}
/* referenties */
.content .nieuwsdetail a .img-top {
	width:200px;
	height:126px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: center center;
	float:left; 
    position:relative;
    *position:absolute;
}
.image_bottom {
    width:220px;
    height:126;
    float:right; 
    margin:0px;
    padding:0px;
}
.imgbot {
	width:59px;
	height:59px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 8px;
	margin-left: 10px;
    *position:relative;
    float:right;
}
.content .nieuwsdetail p a {
    text-decoration:none;
    color:#333;
    border-bottom:dotted #e01a00 1px;
}
.content .nieuwsdetail p a:hover {
    text-decoration:none;
    color:#000;
    border-bottom:solid #e01a00 1px;
}

.layer{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    margin:0px;
    background-color:#fff;   
    z-index:998; 
    	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
} 
.block{    
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%; 
    z-index:999;       
} 
.block1{       
    background-color:#fff;  
    width:640px;  
    height:480px;   
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;  
    border:1px solid #e01a00;
    filter: progid:DXImageTransform.Microsoft.shadow(color='#444444', Direction= 135, Strength=4);
	zoom: 1;
    -webkit-box-shadow: 0px 0px 12px #444;
	-moz-box-shadow: 0px 0px 12px #444;
	box-shadow: 0px 0px 12px #444;
}
input.file {
    border: 1px solid #DDD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:16px;
    color: #AAA;
    background-color:#FFF;
}

#twtr-widget-1 .twtr-hd{
height:25px;
}
#twtr-widget-1 .twtr-profile-img-anchor{
    position:absolute;
}

.twtr-ft{
    background-image: url(../_sysimg/accbkg200.png);
    background-repeat: no-repeat;
    background-position: 0px -68px; 
    border-bottom:1px #d0d2d3 solid; 
    height:30px;
}
a.twtr-join-conv{

    margin-top:50px;
}
.referentie{  
    cursor:pointer;
    background-color:#FFF;
    margin:30px 0px;
    border:1px solid #ddd; 
}
.referentie form{
    padding:5px;
}
.referentie button,
.referentie input{
    width:180px;
    margin-bottom:5px;
} 
.referentie p{
    padding:5px;
}
.referentie h3{
                
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    color:#C00;
    text-transform:uppercase;                  
    background-repeat: no-repeat;
    background-position: 0px -68px; 
    background-image: url(/_sysimg/accbkg200.png);  
    text-decoration: none;
    color: #e01a00;
    display: block;
    font-size: 13px;
    line-height: 34px;
    font-weight: bold;
    text-transform: uppercase;
    height: 34px;
    padding-left: 10px;
} 
.referentie h3:hover{   
    color:#FFF;
    background-position: right -102px;
}
   
.referentie .img{
   width:212px; 
   height:110px;          
    background-repeat: no-repeat;
    background-position: center; 
}
.referentie h4{
    padding:4px;
}
.twtr-hd,
.twtr-ft{
 display:none;
}


.socialNews{
    float:right;
}       
.socialNews a{
background:none;
    border:0px;        
    padding:0px;
}
.socialNews a:hover{
    border:0px;        
    padding:0px;
}
.socialNews img{
    margin:0px 2px;    
}

