/*
 * eenfijnedag.be
 * SCREEN
 * datum 20090306
 * Dirk Vermeulen
 */

/* 
 * Kleuren
 * Hier kleurcodes definiëren
 * Groen achtergrond menu: #82A40D;
 * Groen achtergrond footer: #95BE0F;
 */

/* Base css wordt geladen in HTML */


/*******************************************************************************************************
 * Blokken
 * 
 * Opmaak voor standaard blokken
 * class gebruiken
 * 
 *******************************************************************************************************/



/*******************************************************************************************************
 * Algemene css
 * 
 * Opmaak voor alle pagina's
 * 
 *******************************************************************************************************/

body {
    text-align: center;
	background: #EDF4D6 url(../images/bg_body.jpg);
	margin: 0 0 25px 0;

}
#container {
    width: 910px; /* Breedte ontwerp */
    margin: 0 auto;
    text-align: left;
	overflow:hidden;
	background:#fff;
}
a {
	color: #c30;
}

/**********/
/* Header */
/**********/
#header {
	overflow:hidden;
	background: url(../images/bg_header.jpg) repeat left top;
}
#logo {
}
#logo a{
	display:block;
	width: 910px;
	height: 135px;
	text-indent: -500em;
	background: url(../images/bg_logo.jpg) repeat left top;
}

/* hoofdmenu boven */
#menu1{
	padding:0 0 0 208px;
	float:left;
    list-style: none;}
	#menu1 ul{
	}
	#menu1 li{
	    display: block;
	    float: left;
	    list-style: none;
		margin:0 1px 0 0;
	}
	#menu1 a{
	    display: block;
		width:75px;
		height:25px;
		background:url(../images/bg_tabs_sprite.gif) no-repeat 0px 0px;
		color:#fff;
		font: bold 1.2em/27px "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif bold;
	    text-decoration: none;
		text-transform:uppercase;
		text-align:center;
		white-space: nowrap; /* Nodig voor IE anders zonder breedte op 2 regels */
	}
	#menu1 a:hover,
	#menu1 a.selected{
		background:url(../images/bg_tabs_sprite.gif) no-repeat 0px -25px;
		color:#000;
	}
		
/**********/
/* Middle */
/**********/
#middle {
	overflow:hidden;
	padding:20px 0 20px 20px;
}
/* col1 */
#col1 {
    float: left; 
    width: 173px; 
    padding:0;
}
	/* Vertikaal menu*/
	#col1 ul {
		list-style: none;
		border-top: 1px solid #E5E5E5;
		margin: 0 0 25px 0;
		font-size:1.1em;
		line-height:22px;
	}
	#col1 ul li {
		list-style: none;
	}
	#col1 ul li a {
		display: block;
		color: #000;
		text-decoration: none;
		background: #F1F4D7;
		padding:0 0 0 5px;
		border-bottom: solid 1px #95BE0F;
	}
	#col1 ul a:hover,
	#col1 ul a.selected  {
		background: #fff;
		color:#c30;
	}
	/* Titels tussen menu */
	#col1 h2{
		color: #FFF;
		font:bold  1.5em 'Trebuchet MS', Tahoma, Sans-serif;
		background-color: #85AA06;
		letter-spacing: 0.5px;
		padding: 2px 0 2px 5.5px;
		margin:0;
	}


/* col2 */
#col2{
	float:left;
	width:447px;
    padding: 0 20px; 
	font-size:1.2em;
}
/* col3 */
#col3 {
    float: left; 
    width: 211px; 
}
	/* Titels */
	#col3 h2{
		color: #FFF;
		font:bold  1.5em 'Trebuchet MS', Tahoma, Sans-serif;
		background-color: #85AA06;
		letter-spacing: 0.5px;
		padding: 2px 0 2px 5.5px;
		margin:1em 0 0.5em 0;
	}
	#col3 h2:first-child{
		margin:0em 0 0.5em 0;
	}
	#col3 p{
		padding:0 0 .5em 0;
	}
/**********/
/* Footer */
/**********/
#footer {
	padding: 0 0 0 20px; 
	clear:both;
	background:#95BE0F;
	line-height:22px;
	overflow:hidden;
}
#footer p{
	padding:0;
}
#footer a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	color:#000;
	font-weight:bold;
}

/*******************************************************************************************************
 * Templates
 * 
 * Opmaak voor templates
 * Identificatie van template dmv class in body
 * 
 *******************************************************************************************************/
