/* Start CSS ALS-studie ---------------------------- */
/* © 2009 Jop Berkhout | design_stuff -------------- */

/* Elements
---------------------------------------------------- */
@import 'reset.css';

html {
	min-width: 980px;
}

body {
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-align: left;
	background: #909797;
	color: #000000;	
}

.clear {
	clear: both;
}


/* Text
---------------------------------------------------- */
h1 {
	font-size: 26px;
	margin: 0 0 24px 0;
}

h2 {
	font-size: 16px;
	color: #505858;
	margin: 0 0 16px 0;
}

	#content h2 {
		font-size: 16px;
		color: #505858;
		margin: 35px 0 16px 0;
	}

h3 {
	font-size: 15px;
	color: #505858;
	margin: 0 0 10px 0;
}

	#content h3 {
		font-size: 15px;
		color: #505858;
		margin: 28px 0 10px 0;
	}

h4 {
	font-size: 13px;
	color: #505858;
	margin: 0 0 6px 0;
}

p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 20px;
}

  p.lead {
  	font-family: "Trebuchet MS", Georgia, serif;
    font-size: 13px;
  	line-height: 22px;
  	color: #5e6d6d;
  	background: #ebf0f0;
  	padding: 8px 15px 10px 15px;
  }

blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	margin: 0 0 24px 0;
}

  blockquote s {
  	font-family: Helvetica, Arial, sans-serif !important;
  	font-style: normal;
  }
  
  blockquote p {
  	margin: 0;
  }
  
  blockquote cite {
  	font-family: helvetica, arial, sans-serif;
  	font-size: 12px;
  	font-style: normal;
  	color: #999;
  }

small {
	font-size: 12px;
	color: #666 !important;
}


/* Links
---------------------------------------------------- */	
a {
	color: #079797;
	text-decoration: none;
	font-weight: bold;
}
	
  a:hover {
  	color: #007777;
  }

  a.button {
    background: transparent url(../images/layout/button-right.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 31px;
    margin: 14px 6px 0 0;
    padding: 0 17px 0 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold; 
  }
  
    a.button span {
      background: transparent url(../images/layout/button-left.gif) no-repeat; 
      display: block;
      line-height: 24px;
      padding: 2px 7px 5px 12px;
    }
     
    a.button:hover span {
      text-decoration:underline;
    }	

	
/* Images
---------------------------------------------------- */	
img.icon {
	vertical-align: middle;
}
	
img.left {
	float: left;
	margin: 5px 10px 0 0;
}
	
img.right {
	float: right;
	margin: 5px 0 0 10px;
}


/* Menu
---------------------------------------------------- */
#menu {
	background: #000000;
}

  #menu-inner {
  	margin: 0 auto;
  	padding: 15px 0 0 0;
  	width: 960px;
  }
  
    #menu-inner p {
    	margin: 0;
    }
    
    #menu-inner img {
    	margin: -8px 0 0 0;
    	vertical-align: middle;
    }

  ul#nav {
  	float: right;
  	font-weight: bold;
  	font-size: 15px;
  	margin: 0;
  	padding: 0;
  	text-transform: uppercase;
  }
  	
    ul#nav li {
    	display: inline;
    	float: left;
    	margin: 0 0 0 30px;
    	padding: 5px 0 22px 0;
    	list-style: none;
    }
  
      ul#nav li:hover {
      	background: url(../images/layout/menu-active.gif) bottom center no-repeat;
      }

      ul#nav li.active {
      	background: url(../images/layout/menu-active.gif) bottom center no-repeat;
      }
      
      ul#nav li a {
      	color: #ffffff;
      	text-decoration: none;
      }
      
        ul#nav li a:active, ul#nav li a:hover {
        	color: #c4dcdc;
        }

/* Header
---------------------------------------------------- */
#header {
	background: #079797;
}

  #header p {
  	margin: 0;
  }
	
  #header-inner {
  	margin: 0 auto;
  	width: 960px;
  	height: 115px;
    padding-top: 35px;
  }
  
    #header-inner.home {
    	height: 235px;
    	padding-top: 65px;
    	background: url(../images/headers/header-home.jpg) top right no-repeat;
    }
      
    #header-inner h1, #header-inner h2 {
    	font-size: 40px;
    	color: #c4dcdc;
    	text-transform: uppercase;
    	padding: 0;
    	width: 550px;
    }
    
    #header-inner.home h1 {
    	font-size: 42px;
    	color: #ffffff;
    	text-transform: uppercase;
    	margin: -13px 0 18px 0;
      padding: 0;
    	width: 550px;
    }
    
    #header-inner.home h2 {
    	font-size: 34px;
    	color: #c4dcdc;
    	text-transform: uppercase;
    	padding: 0;
    	width: 480px;
    }
    
    #header-inner.vrouw1 { background: url(../images/headers/header-vrouw1.jpg) top right no-repeat; }
    #header-inner.vrouw2 { background: url(../images/headers/header-vrouw2.jpg) top right no-repeat; }
    #header-inner.zuster { background: url(../images/headers/header-zuster.jpg) top right no-repeat; }
    #header-inner.meisje { background: url(../images/headers/header-meisje.jpg) top right no-repeat; }
    #header-inner.dokter { background: url(../images/headers/header-dokter.jpg) top right no-repeat; }
		#header-inner.contact { background: url(../images/headers/header-contact.jpg) top right no-repeat; }
    #header-inner.standaard { background: url(../images/headers/header-standaard.jpg) top right no-repeat; }
    #header-inner.general { background: url(../images/headers/header-standaard.jpg) top right no-repeat; }
    
    #header-inner a {
    	color: #ffffff;
    	text-decoration: none;
    }
    
      #header-inner a:hover, #header-inner a:active {
      	text-decoration: underline;
      }


/* Portals
---------------------------------------------------- */
#portals {
	border-top: 1px solid #ffffff;
	background: #ffffff;
}

  #portals-inner {
  	position: relative;
    width: 980px;
  	margin: 0 auto 0 auto;
  	top: -20px;
  	padding: 0;
  	background: #ffffff;
  }
  
  .c1  {
    height: 20px;
    background: url(../images/layout/box-c1.gif);
  }
  
  .c2  {
    margin-top: -20px;
    height: 20px;
    background: url(../images/layout/box-c2.gif) right no-repeat;
  }
  
  .c3  {
    height: 20px;
    background: url(../images/layout/box-c3.gif);
  }
  
  .c4  {
    margin-top: -20px;
    height: 20px;
    background: url(../images/layout/box-c4.gif) right no-repeat;
  }
  
  .round-in  {
    border-left: 10px solid #000000;
    border-right: 10px solid #000000;
    padding: 0 0 8px 0;
    color: #ffffff;
  }
	
	#portals ul, #portals ol {
    list-style: none;
    margin: 0;
    padding: 6px 0;
	}
	
  	#portals li {
      border-right: 4px dotted #079797;
      padding: 0px 18px;
      display: block;
      width: 200px;
      float: left;
    }
    
      #portals li.last-portal {
        border-right: none;
      }
       
  #portals h1 {
  	font-size: 18px;
  	margin: 0 0 12px 0;
  }
  
    #portals h1 a {
    	color: #000000;
    	text-decoration: none;
    	font-weight: bold;
    	margin: 0;
    	padding: 0;
    	text-transform: uppercase;
    }
    
      #portals h1 a:active, #portals h1 a:hover, #portals h1 a.active {
        text-decoration: underline;
    	}
  
  #portals p.port {
  	margin: 0;
  }
  
    #portals p.port a {
    	text-decoration: none;
    	font-weight: normal;
    	color: #000000;
    }
    
    #portals p a:hover, #portals p a:active {
    	text-decoration: underline;
    }
    

/* News
---------------------------------------------------- */
#news {
	width: 200px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 13px;
}

  #news li {
    margin: 23px 0;
  }
  
  #news h3 {
  	font-size: 13px;	
  }
  
  #news p {
    font-family: "Trebuchet MS", Georgia, sans-serif;
    margin: 0;
  }
  
  #news span.date {
    color: #5e6d6d;
  }


/* Subnav
---------------------------------------------------- */
#subnav {
	width: 200px;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	border-bottom: 1px solid #ebf0f0;
	font-size: 13px;
}

  #subnav h2 {
  	font-size: 13px;
  	text-transform: uppercase; 	
  }

  #subnav ul {
  	margin: 0;
  	padding: 0;
  }
      
    #subnav ul li {
    	list-style: none;
    	border-top: 1px solid #ebf0f0;
    }
      
      #subnav ul li a {
      	text-decoration: none;
      	display: block;  	
      	padding: 8px 16px 9px 8px;
      	width: 176px;
      	font-weight: normal;
      	background: url(../images/layout/submenu-normal.gif) center right no-repeat;
      	text-transform: none;
      	line-height: normal;
      }

        #subnav ul li a:hover {
        	background: #079797 url(../images/layout/submenu-hover.gif) center right no-repeat;
        	color: #ffffff;
        }
  
        #subnav ul li a:active, #subnav ul li a.active {
        	background: #079797 url(../images/layout/submenu-active.gif) center right no-repeat;
        	color: #ffffff;
        }

          #subnav ul li ul li {
          	border-top: none;
          	font-size: 12px;
          	background-color: #e3f2f2;
          }

            #subnav ul li ul li a {	
            	padding: 7px 0 7px 22px;
            	width: 177px;
            	background: url(../images/layout/subsubmenu-normal.gif) center left no-repeat;
            }
      
              #subnav ul li ul li a:hover, #subnav ul li ul li a:active, #subnav ul li ul li a.active {
              	background: url(../images/layout/subsubmenu-active.gif) center left no-repeat;
              	color: #000000;
              }


/* Main
---------------------------------------------------- */ 
#main {
	background: #ffffff;
	padding: 20px 0 0 0;
}

  #main-inner {
  	margin: 0 auto 20px auto;
  	width: 960px;
  }


/* Content and crumbs
---------------------------------------------------- */	
#content {
	width: 500px;
	float: left;
}

  #content #crumbs { 	
  	color: #5e6d6d;
  	padding-bottom: 10px;
  	margin-bottom: 23px;
  	border-bottom: 1px solid #ebf0f0;
  }
  
    #content #crumbs ul {
    	font-size: 11px;
      margin: 0;
    	padding: 0;
    }
        
      #content #crumbs ul li {
      	display: inline;
      	margin: 0;
      	padding: 0 0 0 14px;
      	list-style: none;
      	background: url(../images/layout/crumb.gif) 3px center no-repeat;
      }
  
        #content #crumbs ul li.first-crumb {
        	padding: 0;
        	background: none;
        }
        
        #content #crumbs ul li a {
        	font-weight: normal;
        }
        
	        #content #crumbs ul li a:hover {
	        	text-decoration: underline;
	        }
	        
	        #content #crumbs ul li a.active {
	        	color: #000000;
	        }

  #content ul {
  	margin: 15px 0 15px 20px;
  	font-size: 12px;
  	line-height: 20px;
  }
  
    #content ul li {
    	list-style: disc;
    	margin: 0 0 10px 10px;
    }
  	
  #content ol {
  	list-style-type: decimal;
  	font-size: 12px;
    margin: 15px 0 15px 20px;
  	line-height: 20px;
  }
  
  	#content ol li {
    	margin: 0 0 10px 10px;
    }

  /* Form */
#content p.error {       
    color: #d13030;
    margin: 18px 0px; 
    padding: 5px 10px;
    border: 1px dotted #d13030; 
  }

#content form {
  font-family: Arial, "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: #232323;
}

  #content fieldset {
  	margin: 25px 0px 10px 0px;
  	border: 1px solid #bdbdbd;
  	padding-top:15px;
  }
  
  	#content fieldset div {
  		margin: 0px 0px 15px 0px;
  		display: block;
  	}
  
  		#content fieldset div input, #content fieldset div textarea {
  			font-family: Arial, "Trebuchet MS", sans-serif;
  			font-size: 12px;
      	  	width: 290px;
  			border: 1px solid #bdbdbd;
  			padding: 4px;
  			color: #333333;
  		}
		
		#ingevulddoor,#content fieldset div select {
			height:25px;
			width:300px;
		}
  		
    		#content fieldset div input.error, #content fieldset div textarea.error {
          		background: #f6c0c0;
    			border: 1px dotted #d13030; 
    		}
  		
    		#content div input.send {
    			width: 120px;    						
		        padding: 3px;
		        margin: 0px 0px 0px 0px;
    			float: right;    			
    			border: 1px solid #bdbdbd;  			
  				background-color: #079797;
					color: #ffffff;
					font-weight: bold;
  				text-align:center;
    		}
    			#content fieldset div input.send:hover {
    				background-color: #007474;
    				color: #fff;
    				cursor: pointer;
    				text-decoration: none;
    			}
  
  #content legend {
  	margin: 0px 0px 18px 20px;
  	padding: 4px 7px;
  	background-color: #ebf0f0;
  	border: 1px solid #bdbdbd;
  	font-weight: bold;
  }
  
  #content label {
  	float: left;
  	width: 124px;
  	padding: 0px 15px 0px 0px;
  	text-align: right;
  	font-weight: bold;
  	line-height: 21px;
  }
  
  #content #verzenden {
  	margin: 15px 22px 0px 0px;
  	width: 100px;
  	text-align: right;
  }
  
  	#content #verzenden input {
  		margin-left: 5px;
  		padding: 3px;
  		background: #8cbc00;
  		border: 1px solid #346702;
  		color: #ffffff;
  		font-weight: bold;
  	}
  	
  input:focus, textarea:focus {
  	background: #def1f1;
  	color: #990033;
  	font-style: italic;
  }


/* Triggers
---------------------------------------------------- */	
#triggers {
	width: 200px;
	float: right;
}

  #triggers .triggerblock {
    margin: 10px 0 30px 0;
    padding-bottom: 9px;
    background: url(../images/layout/trigger-bot.gif) bottom center no-repeat;
  }

  #triggers .triggertext {
    background: #ebf0f0 url(../images/layout/trigger-top.gif) top center no-repeat;
    padding: 12px 12px 0 12px;
  }
  
  #triggers p {
    font-family: "Trebuchet MS", Georgia, sans-serif;
    margin: 0;
  }
  
    #triggers p a {
      font-weight: normal;
      color: #000000;
    }
    
    #triggers p a:hover {
      text-decoration: underline;
    }
    
  #triggers h3 {
  	font-size: 13px;
  	text-transform: uppercase; 	
  }
  
  #triggers img {
    display: block;
  }


/* Forms
---------------------------------------------------- */	
input, textarea {

}



/* Footer
---------------------------------------------------- */   
#footer {
	background: #909797;
}

  #footer-inner {
    margin: 0 auto;
  	padding: 40px 0 36px 0;
  	width: 960px;
  }

    #footer-inner div {
    	float: left;
    	width: 136px;
    	padding-left: 20px;
    	border-left: 4px dotted #dedede;
    	margin: 0 10px 0 0;
    }
    
      #footer-inner div ul {
      	margin: 0;
      	font-size: 12px;
      	color: #ffffff;
      	line-height: 16px;
      }
      
        #footer-inner div ul li {
        	list-style: none;
        	margin: 0 0 5px 0px;
        }
        
          #footer-inner div ul li a {
          	color: #dedede;
          	font-weight: normal;
          	text-decoration: underline;
          }
          
          #footer-inner div ul li a:hover, #footer-inner div ul li a:active {
          	text-decoration: none;
          }
        
    #footer-inner div.detail-first {
    	width: 200px;
    	padding-left: 0px;
    	border-left: 0px;
    	margin-right: 30px;
    }
    
    #footer-inner div.detail-last {
    	border-left: 4px dotted #dedede;
    	margin-right: 0px;
      width: 190px;
    }
    
    #footer h3 {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 14px;
    }
    	#footer h3 a {
    		color: #fff;    		
    	}


/* Self-clearing floats
---------------------------------------------------- */
#menu-inner:after,
#header-inner:after,
#signup-inner:after,
#subnav-inner:after,
#showcase-inner:after,
#main:after,
#footer:after,
#footer-inner:after,
#main-inner:after,
div.clear:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* trigger hasLayout and target ie5+6/win only */
* html #menu-inner,
* html #header-inner,
* html #signup-inner,
* html #subnav-inner,
* html #main,
* html #footer,
* html div.round-in,
* html div.clear {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #menu-inner,
*:first-child+html #header-inner,
*:first-child+html #subnav-inner,
*:first-child+html #main,
*:first-child+html div.round-in,
*:first-child+html #footer {
	min-height: 1px;
	}


/* IE6 warning
---------------------------------------------------- */
.ie6 {
  background: red;
  color: white;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}

  .ie6 a {
    text-decoration: underline;
    color: white;
  }
  
    .ie6 a:hover {
      text-decoration: none;
      color: white;
    }

/* End CSS */
