/*This stylesheet contains several overrules to fix several style problems*/

/* See WM's 9.16.0 upgrade.txt  #35 */p.alignright, h1.alignright, h2.alignright, h3.alignright {  text-align: right;}


/*Fix for margins after new release */ 
div#mainrechtssub  { 
	padding: 16px 5px 5px 5px !important;	
	width:576px !important;
}

.toolBar {
	width:386px;
	height:40px;
	margin:0 0 0 0;
	float:left;
}

.searchFilter {
	width:172px;
	padding:0 6px 5px 6px;	
	margin:35px 0 0 0;
	background:#f6f6f6;
	float:left;
}

.displayNone{
	display: none;
}
