/* Stand 29.01.2010, hg */

/*body:before {content:" © tecteam GmbH"}*/

/* Umbruch der Bilder im Firefox verhindern,
leider zuviele Nachteile da page-break-inside nicht unterstuetzt wird
.abbildung img
{
	display:inline;
}
p.abbildung  {page-break-inside:avoid;}
*/
html,body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
html {
	margin:0.5em 0.5em 0.5em 0.9em;
}

TABLE,P,OL,UL,INPUT {
font-family: Arial, Helvetica, sans-serif;
line-height: 130%; 
}


#CONTENT {display:block;width:15.8cm;}
h1.u1-lektion /* Lektionsüberschriften */
{
	color: #018;
	font-size:1.45em;
}

h2.u2-abschnitt /* Abschnittsüberschriften */
{
	color: #018;
	font-size:1.3em;
	font-weight:700;
}

h3.u3-absatz /* Absatzüberschriften */
{
	color: #018;
	font-size:1.1em;
	margin-bottom:7px;
	font-weight:700;
}

h3.hinweis
{
	font-size:0.9em;
	font-weight:normal;
	border-left:3px solid #A00;
	padding-left: 8px;
	background:url(images/hinweis.gif) no-repeat scroll 0 0 transparent;
}



h4.u4-absatz /* Satzüberschriften */
{
	color: #018;
	font-size:1.0em;
	margin-bottom:10px;
}

.einfuehrung /* Einführung in die Lektionen */
{
	color: #333333;
}

h2.lernziel /* Überschrift Lernziel */
{
	color: #018;
	font-size:1.2em;
}

.lernziel img /* Bild vor Lernzielüberschrift */
{
	margin-right:10px;
}

.abbildung /* Bildbeschreibung */
{
	font-size:0.9em;
	color:navy;
}

h3.frage-diskussion /* Für Fragen die im Diskussionsforum diskutiert werden sollen */
{
	color: #333;
	font-size:1.0em;
	background:url(images/frage_diskussion.gif) no-repeat;
	padding-left:52px;
	padding-bottom:8px;
	min-height: 32px;
}

.frage-diskussion-text /* Für Text nach dem ersten Satz innerhalb von h3.frage-diskussion */
{
	font-weight: normal;
}
h2.frage-lektion /* Für die Übungsaufgaben am Ende der Lektionen */
{
	color: #018;
	font-size:1.3em;
	background:url(images/aufgabe.gif) no-repeat;
	margin: 2px 0 0;
	padding-left:52px;
	/* verschiebt folgenden Absatz 24px nach unten - Grafik wird sonst unten verdeckt */
	padding-bottom:24px;
}

.frage-lektion /* Für die Übungsaufgaben am Ende der Lektionen */
{
	color: #333333;
}

.frage-lektion img /* Für Bilder in Übungsaufgaben am Ende der Lektionen */
{
	margin-right:10px;
}


h3.frage-wissen/* Für Wissensfragen in den Lektionen */
{
	color: #333333;
	font-size:1.0em;
	background:url(images/frage.gif) no-repeat;
	padding-left:52px;
	padding-bottom:8px;	
}
.frage-wissen-text /* Für Text nach dem ersten Satz innerhalb von h3.frage-wissen */
{
	font-weight: normal;
}

.frage-wissen img/* Für Bilder bei Wissensfragen in den Lektionen */
{
	margin-right:10px;	
}

.frage-wissen-checkbox /* mehrere richtige Antworten */
{
	
}

.frage-wissen-radiobutton /* eine richtige Antwort */
{
	
}

.glossareintrag /* Für die Suchbegriffe im Glossar */
{
	color: #336699;
	font-size:1.0em;
	font-weight: bold;
}

.hinweis /* Hinweise */
{
	color: #333333;	
}

.hinweis img/* Für Bilder bei Hinweisen in den Lektionen */
{
	margin-right:10px;	
}

.code /* Quellcode, Programmcode */
{
	
}

.z-hervorhebung /* Für die farbliche Hervorhebung von Textstellen */
{
	color: #FF6633;
}

.z-kursiv /* Für die kursive Hervorhebung von Textstellen */
{
	font-style: italic;
}

.z-fett /* Für die fette Hervorhebung von Textstellen */
{
	font-weight: bold;
}

.z-normal /* Für normalen Text in formatierten Abschnitten */
{
	font-weight: normal;
}

.infokasten /* Für Informationen die ausserhalb des Fließtextes dargestellt werden */
{
	background:#DDDDDD;
	padding:10px;
	border:1px solid #CCCCCC;
	-moz-border-radius: 10px;
}

/* Die Kommentare beziehen sich auf noch zu ergänzenden Quellcode (Links u.ä.). Kommentar-Texte müssen vor Veröffentlichung gelöscht werden! */
.kommentar
{
	color: #FF0000;
	font-size: 70%;
}

/* Die internen Navigationen */ 

.vorzurueck a {color: #FF0000}

a.glossar, a.glossar:link, a.glossar:visited {text-decoration:none;
border-bottom: 1px dotted #EF9516}

/* externe Links */

a.ext, a.ext:link 
{
	color:#6292CC;
	background: url(/fileadmin/templates/tk/images/ext.gif) no-repeat;
	background-position: 0 3px;
	padding-left:17px;
}
a.ext:hover 
{
	color:#6292CC;
	background: url(/fileadmin/templates/tk/images/ext.gif) no-repeat;
	background-position: 0 -37px;
	padding-left:17px;
	text-decoration:none;
}

 /* E-Mail Links */
a.e-mail, a.e-mail:link
{	
	color:#6292CC;
	background: url(/fileadmin/templates/tk/images/email.gif) no-repeat;
	background-position: 0 3px;
	padding-left:17px;
}
a.e-mail:hover
{	
	color:#6292CC;
	background: url(/fileadmin/templates/tk/images/email.gif) no-repeat;
	background-position: 0 -37px;
	padding-left:17px;
	text-decoration:none;
}


/* für die Wissensfragen */
.tabfrage td {background:#F0F0F0;}
.tabantwort td {background:#DDDDDD;}

.frage {color:#000066;font-weight:bold;}
.antwort {color:#000066;font-family:arial,helvetica;}
.loesung {color:#666666;font-family:arial,helvetica;font-weight:bold;}
.loesungfalsch 
{
	color:#660000;
	font-family:arial,helvetica;
	background: url(/fileadmin/templates/tk/images/falsch.gif) no-repeat;
	background-position: right top;
	padding-right:34px;
	padding-bottom:16px;
	min-height:30px;
}
.loesungrichtig
{
	color:#006600;
	font-family:arial,helvetica;
	background: url(/fileadmin/templates/tk/images/richtig.gif) no-repeat;
	background-position: right top;
	padding-right:34px;
	padding-bottom:16px;
	min-height:30px;
}
p:first-line.loesungrichtig {font-weight:bold}
p:first-line.loesungfalsch {font-weight:bold}

/* Ergänzt von Björn am 18.01.2005*/


.zitat /* Für das Einrücken von zitiertem Text, kursiv */
{
	font-style:italic;
	margin:20px;
}

.quellenangabe /* Für die Quellenangaben im laufenden Text, die im Original in Fussnoten standen */
{
	font-size:80%;
	font-style:normal;
}

ul.ul-lernzielliste /* Andere Blickfangpunkte vor Lernzielen. Im TK-Projektmanagement-Original sind hier Pfeile */
{
	list-style-type:square;
}

ul.ul-buchstaben /* Listen mit Kleinbuchstaben */
{
	list-style-type:lower-alpha;
}

ul.ul-fett /* Ganzer Text fett in Listen mit Blickfangpunkten */
{
	font-weight:bold;
}

ol.ol-fett /* Ganzer Text fett in Listen mit Nummerierung */
{
	font-weight:bold;
}
table.table-hinterlegt, table.table-kleinschrift, table.table-textausrichtung {border-collapse:collapse;}
table.table-hinterlegt td, table.table-kleinschrift td, table.table-textausrichtung td {border: 1px solid #AAA; padding:4px; vertical-align:top;}

table.table-kleinschrift /* Kleinere Schrift in Tabellen mit Linien*/
{
	font-size:90%;
}

table.table-textausrichtung /* Für Textausrichtung bei tabellarischen Aufzählungen ohne Linien*/
{
	vertical-align:top;
}

.z-formelzeichen /* Für kleine Buchstaben z. B. in mathematischen Formeln: te, ta, DiJ */
{
	font-size:80%;
	font-weight:lighter;
}

ul.ul-iii /* Listen mit römischen Kleinbuchstaben */
{
	list-style-type:lower-roman;
}

.eingerueckt /* Für das Einrücken von Texten */
{
	margin-left:20px;
	margin-top:2px;
}

.footer {
display:none;
}
/*#CONTENT img {display:block;page-break-before:always;}*/
/* Vom Drucken ausschliessen */
.no {display:none}
#toplink, #PREV, #NEXT {display:none}

