/* mac hide \*/
html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(http://www.nonalcoholnovember.nl/templates/images/background.jpg);
}
/* end hide */

#outer{
	min-height:100%;
	width:800px;
	background:#fff;
	margin:0px auto -97px auto;
	color: #000000;
}
* html #outer{ height:100%; } 

#mainContainer {
	width:800px;
	padding:0px;
	margin:0px;
}

#header{
	width:800px;
	height:73px;
	padding:0px;
	margin:0px;
	background-image:url(http://www.nonalcoholnovember.nl/templates/images/header.gif);
	background-repeat:no-repeat;
}

#sfeer{
	width:800px;
	height:170px;
	padding:0px;
	margin:0px;
}

#menu{
	width:800px;
	height:49px;
	padding:0px;
	margin:0px;
	background-image:url(http://www.nonalcoholnovember.nl/templates/images/menu.gif);
	background-repeat:no-repeat;
}

#content{
	width:800px;
	overflow:hidden;
	padding:25px 0px 0px 0px;
	margin:0px;
}

#content #contentLeft{
	float:left;
	width:398px;
	padding:0px 63px 20px 59px;
	margin:0px;
}

#content #contentRight {
	float:left;
	width:260px;
	padding:0px 20px 20px 0px;
	margin:0px;
}

#content #contentBig {
	clear:left;
	width:681px;
	padding:0px 60px 20px 59px;
	margin:0px;
}

#footer {
	width:800px;
	height:67px;
	margin:0px auto -97px auto;
	padding:10px 0px 20px 0px;
	position:relative;
	text-align:center;
	background-image:url(http://www.nonalcoholnovember.nl/templates/images/footer.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#clearfooter{ clear:both; height:97px; }

/**********************************************************************************************************************************************************/
/** MAIN MENU *********************************************************************************************************************************************/
/**********************************************************************************************************************************************************/

#menuMain {
	height:23px;
	clear:both;
	width:780px;
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style:none;
}

#menuMain li { 
	float:left;
	padding:0px 20px 0px 0px; 
	margin:0px; 
	background-image:none;
}

/**********************************************************************************************************************************************************/
/** SUB MENU **********************************************************************************************************************************************/
/**********************************************************************************************************************************************************/

#subMenu {
	height:22px;
	clear:left;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style:none;
	background-color:#e4e1e1;
}

#subMenu li { 
	float:left;
	padding:0px 16px 0px 0px; 
	margin:0px;
	background-image:none;
	background-color:#e4e1e1;
}

/**********************************************************************************************************************************************************/
/** FONT **************************************************************************************************************************************************/
/**********************************************************************************************************************************************************/

div,span,p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	line-height:20px;
	text-decoration:none;
	font-weight:normal;
}
p{ padding:0px 0px 10px 0px; margin:0px; }
p.clear{ padding:0px; margin:0px; }

a, a:link, a:active, a:visited, a:hover{
	font-weight:bold;
	color:#d72424;
	text-decoration:none;
}
a:hover{ text-decoration:underline; }

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#d72424;
	line-height:normal;
	text-decoration:none;
	padding:0px; margin:0px 0px 10px 0px;
}
h1.clear{ padding:0px; margin:0px; line-height:normal; }

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d72424;
	line-height:normal;
	text-decoration:none;
	padding:0px 0px 10px 0px; margin:0px;
}

h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#d72424;
	padding:0px; margin:0px;
}

#subMenu li a, #subMenu li.active a { color:#595959; font-weight:normal; }

ul{ padding:0px; margin:0px 0px 10px 0px; list-style:none; }
#sitemapHolder {margin:-10px 0px 0px 0px;} 
ul.ulSitemap{ padding:0px; margin:0px 0px 0px 15px; list-style:none; line-height:normal; }
ol{ padding:0px; margin:0px 0px 10px 25px; }
ul li{ padding:0px 0px 0px 16px; background-image:url(http://www.nonalcoholnovember.nl/templates/images/li_arrow.gif); background-repeat:no-repeat; background-position:0px 2px; }
ul li.header{ list-style-image:none; list-style:none; }
ul li.header h2{ margin:0px 0px 0px -10px; padding:10px 0px 4px 0px; text-transform:capitalize; }

