/*************************************************************************************************
 * <APPLICATIE TITEL> CSS
 *************************************************************************************************/

/*************************************************************************************************
 * STYLE RESETS
 *************************************************************************************************/
 
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
        margin:0;
        padding:0;
    }
    
    table {
        border-collapse:collapse;
        border-spacing:0;
    }
    
    fieldset,img { 
        border:0;
    }
    
    ol,ul {
        list-style:none;
    }
    
    caption,th {
        text-align:left;
    }
    
    h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
    }
    
    abbr,acronym { 
        border:0;
    }
    
/*************************************************************************************************
 * GENERIEKE STYLES (UITSLUITEND "KALE" HTML-TAGS!)
 *************************************************************************************************/
 
    html, body {
    	padding:0px;
    	margin:0px;
    }
 
    body, input, select, textarea, td {
    	font-family:Century Gothic, arial, verdana;
    	color:#58585a;
    	font-size:12px;
    	line-height:20px;
    }
    
    body {
    	text-align:center;
    	background:url("../images/bg.jpg") top left repeat-x;
    }
    
    a:link, a:visited {
    	color:#8b2346;
    	text-decoration:none;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	color:#a41f4b;
    	font-size:14px;
    	font-weight:bold;
    	padding-bottom:10px;
    	font-family:Century Gothic, Arial, Verdana;
    }
   
 
    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
    ul {
    }
/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/

a#twitter {
	margin-left:  150px;
	margin-bottom: 20px;
	display:block;
	cursor:pointer;
	width: 38px;
	height:38px;
	text-indent:-9000px;
	background: url(../images/twitter.jpg) top left no-repeat;
}
	
 div#container {
 	height:932px;
 	width:1400px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 }
 

 div#header {
 	height:317px;
    background:url("../images/header.jpg") top left no-repeat;
 	width:1400px;
 }

  div#header img{
 	position:absolute;
    background:url("../images/header.jpg") top left no-repeat;
    z-index:99;
 }
  div#overflow {
    background:url("../images/bgOverflow.jpg") left bottom no-repeat;
 	width:893px;
 	margin-left:254px;
 	overflow:hidden;
 }
 
 
  div#footer {
 	height:91px;
    background:url("../images/footer.jpg") top center no-repeat;
 	width:1400px;
 }
 
  div#columnLeft
 {
 	float:left;
 	width:530px;
 	display:inline;
 	margin:50px;
 	
 	min-height:283px;
	height:auto !important;
	height:283px;
 }	
 
 
	div#columnLeft ol li
	{
 		margin-left:22px;
		list-style-type:decimal;
	}
	
	div#columnLeft ul li
	{
	 	margin-left:22px;
		list-style: disc;
	}
 
 div#columnRight {
 	float:left;
 	text-align:center;
 	width:200px;
 	display:inline;
 	margin:30px;
 	margin-left:14px;
 	margin-right:20px;
 	
 	min-height:283px;
	height:auto !important;
	height:283px;
 }	
 
 
 div#agenda {
 	width:225px;
 	
 }
 
 div#agenda h1 {
 	height:33px;
 	_height:38px;
    background:url("../images/columnRightH1.jpg") top left no-repeat;
 	width:225px;
 	padding:0px;
 	
 	
 	color:white;
 	font-weight:normal;
 	text-align:center;
 	padding-top:5px;
 }
 
  div#agenda div.content {
    background:url("../images/columnRightBg.jpg") top left repeat-y;
 	color:#8b2346;
 	text-align:center;
 	padding:20px;
 }
 
 
  div#agenda div.footer {
 	height:52px;
    background:url("../images/columnRightFooter.jpg") top left no-repeat;
 	width:225px;
 }
 
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 1
         *****************************************************/

        /*****************************************************
         * PAGINA VOORBEELD 2
         *****************************************************/

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	
	
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
  ul#nawG {
  	float:left;
  	display:inline;
  	margin-top:47px;
  	margin-left:654px;
  	font-size:11px;
  	color:#8b2346;
  }
  
  ul#nawG li {
  	background:url("../images/liBullet.jpg") right 50% no-repeat;
  	float:left;
  	padding:0px;
  	margin:0px;
  	
  	padding-left:17px;
  	padding-right:17px;
  }
  
  ul#nawG li.last {
  	background:none;
  	float:left;
  	padding:0px;
  	margin:0px;
  	
  	padding-left:17px;
  	padding-right:17px;
  }
  
  div#design
  
  {
  	position:relative;
  	top:70px;
  	right:177px;
  	color:969696;
  }
  
    div#design a
  
  {
  	color:969696;
  }
  
