/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	}


#linkjes img{
	width:90%;
	float:left;
	margin-left:5px;
	height:1px;
	}

#linkjes a {
	/*background-color:#c7c3c3;*/
	padding-left:8px;
	height:auto;

	/*nieuw*/
	line-height:19px;
	padding-top:3px;
	background: #f0f0f0;
	color:#656565;

}

.alles-over .compact div.grijs #linkjes a:hover{								
	line-height:19px;
	padding-top:3px;
	background: #b6b6b6;
	border-bottom:1px solid #646464;
}


#linkjes a:hover,
#linkjes a.actief{
	background-color:#c8c7c7;
	padding-left:8px;
	height:auto;
	text-decoration: underline;

	/*font-style: italic;*/
}
