
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 695px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 10px 0 0 23px;
	background-image: url(fileadmin/images/hg_leistungen_content.gif);
	background-repeat: no-repeat;/*padding: 15px;*/
}

#awlinks, #leistunglinks, #anwaltlistelinks, #leistungenlistelinks {
	/* Typical fixed height and fixed width example */
width: 520px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 10px 0 0 23px;/*padding: 15px;*/
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	background-repeat: no-repeat;/*padding: 15px;*/
}

#awrechts, #leistungrechts, #anwaltlisterechts {
	/* Typical fixed height and fixed width example */
width: 172px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 10px 0 0 3px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	line-height: 16px;
	text-transform: uppercase;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
