/*
        bjelli's nachbau des FH-Styles
	mit eigenen adaptionen
*/





/* links  (fast unsichtbar, nur bei hover blau und unterstrichen) */
a:hover, td.left a:hover, p.history a:hover {  color: red; text-decoration: underline}


dt { font-weight: bold;margin-top: 1em; margin-bottom: 1em; }
dt { margin-top: 1em; margin-bottom: 1em; }

body {  
	color: #000000;
	background-color: #FFFFFF;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-weight: bold;
     background-color: #666666;
	text-align: left;
	color: #FFFFFF;
}

td {
	background-color: #eeeeee;
}
td,th {
	padding: 2px;
	font-size: small;
}
li {  list-style-image: url(line.gif)}


/* allgemein verwendbare formatierungen */
.longtext:first-line { font-weight: bold; }

.php {  
	font-weight: bold;
	color: #00CC33;
}

.mini {  
	font-size: small;
}

.filename {  font-family: "Courier New", Courier, mono; font-weight: bold}


.wichtig {  font-weight: bold; color: #CC0000}
.kleiner {  font-size: smaller}
.aufgabe {  color: #FF6600}
.tutorin {  background-color: #A5A5D1}
.leuchtstift {  background-color: #CCFF33}
