/* #mszt template css begin */

/* This set of CSS rules applies to the content inside the Flexi CSS Layout (menus, lists, forms etc.). You can modify these rules or add your own. */
/*float left*/
.image_left
{
        float: left; /*left in our text*/
        margin: 7px 20px 10px 0px; /*space around the image*/
}

/*float right*/
.image_right
{
		float: right; /*right in our text*/
		margin: 7px 0px 10px 20px; /*space around the image*/
		padding-left:30px;
		border-left: solid #ccc 1px;
}

.felsorolas_left 
{
float:left; margin:5px 20px 5px 0px; border:solid #ccc 1px; background-color:#f9f9f9; padding:5px 30px 5px 30px;
}
.felsorolas_right
{
float:right; margin:5px 0px 5px 20px; border:solid #ccc 1px; background-color:#f9f9f9; padding:5px 10px 5px 30px;
}
/* #mszt template css end */