﻿/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 font-family:Arial, Verdana;
 font-size:0.85em;
 background-color:#fff;
 
 } 

 
#pagewidth{ 
 width:891px; 
  
} 
 
#leftcol{
 width:310px; 
 float:left; 
 position:relative;
 top: 0px;
 left: 0px;
 border-right:1px solid #EB6A0A;
}

#leftcol #header 
{
	height:105px;
	margin-top:0px;
	margin-left:26px;
	/*border:1px solid orange;
	border-right:1px solid #EB6A0A;*/
	}

#login 
{
    /*background:url(../images/login/login_pijl_over.gif) no-repeat;
    margin-top:33px;
    width:46px;
    height:51px;*/
    margin-top:40px;
    display:inline;
    float:left;
    font-size:0.85em;
    color:#9B9B9D; 
    }

#login a
{
    display:block;
    /*width:46px;
    height:51px;  */
}

#login img 
{
    /*width:46px;
    height:51px;*/    
    border:0px;
    }
    
* html a:hover 
{
    visibility:visible;  
    }    
    
    #login a:hover img 
    {
        /*visibility:hidden;*/
        }
    
img.logo
{
    display:inline;
    float:right;
    margin-top:20px;
    border:none;
    }
#socialMedia 
{
    position:absolute;
    top:350px;
    left: 475px;
    display:inline;
    }
#socialMedia img
{
    border:0px;
    margin-left:5px;
    }   


#leftcol #titel
{
	height:445px;
	background-image:url('../images/titels/background_home.jpg');
	background-repeat:no-repeat;
	} 
#leftcol #titel #nieuws
{ 
    margin-left: 30px;
    }

#leftcol #titel #PanelPaging
{ 
    /*margin-left: 30px;*/
    font-size:1.2em;
    font-weight:bold;
    margin-right: 10px;
     }

#leftcol #titel #nieuws h2
{ 
    color: #000;
    }    
#leftcol #titel #nieuws ul 
{ 
  padding:0px;
  margin-left:10px;
  color:#EB6A0A;
  
    }   
#leftcol #titel #nieuws li 
{ 
    margin-left:0px;
    font-size: 1.0em;
    margin-bottom:5px;
    }          	
    
#leftcol #titel a 
   {
       text-decoration:underline;
       color:#fff;
       }
#leftcol #titel #nieuws a 
   {
       text-decoration:none;
       color: #EB6A0A;
       }  
#leftcol #titel #nieuws a:hover
   {
       text-decoration:underline;
       }              
	
#leftcol #titel #oranjelijn 
{
	height:215px;
	border-bottom:1px solid #EB6A0A;
	/*border-right:1px solid #EB6A0A;*/
	}

#leftcol #titel #oranjelijn #tekst01
{
    color:#EB6A0A;
    font-size:3em;
    line-height:1em;
    font-weight:bolder;
    height:75px;
    width:165px;
    margin-top:30px;
    margin-left:45px;
    display: inline; /* oplossing voor double margin bug in IE6, http://www.gigadesign.be/2005/12/het-ie-double-margin-probleem/ */
    float:left;
    text-align:left;
    overflow:hidden;
}

#leftcol #titel #oranjelijn #tekst02
{
    color:#fff;
    font-size:3em;
    line-height:1em;
    font-weight:bolder;
    width:230px;
    height:70px;
    margin-left:45px;
    display: inline; /* oplossing voor double margin bug in IE6, http://www.gigadesign.be/2005/12/het-ie-double-margin-probleem/ */
    float:left;
    text-align:left;
    overflow:hidden;
}

#rightcol
{
	margin-top:30px;
	float: right;
	display:inline; 
	position: relative; 
	width:580px;
	height:380px;
	/*border:1px solid green;*/
 }
#rightcol #menu
 {
 	height:40px;
 	background-color:#fff;
	position:relative;
	z-index:2;
 	}

#rightcol #conceptContainer
 {
    background-color:black; 
 	height:580px;
 	z-index:0;
 	}     
#rightcol #conceptbeeld
 {
    background-image:url('../images/sfeerbeelden/kroonluchter.jpg');
    background-repeat: no-repeat; 
 	height:580px;
 	z-index:0;
 	} 
 	
     
 /*#rightcol #conceptbeeld .oranjelijn 
 {
 	height:229px;
	border-bottom:1px solid #EB6A0A;
 	}*/
#maincontent{
 /*height:230px; 

 background-color:#fff;  
 border: 1px solid red;*/
 
	position:absolute;
	top:380px;
	left:0px;
	clear:both;
 	margin-left:25px;
 } 
 
	
#mcContentContainer 
{
	position:absolute;
	left:285px;
	top:-60px;
	border:1px solid #EB6A0A;
	/*height:290px;*/
	float:left;
	z-index:1;
    }

	.kolommen0
{
	margin:70px 10px 10px 10px;
	width:559px;
	background-color:#fff;
	font-size:0.95em;
	/*line-height:1.5em;*/
	text-align:left;
}


div.luik 
{
    display: block;
    float:left;
    clear:right;
    width: 165px;
    height: 250px;
    /*border: 1px solid red;*/
    background-color:#EB6A0A;
    margin:0 10px 10px 0;
    padding: 5px;        
    }

div.luik a
{ 
color:#fff;
text-decoration:none;
}
div.luik a:hover
{ 
text-decoration:underline;
}

#footer
{
    position:absolute;
    top:350px;
    height:20px; 
    width:200px;
    clear:both;
    z-index:1;
    color:#EB6A0A;
    font-weight:bold;
 } 

#footer a 
{
    color:#EB6A0A;
    text-decoration:none;
    } 
#footer a:hover 
{
    text-decoration:underline;
    }
	 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 

