body { margin-top:10px; margin-bottom:10px; background-color:#FFFFFF; font-family:Arial,sans-serif; color:#000000; }

p, table, td, th, tr, ul { font-family:Arial,sans-serif; color:#000000; }

/* Haupt-Ueberschriften */
h1 { font-size:24pt; color:DarkBlue; }
h2 { font-size:18pt; color:DarkSlateBlue; }
h3 { font-size:14pt; color:DarkCyan; }

/* Aufzaehlungen */
ul { style-style-position:outside; }
pre {color:#000000; }

/* Links */
a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Purple;
}
a:active {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	text-decoration: underline;
	color: Navy;
}

/* OK-Meldungen in Admin */
#successtext {
	color: Lime;
}

/* Fehlermeldungen in Admin */
#failtext {
	color: Red;
}

/* Hervorheben */
#highlighted {
	color: Red;
	font-weight: bold;
}

#panel {
	color: White;
	background-color: LightSteelBlue;
}
#panel_site {
	color: White;
	background-color: LightSteelBlue;
        height: 600px;
}
.topic {
  height: 25px;
}
}
