
/*************************************************************************************************
 * <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:Trebuchet MS, arial, verdana;
    	color:#5b5b5b;
    	font-size:11px;
    	line-height:16px;
 		background:#bbde99 url("../images/bg.jpg") top left repeat-x;
    }
    
    body {
    	text-align:center;
    }
    
    a:link, a:visited {
    	color:#6c804d;
    	font-weight:bold;
    	text-decoration:None;
    }
    
    a:hover,  a:active {
    }
    
    h1 {
    	font-size:18px;
    	color:#4e713b;
    	padding-bottom:20px;
    	font-weight:bold;
    }
    
    div#tip h1 {
    	color:white;
    	padding-bottom:8px;
    }
    

    h2 {
    }
    
    h3 {
    }
    
    p {
        margin-bottom: 10px;
    }
    
	ul {
		list-style-image:none;
		list-style-position:inside;
		list-style-type:disc;
    }

	li {
		padding-left:22px;
    }
/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
 div#container {
 	width:1000px;
 	position:relative;
 	margin:0 auto;
 	text-align:left;
 	background:url("../images/bgContainer.jpg") top left repeat-y;
 }
 
 div#nawgegevens {
 	width:160px;
 	position:absolute;
 	bottom:6px;
 	left:20px;
 	text-align:right;
 	color:#d9531e;
 	line-height:14px;
 	text-transform:uppercase;

 }
 
 div#overflow {
 	min-height:400px;
	height:auto !important;
	
	height:500px;
 	width:1001px;
 	overflow:hidden;
 	_overflow:visible;
 	background:url("../images/bgOverflow.jpg") top left no-repeat;
 }
 
  div#secondtemplateoverflow {
 	min-height:400px;
	height:auto !important;
	height:500px;
 	width:1001px;
 	overflow:hidden;
 	_overflow:visible;
 	background:url("../images/bgOverflow2.jpg") top left no-repeat;
 }
 
 div#header {
 	width:1000px;
 	height:146px;
 	background:url("../images/header.jpg") top left repeat-y;
 }

 div#footer {
 	width:984px;
 	height:62px;
 	margin-left:9px;
 	background:url("../images/footer.jpg") top left repeat-y;
 }
 
 div#columnLeft {
 	width:200px;
	min-height:500px;
 	float:left;
 	display:inline;
 }
 
 div#columnRight {
 	width:773px;
 	margin-left:20px;
 	float:left;
 	display:inline;
 	color:white;
	overflow:hidden;
 }
 
 div#innerColumnLeft {
 	width:410px;
 	float:left;
 	color:#5b5b5b;
 	display:inline;
 	text-align:justify;
 	margin-top:60px;
 }
 
  div#secondtemplateinnerColumnLeft {
 	width:750px;
 	float:left;
 	color:#5b5b5b;
 	display:inline;
 	text-align:justify;
 	margin-top:60px;
 }
 
 div#innerColumnRight {
 	width:327px;
 	margin-left:36px;
 	float:left;
 	display:inline;
 	background:url("../images/bgTipAll.jpg") top left repeat-y;
 }
 
 div#tip{
 	background:url("../images/bgTip.jpg") top left no-repeat;
 	min-height:241px;
	height:auto !important;
	height:241px;
 }
 
 div.content {
 	width:218px;
 	float:left;
 	margin-left:50px;
 	margin-top:60px;
 	text-align:justify;
 }
 
/*************************************************************************************************
 * PAGINA SPECIFIEKE LAYOUT + OPMAAK
 *************************************************************************************************/

	/*****************************************************
	 * FOTOALBUM
	 *****************************************************/
	
	table#fotoalbumTable
	{
		border-collapse:	separate;
		border-spacing:		5px;
	}
	
	table#fotoalbumTable td
	{
		text-align:			center;
		padding:			5px;
		cursor:				pointer;
	}
	
	table#fotoalbumTable td#albumTd
	{
		padding-bottom:		15px;
	}
	
	div#pageNmr
	{
	}
	
	div#pageNmr a
	{
		text-decoration:	none;
	}

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

/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	table.form
	{
		font-family:			Trebuchet MS, arial, verdana;
		color:					#a4a4a4;
		line-height:			18px;
		font-size:				10pt;
		
		border-collapse:		separate;
		border-spacing:			5px;
	}
	
	table.form td
	{
		background:				transparent;
	}
	
	.req
	{
		color:					#669000;
	}
	
	.text
	{
	 	border:1px solid #c9c9c9;
	 	width:137px;
	 	height:20px;
	}
	
	.button
	{
	 	font-size:10px;
	 	border:1px solid #c9c9c9;
	 	width:41px;
	 	text-transform:uppercase;
	 	background:white;
	 	margin-left:10px;
	 	_height:20px;
	 	color:#c9c9c9;
	}
	
	.textarea
	{
		font-family:			verdana, arial;
		font-size:				11px;
		
		
		width:					250px;
		height:					150px;
	 	width:137px;
		border:1px solid #c9c9c9;
		color:#c9c9c9;
	}
	
	.clsInfBlock
	{
		font-family:			verdana,arial;
		color:					#000000;
		line-height:			18px;
		font-size:				11px;
		
		width:					340px;
		_width:					365px;
		
		display:				block;
		padding:				15px;
		
		background-color:		#C7E6FF;
		border:					1px solid #05507A;
		border-top:				3px solid #05507A;
	}
 
	.select {
	 	width:137px;
	 	border:1px solid #c9c9c9;
		height:					20px;
		color:#c9c9c9;
	}
	
	
	
	
/*************************************************************************************************
 * OVERIGE OPMAAK
 *************************************************************************************************/

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
 
    div.spacer {
        width:20px;
        display:inline;
        float:left;
        height:1px;
    }
    
    div.floatRight {
    	float:right;
    	margin-top:10px;
    	font-size:11px;
    	color:#ffffff;
    	margin-right:30px;
    	display:inline;
    	text-transform:uppercase;
    }
    
    div.floatRight a:link, div.floatRight a:visited {
    	color:#ffffff;
    	font-size:11px;
    	text-decoration:none;
    }
    
    