/* Website pwitzigmann
Start: 28. Maerz 2008
Letzte Aenderung am 10. April 2008
*/

/* Wichtige Farben
Fliesstext: #181618, dunkelgrau
HL Lecturetainment: #28567B
HL Sisi: #A85D65

Navigation: #666666, mittelgrau
Hyperlinks: #, unterstrichen
Rollover-Hyperlinks: #, unterstrichen
Besuchte Hyperlinks: #, unterstrichen
Aktive Hyperlinks:  #, unterstrichen
*/

/* Allgemeines */

*{
	padding: 0;
	margin: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:  #181618;
	line-height: 145%;
}

a:link {
	color: #; /* hellgelb */
}
a:visited {
	color: #; /* blau */
}
a:hover {
	color: #E; /* dunkelgelb */
}
a:active {
	color: #E; /* dunkelgelb */
}

.leftalign {
    float: left;
}

.rightalign {
    float: right;
}

h1 {
	color: #79292E; /* blutrot */
}

h2 {
	color: #79292E; /* blutrot */
}