/* ELEMENTS */

p, li,
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
}

p, li {
	font-size: 12.8px;
}
p, li, strong, em, b, i, u {
	line-height: 1.35em;
}
li {
	padding: 0.25em 0em;
}

h1 { font-size: 28px; font-weight: bold; }
h2 { font-size: 20px; font-weight: bold; }
h3 { font-size: 16px; font-weight: bold; }

/* T3 RTE STYLES */

.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }

span.class1 { color: red; }
span.class2 { color: blue; }
span.class3 { color: green; }

/* T3 BASE CTYPE STYLES */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

div.tx-powermail-pi1 legend {
	display: none;
}

div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	overflow: auto;
	padding: 0.25em 0em;
}
div.tx-powermail-pi1 label {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5px;
	font-size: 11px;
}

/* [begin] edited version of original css from t3 setup */

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 0px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 0px !important;
}

/* [end] edited version of original css from t3 setup */

/* for rlab-insrec rendering */

div.horizGroupItem { float: left; }
div.floatLeftGroup { float: left; width: 35%; }
div.floatRightGroup { float: right; width: 35%; }

/* for Menu/Sitemap, "Menu of these pages (horizontal)", horizMenu */

ul.csc-menu-horizMenu {
	padding-left: 0;
	list-style-type: none;
}
ul.csc-menu-horizMenu li {
	display: inline;
}

/* admin panel */

.typo3-adminPanel {
	font-family: Lucida Grande, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 11.2px;
}
