/* titelformate etwas kleiner al in main.css */

h1 { font-size: 170%; margin-bottom:1.1em }
h2 { font-size: 130%; margin-bottom:1em; color:#333; line-height:1.3em; }
h3 { font-size: 100%; margin-bottom:0.8em; line-height:1.3em;}
h4 { font-size: 90%; }

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Bullet styles for unordered lists.
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }
*/

div#content ul {
	margin: 0 20px 20px 20px;
	padding: 0 10px;
	line-height: 1.3em;
}

div#content li {
	list-style: square;
	line-height: 1.3em;
	padding: 0.3em 0;
}
div#content ol {
	margin: 5px 0 10px 20px;
	list-style: lower-greek;
}
div#content ol li {
	list-style: outside decimal;
	margin: 0 0 0 10px;
}



/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Highlightbox */
.highlightbox {
	border: 1px dotted #ff0000;
	background-color: #fafafa;
	padding: 5px 5px 5px 8px;
	width: auto;
	font-size: 12px;
	}
.boxalert {
	border: 1px solid #ff0000;
	background-color:#FFCC99;
	padding: 5px 5px 5px 8px;
	width: auto;
}
.boxgelb{
	border: 1px solid #CCCCCC;
	background-color: #FFFF99;
	padding: 5px 5px 5px 8px;
	width: auto;
}
.boxgrau {
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
	padding: 5px 5px 5px 8px;
	width: auto;
}
.boxblau{
	color:#FFFFFF;
	background-color: #0869AD;
	padding: 5px 5px 5px 8px;
	width: 100%;
}
.page-lead {
	font-weight:bold;
	margin-bottom:15px;
	font-size:110%;
}


/* Tabellen */

td, th {
	padding: 3px;
	vertical-align:top;
	line-height:1.3em
}
th { text-align:left }
	
td p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* default table ohne style-zuweisung */
table.contenttable { clear:left; margin-bottom:25px}


/* rte-zebratable */
table.tb-zebra-rows { border-collapse: separate;margin-bottom: 25px;}
table.tb-zebra-rows .tr-odd { background-color:#eeeeee }
table.tb-zebra-rows .tr-even { background-color:#f5f5f5 }

table.tb-zebra-cols { border-collapse: separate;margin-bottom: 25px;}
table.tb-zebra-cols .td-odd { background-color:#eeeeee }
table.tb-zebra-cols .td-even { background-color:#f5f5f5 }

/* Standardtabelle ohne Zwischenraum */
table.std_table {
	clear:left;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

/* Tabelle mit 1px Zwischenraum + ie < 7 hack */
table.unilu_table {
	border-collapse: separate; /* Distanz zwischen Zellen */
	border-spacing: 1px;
	clear:left;
	margin-top: 10px;
	margin-bottom: 25px;
	width:100%;
	*border-collapse: expression('separate', cellSpacing = '3px');

}
table.unilu_table td, table.unilu_table th { padding: 3px 6px; vertical-align:top}

table.std_table td {vertical-align:top; padding-right:10px}

/* Tabelle mit gleich grossen Spalten */
table.table_fixed {
	border-collapse: separate; /* Distanz zwischen Zellen */
	border-spacing: 3px;
	table-layout: fixed;
	margin-top: 5px;
	margin-bottom: 10px;
	width:100%;
}

table.unilu_table th, table.table_fixed th {
	font-weight: bold;
}
td.td-nowrap { white-space: nowrap }

td.darkorange, th.darkorange, tr.darkorange {
	background-color: #f38f1d;
}

td.lightorange, th.lightorange, tr.lightorange  {
	background-color: #fdd9b3;
}

td.light-lightorange, th.light-lightorange, tr.light-lightorange {
	background-color: #fef5e6;
}

td.darkblue, th.darkblue, tr.darkblue {
	background-color: #005288;
	color: #ffffff;
}

td.lightblue, th.lightblue, tr.lightblue  {
	background-color: #9db4d2;
}

td.grey, th.grey, tr.grey {
	background-color: #EEEEEE;
}

td.lightgrey, th.lightgrey, tr.lightgrey {
	background-color: #f4f4f4;
}

td.orangeborder {
	border-style: solid;
	border-width: 2px;
	border-color: #f38f1d;
}
td.greyborder-bottom { border-bottom: solid 1px #cccccc; padding-bottom: 10px !important  }
td.greyborder-top { border-top: solid 1px #cccccc ; padding-top: 10px !important  }
td.greyborder-both { border-bottom: solid 1px #cccccc; border-top: solid 1px #cccccc; padding-top: 10px !important; padding-bottom: 10px !important }

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

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

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

.v-align-top {
	vertical-align: top;
}

.v-align-middle {
	vertical-align: middle;
}

.v-align-bottom {
	vertical-align: bottom;
}

/* view-modul/hidden-ces */

table.typo3-editPanel-previewBorder { background-color:#FCC; background-image:url(/fileadmin/templates/academic-mentoring.ch/htmlarearte/bg_hidden_ce.gif)}
table.typo3-editPanel-previewBorder td { border: 1px dotted !important}
