/*
 * Version: $Revision: 49908 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2010 BeSite
 */

body 
{
    background: url('/img/home-line-header.png') repeat-x top left #e9f4fb;
}

.hide
{
    display: none;    
}

#container 
{
    width: 972px;
    margin: 0 auto;
}


#header 
{
    width: 972px;
    height: 137px
}

table.EventSubscription td.Submit input.Submit {
    width: 140px;
    float: left;
    margin-left: 216px;
    margin-top: 2px;
}

table.EventSubscription td.Submit input.Submit:hover {
    background-color: #78B9E4;
}

table.EventSubscription tr.event-name td {
    font-weight: bold;
}

table.EventSubscription tr.extra-person {
    display: none;
}

table.EventSubscription tr.extra-person-counter {
    line-height: 30px;
    height: 30px;
   
    border-top:1px solid #E5E5E5;
}

table.EventSubscription input[type="radio"]
{
    display: inline;    
}

table.EventSubscription tr.bezoekdag label,
table.EventSubscription tr.bezoekdagdeel label {
    width: 200px;
    display: inline-block;
    padding-top: 0;
    padding-left: 4px;
}

table.EventSubscription tr.bezoekdagdeel {
   /*height: 40px;
    line-height: 40px;    */
}

table.EventSubscription label{ 
    margin-right: 10px;
}

table.EventSubscription tr {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.EventSubscription tr {
    padding-top: 20px;
    height: 30px;
    
}

table.EventSubscription th.form {
    width: 210px;
}


table.EventSubscription td.form .Radio {
     margin-left: 0px;
}


#mainMenu 
{
    height: 35px;
}

#mainMenu ul
{
   margin: 0;
   padding: 0; 
   width: 972px;
   height: 35px;
   float:left;
}

#mainMenu ul li
{
   margin: 0;
   padding: 0; 
   float: left;
   list-style: none;
}

#mainMenu ul li a
{
   margin: 0;
   padding: 0; 
   float: left;
   display: block;
}

/* Home button */
#mainMenu ul li.homepage a 
{
   margin: 0;
   padding: 0; 
   float: left;
   display: block;
   width: 152px;
   height: 35px;
   overflow: hidden;
   text-indent: -9999px;
   background: url('/img/homepage-active.png') no-repeat top left;
   margin-right: 14px;
}

/* video-systems button */
#mainMenu ul li.video-systems a, 
#mainMenu ul li.presentation-systems a,
#mainMenu ul li.control-room-systems a,
#mainMenu ul li.medical-systems a 
{
   margin: 0 1px;
   padding: 0; 
   float: left;
   display: block;
   width: 158px;
   height: 35px;
   overflow: hidden;
   text-indent: -9999px;
}

#mainMenu ul li.menu-managed-service a 
{
   margin: 0;
   padding: 0; 
   float: left;
   display: block;
   width: 152px;
   height: 35px;
   overflow: hidden;
   text-indent: -9999px;
   background: url('/img/services.png') no-repeat top left;
   margin-left: 14px;
}

/* video-systems button */
#mainMenu ul li.video-systems a 
{
   background: url('/img/video-systems-active.png') no-repeat top left;
}

#mainMenu ul li.video-systems a:hover, 
#mainMenu ul li.video-systems a.hover 
{
   background: url('/img/video-systems-active.png') no-repeat top left;
}

/* presentation-systems button */
#mainMenu ul li.presentation-systems a 
{
   background: url('/img/presentation-systems-active.png') no-repeat top left;
}

#mainMenu ul li.presentation-systems a:hover,
#mainMenu ul li.presentation-systems a.hover
{
   background: url('/img/presentation-systems-active.png') no-repeat top left;
}

/* control-room-systems button */
#mainMenu ul li.control-room-systems a 
{
   background: url('/img/control-room-systems-active.png') no-repeat top left;
}

#mainMenu ul li.control-room-systems a:hover,
#mainMenu ul li.control-room-systems a.hover
{
   background: url('/img/control-room-systems-active.png') no-repeat top left;
}

/* medical-systems button */
#mainMenu ul li.medical-systems a 
{
   background: url('/img/medical-systems-active.png') no-repeat top left;
}

#mainMenu ul li.medical-systems a:hover,
#mainMenu ul li.medical-systems a.hover
{
   background: url('/img/medical-systems-active.png') no-repeat top left;
}

#logo, #headerImage 
{
    float:left;
}

#headerImage
{
    width: 800px;
    height: 118px;
    background-image: url( /elementen/homeFlashBackground.jpg );
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Search form*/
#search 
{
    /*background: url('/img/search-background.png') no-repeat top left;*/
    width:152px;
    height:35px;
    margin-bottom: 14px;
    background-color:#FFFFFF;
    border:1px solid #E1EBF2;
}

#search form 
{
    margin:6px 0px 0px 10px;
    padding:0;
    width:130px;
    height:23px;
    position: relative;
}

#search input 
{
    /*width: 98px;
    height: 23px;
    line-height: 23px;
    margin: 1px 0 0 0;
    display: block;
    position: absolute;
    color:#999;
    font-size: 12px;
    padding: 0px 1px 0px 4px;
    border:1px solid #E1EBF2;
    top: 0px;*/
    
    width:98px;
    height:21px;
    color:#999;
    line-height:180%;
    border:1px solid #e5e5e5;
    background-color:#f4f9fd;
    padding-left:4px;
    margin: 1px 0 0 4px;
    background: url('/img/newsbrief-input-background.png') #f4f9fd no-repeat top right;
}

#search input.Submit 
{
    width:23px !important;
    height:23px;
    display: block;
    position: absolute;
    line-height: 23px;
    color:#fff;
    margin:0 !important;
    padding: 0px 1px 4px 1px;
    border:0;
    top: 1px;
    right: 0px;
    background-image: none;
    background-color: #95C7EA;
}

a.linktohomepage
 {
    width:172px;
    height:118px;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    background: url('/img/logo-algemeen.png') no-repeat top left;
}

#contentContainer 
{
    margin-top:15px;
    width:972px;
}

#contentLeft
{
    float:left;
    width:152px;
}

#contentLeft img.partnerLogo 
{
    margin-bottom:14px;
}

#contentLeft .makeContact 
{
    width:138px;
    padding: 4px  0 4px 14px;
    line-height:18px;
    border:1px solid #E1EBF2;
    border-top:0;
}

/* Submenu */
#contentLeft #subMenu 
{
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    width: 152px;
    background-color: #fff;
    list-style:none;
}


#contentLeft #subMenu ul li ul li.SubSubmenu.Selected a {
    text-decoration: underline!important;
}
    

#contentLeft #subMenu ul li 
{ 
    margin: 0;
    padding: 0;
   
    list-style:none;
}

#contentLeft #subMenu ul li a 
{
    margin: 0;
    display: block;
    font-size: 12px;
    padding: 4px 4px 4px 13px;
    line-height: 20px;
    color: #000;
    border-bottom:1px solid #E9F4FB;
    background: none;
    list-style:none;
}

#contentLeft #subMenu ul li.Selected a 
{
    color: #fff;
}

#contentLeft #subMenu ul li a:hover 
{
    text-decoration: underline;
}

#contentLeft #subMenu ul li ul li.SubSubmenu a 
{
    padding-left:30px;
    background: none;
    background-color:#bdd0df;
}

#nieuwsletter 
{
    background-color: #fff;
    width: 152px;
    border:1px solid #E1EBF2;
}

#nieuwsletter div.MsgNotice
{
    border: none !important; 
    background: none !important;   
    padding-left: 15px !important;
}

#newsletterArchive a 
{
    padding:6px 14px;
    display:block;
    text-decoration:underline;
}

#nieuwsletter h3 
{
    font-size:18px;
    line-height:28px;
    text-align:center;
    padding-top:10px;
   
}

#nieuwsletter INPUT.Submit 
{
    margin-top:4px;
    padding: 6px 0 5px 14px;
    width:152px;
    line-height: 100%;
    border:0;
    text-align:left;
    color:#fff;
}

#nieuwsletter .newsletterInput 
{
    width:120px;
    height:24px;
    color:#999;
    line-height:180%;
    border:1px solid #e5e5e5;
    background-color:#f4f9fd;
    padding-left:4px;
    margin: 0 0 6px 12px;
    background: url('/img/newsbrief-input-background.png') #f4f9fd no-repeat top right;
}

#contact
{
    background-color: #fff;
    width: 122px;
    margin-top:14px;
    padding: 15px 15px 0px 15px;
    border:1px solid #E1EBF2;
}

#contact h3 
{
    margin:0 0 10px 0;
    padding:0;
    font-size:18px;
}

dt.postadres {
    margin-top: 8px !important;
    margin-bottom: 6px !important;
    width: 100px !important;
}

#contact dl 
{
    width: 150px;
    height: 110px;
    line-height:16px;
}

#contact dt, #contact dd 
{
    margin:0;
    padding:0;
    font-size:12px;
    font-weight: normal;
    float:left;
    display: inline;
}

#contact dt 
{
    width:42px;
    clear:left;
}

#contact dd 
{
    width:100px;
    font-size: 12px;
}

#contactIconHolder 
{
    height: 65px;
    line-height: 30px;
    text-align: center;
    padding: 10px 5px 10px 16px;
    text-decoration:none;
    
}

#contactIconHolder a 
{
    text-decoration:none;
    color:#000;
    width:34px;
    margin-right: 12px;
}

#contactIconHolder a img
{
    float:left;
    text-align: center;
}



#contactIconHolder a
{
   width:31px;
   font-size:9px;
   display:block;
   float:left;
   text-align:center;
}

/* Center Column */

#contentCenter 
{
    background-color: #fff;
    float: left;
    width: 640px;
    margin-left: 14px;
    position: relative;
    border:1px solid #E1EBF2;
    padding-bottom: 15px;
}

#contentCenter.wideContent
{
    width: 804px;
}

#contentHeaderImagesContainer
{
    width: 640px;
    height: 150px;
    position: relative;
}

#services-image {
    height: 150px;
    position: relative;
    margin-bottom: 15px;
}

#contentHeaderImagesContainer IMG,
#services-image IMG
{
    z-index: 10;
    border: 0;
    padding: 0;
    margin: 0;
}

.contentHeaderImgOverlay,
#services-image .contentHeaderImgOverlay
{
    position: absolute;
    width: 160px;
    height: 125px;
    background: #000;
    z-index: 15;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#services-image .contentHeaderImgOverlay {
    width: 152px;
}

#contentHeaderImgOverlay0{ top: 0; left: 0; }
#contentHeaderImgOverlay1{ top: 0; left: 160px; }
#contentHeaderImgOverlay2{ top: 0; left: 320px; }
#contentHeaderImgOverlay3{ top: 0; left: 480px; }
#contentHeaderImgOverlay4{ top: 0; left: 0px; }

p.contentHeaderImgDescription
{
    position: absolute;
    width: 159px; 
    top: 125px;
    display: block;
    overflow: hidden;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}

p.contentHeaderImgDescription A
{
    display: block;
    width: 159px;
    height: 25px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

p#contentHeaderImgDescription0{ left: 0; border-right: 1px solid #E5E5E5; }
p#contentHeaderImgDescription1{ left: 160px; border-right: 1px solid #E5E5E5; }
p#contentHeaderImgDescription2{ left: 320px; border-right: 1px solid #E5E5E5; }
p#contentHeaderImgDescription3{ left: 480px; width: 160px; }
p#contentHeaderImgDescription4{ left: 0px; width: 150px; }

div#services-image > p#contentHeaderImgDescription4{ left: 0px; width: 152px; }

#content 
{
    margin: 15px;
    background-color:#f5fafd;
    padding:10px;
    border:1px solid #e5e5e5;
}

#content h1.pageTitle  
{
    font-size: 24px;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}

/* Image on top of center column */
.contentheader 
{
    height: 125px;
}

/* NEWS & RSS */
DIV#News,
DIV#RSS
{
    width: 298px;    
}

DIV#News
{
    float: left;
    margin-left: 15px;
}

DIV#RSS
{
    float: right;
    margin-right: 15px;
}

DIV#News UL,
DIV#RSS UL
{
   margin: 0;
   padding: 0;
}

DIV#News UL LI,
DIV#RSS UL LI
{
   margin: 0;
   padding: 10px; 
   list-style: none;
}

DIV#News UL LI.Odd
{
    background-color: #f5fafd;
}

DIV#News UL LI.Even
{
    
}

DIV#RSS UL LI.Odd
{
    
}

DIV#RSS UL LI.Even
{
    background-color: #f5fafd;
}

DIV#News DIV.Date,
DIV#RSS DIV.Date
{
    float: left;
    color: white;
    line-height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 10px;
}

DIV#News H2,
DIV#RSS H2
{
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
}

DIV#News UL P,
DIV#RSS UL P
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
    line-height: 15px;
    overflow: hidden;
}

DIV#News P.NewsArchive
{
    padding: 10px;
} 

DIV#News DIV.More,
DIV#RSS DIV.More
{
    text-align: right;
} 

/* CONTENT RIGHT */
#contentRight 
{
    float: left;
    width: 152px;
    margin-left: 12px;
    position: relative;
}

P#bedrijfsfilmLink
{
    display: block;
    width: 152px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    margin-bottom: 0px;
}

#contentRight #poll 
{
    width:152px;
    background-color:#fff;
    margin-bottom: 15px;
}

p.PollDescription, p.PollCountVoted
{
    padding: 0 10px;
}

DIV.PollResults
{
    padding: 0 10px 5px 10px;
}

p.PollCountVoted
{
    padding: 0 10px 5px 10px;
    display: none;
}

P.PollSubmit INPUT.Submit
{
    border: none;
    background: none;
    width: 53px;
    padding: 0;
    margin: 0 0 0 -3px;
    text-align: left;
    color: #95c7ea;  
}

P.PollSubmit
{
    padding-bottom: 10px;
}

H4.PollHeader
{
    color: #95c7ea;  
}

DIV.PollBar
{
    background: #95c7ea;
    height: 5px;
    margin-bottom: 5px; 
}

form.PollVoteForm
{
    padding: 0 10px;    
}

#contentRight #pollContent 
{
    padding:10px 14px 14px 14px;
    line-height:20px;
}

#contentRight #pollContent .Radio
{
    margin-right:6px;
}

#contentRight #pollContent a
{
   display:block;
   text-decoration:underline;
   margin-top:10px;
}

#contentRight #poll h3 
{
    width:124px;
    color:#fff;
    padding:14px;
    font-size:18px;
}

#contentRight #Banners 
{
    width:150px;
    
}

#contentRight #Banners > A
{
    width: 150px;
    display: block;
    margin-bottom: 15px;
    text
}

#contentRight > #Banners > IMG 
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear 
{
    clear: both;
}

#footer 
{
    background-color:#cee5f7;
    width:100%;
}

#footerContent
{
    width: 972px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    min-height: 160px;
    position: relative;
    background-color: #CEE5F7;
}

UL#footerMenu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

UL#footerMenu > LI
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 157px; 
}

UL#footerMenu LI.block1
{
    width: 137px;
    margin-right: 14px;
    padding-left: 15px;
}

UL#footerMenu LI.block2
{
    width: 132px;
    margin-left: 15px;
    padding-left: 10px;
}

UL#footerMenu LI.block3
{
    width: 132px;
    margin-left: 14px;
    padding-right: 10px;
}

UL#footerMenu LI.block4
{
    width: 132px;
    margin-left: 14px;
    padding-left: 10px;
}

UL#footerMenu LI.block5
{
    width: 132px;
    margin-left: 14px;
    padding-right: 10px;
}

UL#footerMenu LI#last-block.block6
{
    width: 132px;
    margin-left: 30px;
    padding-right: 10px;
}

UL#footerMenu > LI > A
{
    color: #000;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

UL#footerMenu > LI > A:hover
{
    text-decoration: underline;
}    
    
UL#footerMenu > LI > UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}

UL#footerMenu > LI > UL > LI
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 157px;
    line-height: 20px;  
}

UL#footerMenu > LI > UL > LI > A
{
    color: #000;
    text-decoration: underline;
}

UL#footerMenu > LI > UL > LI > A:hover
{
    text-decoration: none;
}

DIV#contactInfo
{
   margin-left:30px;
    width: 150px;
    float:left;
}

DIV#contactInfo H4
{
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-size: 11px;    
}

DIV#contactInfo DL
{
    margin: 0;
    padding: 0;
    width: 160px;
}

DIV#contactInfo DL DT
{
    padding: 0;
    margin: 0;
    line-height: 20px;
    width: 60px;
    height: 20px;
    float: left;
    display: block;
    font-weight:normal;
}

DIV#contactInfo DL DD
{
    padding: 0;
    margin: 0;
    float: left;
    width: 93px;
    height: 20px;
    line-height: 20px;
    display: block;
}

DIV#contactInfo DL DD A
{
    text-decoration: underline;
    color: #000;
}

.bigDt, .bigDd
{
    height: 40px !important;

}

#bedrijfsfilm
{
    width: 500px;
    height: 355px;    
}

#separationLine {
    height: 3px;
    width: 152px;
    float:left;
    margin-left:-15px;
    background-color: #95C7EA;
    display:block;
    margin-bottom: 10px;
    clear: both;
}






/* Contactform */

td.Submit input.Submit{
    float:right;
    width:306px;
    border: 0;
    line-height: 18px;

    margin-right:2px;
}

td.form .Radio {
    margin-left:10px;
}

th.form {
    width:160px;
}

/*.Contact {
    margin-bottom:20px;
}*/

.Contact tr {
    line-height: 24px;
}

th.form, 
td.form input,
td.form select{
   
    padding: 4px 4px;
}

td.form select {
    
}

SPAN.hidden
{
    display: none;    
}

tr.BslAddressPostalcodeTown td input.BslAddressPostalcode,
tr.BslAddressStreetNumber td input.BslAddressNumber,
input.BslAddressNumber {
      width: 67px;
}

td.form select {
    width: 310px;
}

td.form textarea {
    width: 304px;
}

A#NewsRSSLink
{
    padding-left: 5px;    
}

SPAN.InfoLineExtra
{
    float: right;    
}

div.NewsItemBottom, div.IntroListBottom
{
    border-top: 0;
    padding-top: 0px;
}

ul.NewsItemRecentList li.MonthArchive, 
ul.NewsItemRecentList li.YearArchive
{
    font-style: normal;
}

div#companyMovieContainer
{
    border: 1px solid #E1EBF2;
    width: 150px;
    margin-bottom: 15px;
    overflow: hidden;
}

.individualBanner
{
    border: 1px solid #E1EBF2;
    width: 150px;
    height: auto;
    margin-bottom: 15px;
    overflow: auto;
}
