﻿/* SINGLESCREEN */

ul.singlescreen, .singlescreen li, .singlescreen li div {
  width: 534px;
  height: 255px;
}

ul.singlescreen {
	position : relative;
	margin : -105px 0 0px 0;
	background: none;	
}

  .singlescreen li {
    display: none;
    padding: 0px 0 0 0;
    margin: 0;
    background: url('/static/images/singlescreen_button_bg.jpg') 0 190px repeat-x;
  }

  .singlescreen li.first { 
    display: inline; 
  }

  .singlescreen li div.background {
	  background: url(/static/images/bg_body-nt.gif) top left repeat-x;	
    margin: 0;
    padding: 0; 
  }
   
  .singlescreen img {
    background-position: top right;
    background-repeat: no-repeat;
    width: 365px;
    height: 255px;
	  position : absolute;
	  margin: 0px 0 0 169px;
	  }
  	
  .singlescreen div.text {
    display: block;
    width: 300px;
    height: 74px;
    position: absolute;
    margin: 115px 0 0 0;
    overflow: hidden;
  }

    .singlescreen p h1, .singlescreen p h2 { 
      margin-bottom: 8px;
      /* see .content h1 */
    }	

    .singlescreen p span {
	    color : #A3A7A5;
	    font-size :1.038em; /* 15px;*/
	    margin : 0;
	    padding : 0;
	    width : 260px;
	    display: block;
	    line-height : 20px;
	    }
    	
  .singlescreen a {
    background: url('/static/images/singlescreen_button.png') 0 0 no-repeat;
    width: 240px;
    min-height: 40px;
    position: absolute;
    margin: 197px 0 0 10px;
    padding: 5px 0 0 35px;
    overflow: hidden;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
  }

    .singlescreen a:hover {
        background-image: url('/static/images/singlescreen_button-over.png');
    }

/* SPECIAL */

.tabs, .aandoeningen { display: none; }

/* TABS */

ul.tabs {
  width: 510px; 
  background: url(/static/images/ln_sep.gif) no-repeat bottom left;
  height: 33px;
  padding: 0 10px 0 0;
  margin: 0 0 20px 0;
}

  ul.tabs li {
    float: right;
  }

  ul.tabs li a {
    display: block;
    cursor: pointer;
    width:116px;
    height:26px;
    margin: 0 3px 0 0;
    padding: 7px 0 0 0;
    background: url(/static/images/home_tab.jpg) no-repeat bottom left;
    text-align:center;
    color:#2a6e9a;
    font-weight: bold;
  }
  
  ul.tabs li a:hover {
    background: url(/static/images/home_tab_over.jpg) no-repeat bottom left;
    color: #4b4b4b;
  }

  ul.tabs li a.selected {
    background: url(/static/images/home_tab_over.jpg) no-repeat bottom left;
    color: #4b4b4b;
  }
  
/* GENERAL */
.special {
  width: 520px; 
  height: 227px;
	background: url(/static/images/ln_sep.gif) no-repeat bottom left;
	padding: 0 0 10px 0;
  margin-bottom: 35px;
}

  .content .special h2 {
    margin-top: 5px;
    padding-bottom: 0;
    border: none;
  }
  
  .special ul li a:hover, .special ul li a.hover { 
    color: #ff0467; 
    font-weight: bold;
  }
  
/* AANDOENINGEN */  

.aandoeningen {
}

  .aandoeningen h2 {
    width: 158px;
    float: left; 
  }

  .aandoeningen-images { 
    float: left; 
    width: 318px; 
    margin: 0 20px 0 0;
  }

    .aandoeningen-images img { 
      background: url('/static/images/special/hand.jpg') 0 0 no-repeat;
      width: 106px; 
      height: 188px
    }
    
    .aandoeningen-images span {
      text-align: center; 
      font-size: 1.1em;
      font-weight: bold;
      float: left; 
      cursor: pointer;
      width: 106px;
      height: 220px;
      overflow: hidden;
    }

    .aandoeningen-images span.active {
      color: #ff0467;
    }

  .aandoeningen-index { 
    float: left; 
    width: 182px; 
  }

    .aandoeningen-index ul {
      width: 160px;
      float: left; 
    }

    .aandoeningen-index ul li a {
      cursor: pointer;
      text-decoration: none;
    }
    
/* BEHANDELINGEN */

.behandelingen {
}
 
  .behandelingen div { 
    float: left; 
    width: 500px; 
    overflow: hidden;
  }
   