/* Layout */
#wrapper{
	left:0;
    right:0;
	top:0;
	bottom:0;
	position:absolute;
}

    #head{
    	height:140px;
    	left:0;
    	top:0;
    	right:0;
    	background: #528F14;
    	position:absolute;
    	overflow:hidden;
    	z-index:1;
    	min-width:640px;
    }
    
        #purplestripe { 
        	background: url('http://kanker-actueel.nl/images/paars_blokje.jpg') repeat-x;
            height:10px; 
            width:100%; 
        }
    
        #head_left{
            top:10px;
            left:0;
            right:50%;
            height:107px;
            position:absolute;
            z-index:1;
        }
        
        #head_center{
            position:absolute;
            top:10px;
            left:50%;
            margin-left:-215px;
            width:430px;
            height:107px;
            z-index:2;
        }
        
        #head_right{
            top:10px;
            left:50%;
            right:0%;
            height:107px;
            position:absolute;
            z-index:1;
        }
        
            .head_row{
                background:#528F14;
                border:1px solid #fff;
                padding:3px;
                color:#fff;
            }
            
                .head_row a{
                    text-decoration:none;
                    color:#fff;
                }
            
            #head_left .row1{
                background:url('http://kanker-actueel.nl/images/aap_a.jpg') no-repeat 130px -9px;
                height:15px;
                line-height:15px;
            }
            
            #head_left .row2{
                background:url('http://kanker-actueel.nl/images/aap_b.jpg') no-repeat 130px 0;
                height:22px;
                line-height:22px;
            }
            
            #head_left .row3{
                background:url('http://kanker-actueel.nl/images/aap_c.jpg') no-repeat 130px 0;
                height:20px;
                line-height:20px;
            }
            
            #head_left .row4{
                background:url('http://kanker-actueel.nl/images/aap_d.jpg') no-repeat 130px 0;
                height:19px;
                line-height:19px;
            }
            
            #head_right .head_row{
                text-align:right;
            }
            
            #head_right .row1{
                height:15px;
                line-height:15px;
            }
            
                #head_right .row1 select{
                    margin-top:-3px;
                }
            
            #head_right .row2{
                height:22px;
                line-height:22px;
            }
            
            #head_right .row3{
                height:20px;
                line-height:20px;
            }
            
            #head_right .row4{
                height:19px;
                line-height:19px;
            }

        #menu{
            position:absolute;
            left:0;
        	bottom:0;
        	right:0;
        	height:27px;
        	line-height:20px;
        	background:#fff;
        	z-index:2;
        	min-width:640px;
        }
        
            #menu table{
                width:100%;
                border-collapse:separate;
                border-spacing:2px;
                background:url('http://kanker-actueel.nl/images/paarse_balk.jpg') repeat;
                font-size:12px;
                border:1px solid #fff;
            }
        
                #menu table td{
                    border:1px solid #333;
                    color:#fff;
                    text-align:center;
                    height:18px;
                    border-right:1px solid #ccc;
                    border-bottom:1px solid #999;
                }
            
    #left_sidebar{
        position:absolute;
        overflow:auto;
        top:141px;
        bottom:30px;
        left:0;
        width:215px;
        background:#EBE7EC;
    }   
    
        #left_sidebar h2{
            background:#666;
            color:#fff;
            padding:5px;
        }
        
        #breadCrumb{
            padding:5px;
        }
        
        #articles{
            padding:0 5px;
        }
        
        #left_sidebar a:link, #left_sidebar a:visited{
        	color:#333;
        	text-decoration:none;
        }
        
        #left_sidebar a:hover	{
        	color:#999;
        }  
        
        #left_sidebar a.isactive {
            color:red;
        }

    #content{
    	position:absolute;
    	overflow-y:auto;
    	overflow-x:hidden;
        top:141px;
    	bottom:30px;
    	left:225px;
    	right:210px;
    	padding:5px;
    	min-width:400px;
    	z-index:1;
    	
    }
            
        #content a{
        	color:#4a3090;
        	text-decoration:underline;
        }
        	
        #content a:hover, #content a.active{
        	color:#4a3090;
        	text-decoration:none;
        }
        
        #content li{
            margin:5px 0;
        }
    
    #right_sidebar{
        position:absolute;
        overflow:auto;
        top:141px;
        bottom:30px;
        right:0;
    	width:205px;
    	padding-top:5px;
        text-align:center;
    }
    
        #right_sidebar p {
            border-left:1px solid #9357AD;
			border-right:1px solid #9357AD;
			padding:8px;
        }
		
		#caroussel	{
					height:190px;}
    
        #osbalkje2   {width:180px;
        						text-align:center;
        						height:22px;
                    color:#ffffff;
                    background-color:gray;
                    margin-bottom:10px;
                    padding-top:4px;}
        
    #footer	{
        position:absolute;
        text-align:center;
    	bottom:0px;
    	left:0;
    	right:0;
    	height:30px;
    	background:#78A23D url('http://kanker-actueel.nl/images/bottomstripe.jpg') no-repeat;
    	color:#fff;
    	min-width:640px;
    }
        
        #footer .text a{
            font-weight:bold;
        	color:#ffffff;
        	text-decoration:none;
        }
        	
        #footer .text a:hover, #footer .text a.active{
            font-weight:bold;
        	color:#ffffff;
        	text-decoration:underline;
        }
    
            #footer .bigger{
                font-size:16px;
            }
            
#fadeshow1  {margin:12px;}

/* Styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size:13px;
	line-height:120%;
}

b,strong{
	font-weight:bold;
}

p{
	padding:10px 0;
}

a{
	
}

h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
	
h2 {
	font-size: 13px;
	font-weight:bold;
	margin-bottom:5px;
}

h3 {
	font-size: 12px;
	margin-bottom:3px;
	font-weight:bold;
}

h4 {
	font-size: 11px;
	margin-bottom:3px;
	font-weight:bold;
	text-decoration:underline;
}	

.fl{
    float:left;
}

.fr{
    float:right;
}

input[type="button"], input[type="submit"]
        {background-color:orange;
        padding:0 10px 0 10px;
        }


