/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 14.01.14 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */


/* @group overall */

body .portlet {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

body#phpcomasy div.portlets {
	width: 275px;
}

div#portlets_Home .portlet-title {
   font-size: 30px;
   line-height: 32px;
   margin-bottom: 20px;
}

div#content div#portlets_Home a {
	color: #333;
}
div#content div#portlets_Home a:hover {
	color: #007FD1;
}

div#portlets_Left .portlet-title {
   line-height: 25px;
   margin-bottom: 10px;
}

body#phpcomasy div.portlets p {
	margin-bottom: 6px;
}

div#portlets_Home {
	float: right;
	margin-left: 40px;
}

div#portlets_Left {
	float: left;
	margin-right: 40px;
}
/* @end */