/* Beispielstylesheet fuer das Mini-CMS.
Wird angewendet auf den gesamten Adminbereich. */
h3.head    { font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold ; padding-left: 20px; border-style: dashed; border-width: 1px; }

p.teaser    { color: blue; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }

p.datum { font-size:10px; color:#2E2D2D; }

p.newstext { font-size:13px; }

p.autor { font-size:12px; }

p.weitlinks { font-size:13px; }

td,th { padding:10px; }

#adminmenu { width:200px; }

a:link { color:#800000; text-decoration:underline; }
a:visited { color:#55003C; text-decoration:underline; }
a:hover { color:#BA0303; text-decoration:none; }
a:active { color:#FF0000; text-decoration:none; }
