h1 {
	font-size: 15px;
}

h2 {
	font-size: 11px;
}


div.page-options, div.page-options a {
	color: #afafaf;
	font-size: 10px;
}

div.page-options hr {
	border: 0px solid #afafaf;
	border-top-width:1px;
	height:1px;
	
}


.pagelast, .pagefirst, .pagelink, .pagecurrent, .pagenext {

	border: 1px solid #afafaf;
	background-color: #dfdfdf;
	padding:3px;
	margin:2px;
	line-height:25px;
	
}

.right {float:right;}

.left {float:left;}

.clear{clear:both;}

/************************************************************
 * Diese CSS-Klassen beschreiben Baumausgaben
 ************************************************************
 * Inhalt:
 *
 *  1 - Kernklassen
 *  2 - Baumlevel
 *  2.1 - Darstellungsarten einer Reihe (anzeigen, nicht anzeigen, kein zugriff)
 *  2.2 - Knotendarstellung (links)
 *  2.3 - Zusätzliches HTML (rechts)
 *  2.4 - Übergreifende Definitionen für 2.2 und 2.3
 ************************************************************/

/*** 1. Kernklassen ***/

.tree {
	white-space:nowrap;
}

.tree div {
	margin:0px;
	padding:0px;
}

.tree a {
	color:black;
}

/*** 2. Baumreihe ***/

.tree .row {
	clear:both;
	height:17px;
	margin-top:2px;
}

/***  2.1 - Darstellungsarten einer Reihe (anzeigen, nicht anzeigen, kein zugriff) ***/

.tree .active {

}

.tree .locked {
	color: #af0000;
}

.tree .inactive,  .tree .inactive a {
	color: #656565;
}

/***  2.2 - Knotendarstellung (links) ***/

.tree .left img {
	float:left;
	white-space: nowrap;
}

.tree .left span {
	font-size:11px;
	line-height:17px;
	margin-left:4px;
	white-space: nowrap;
}

.tree .right a img { 
	opacity:0.7;
}

.tree .right a:hover img { 
	opacity:1;
}

/***  2.3 - Zusätzliches HTML (rechts) ***/

.tree .left {
	float:left;
}

.tree .right {
	float:right;
 	background:#f9f9f9;
	text-align:right;
}

/***  2.4 - Übergreifende Definitionen für 2.2 und 2.3 ***/

.tree .left, .tree .right {
	font-size:11px;
	display:inline;
	height:15px;
	margin:0px;
	padding:0px;
}












/** seminare **/

.seminar_box {
	background-color: #e4f1f9;
	padding:4px;
	border: solid 0px #0077b6;
	border-top-width: 1px;
	font-size:11px;
}

.seminar h1 {
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
}

.seminar h2 {
	margin:0px;
	padding-bottom:5px;
	padding-top: 5px;
}

.seminar p {
	margin:0px;
	padding-bottom:5px;
	padding-top: 5px;
}

.seminar_box {
	margin-top:15px;
}

.seminar_box h3 {
	color: #0077b6;
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-bottom: 5px;
}

.seminar_box h4 {
	font-size:12px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

.seminar_box th {
	text-align:left;
	padding-right:6px;
	font-weight: bold;
}

.seminar_box td {
	padding-right:6px;
}

.seminar_box p {
	margin:3px;
	padding-left:30px;
}

.seminar h2.pre-headline {
	color: black;
	font-weight:normal;
	margin:0px;
	font-size:11px;
	padding:0px;
	
}


.seminar .options, .seminar .options a {
	font-size:10px;
}

.seminar hr {
	height:1px;
	border: solid 0px #8f8f8f;
	border-top-width:1px;
	margin:0px;
	margin-bottom:2px;
}



