/* Beispielstylesheet fuer das Mini-CMS.
Wird angewendet auf den gesamten Adminbereich. */

h1 { text-align:center; }

body { background-color:#94B6BE; }

h1,h2,h3,h4,h5,p,div,td,th { font-family:Arial,sans-serif; }



h3.head { font-size:24px; color:#800000; }

p.teaser { font-size:15px; }

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; }
