/*
##############################################################################
FILENAME:			accomodatiepag.css
DESCRIPTION:		Overrides "default" in some points
CREATED:			07/02/2007
##############################################################################
	Structuur
##############################################################################*/

#outer
{
	background-color: transparent;
	background-image: url('../img/left_vert.gif');
	background-repeat: repeat-y;
	background-position: 187px top;
}

#center
{
	margin-left: 208px;
}



/*##############################################################################
	Global Looks
##############################################################################*/

h2,
h3
{
	color: #4aa437;
	
}

h2,
h3
{
	font-family: 'Lucida Grande',Lucida,'Trebuchet MS',Trebuchet,Arial,Helvetica,Verdana, Geneva,sans-serif;
	line-height: 24px;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 13px;
	display: block;
}

#left
{
	padding-bottom:0;
}

/*##############################################################################
	Adres
##############################################################################*/

#center .groenestroom,
#center .keurmerk,
#center .groenestroomkeurmerk
{
	background-repeat: no-repeat;
	background-position: right top;
	margin-right:80px;
}

#center .groenestroom
{
	background-image: url('../icons/sfn-groen-def-02.gif');
}

#center .keurmerk
{
	background-image: url('../icons/keurmerkbig.gif');
}

#center .groenestroomkeurmerk
{
	background-image: url('../icons/keurmerkandgroenbig.gif');
}



/*##############################################################################
	Menu links 
##############################################################################*/

#left ul 
{
	padding-right:0;
}

#left ul li
{
	border-bottom: 1px #73d3f9 solid;
}

#left ul li li { border: 0px none; }


#left li
{
	margin-bottom: 0;
	display: list-item;
}

#left li a
{
	display:block;
	padding-top: 7px;
	padding-bottom: 2px;
}

#left li li,
#left li li a
{
	display:block;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: none;
}

#left ul,
#left li,
#left li a
{
	color: #20a9e0;
	font-size: 12px;
	font-family: 'Lucida Grande',Lucida,'Trebuchet MS',Trebuchet,Arial,Helvetica,Verdana, Geneva,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}


#left ul li.hi { background-color: #cee9fa; }


