/* Beispielstylesheet fuer das Mini-CMS.
Wird angewendet auf den gesamten Adminbereich. */

h1 { text-align:center; }

body   { background-color: #996; margin: 0px }

h1,h2,h3,h4,h5,p,div,td,th  { font-family: Times, serif; margin-right: 10px; margin-left: 15px }



h3.head  { color: #630; font-size: 16px; margin-top: 5px; }

p.teaser { color: #FFFFFF; font-size:15px; }

p.datum { font-size:10px; color:#2E2D2D; }

p.newstext { color: #FFFFFF; font-size:13px; }

p.autor { font-size:12px; }

p.weitlinks { color: #630; font-size:13px; }

td,th  { padding: 10px }

#adminmenu { width:200px; }

a:link  { color: #630; text-decoration: none }
a:visited  { color: #630; text-decoration: none }
a:hover  { color: #630; text-decoration: none; background-color: #fc0 }
a:active  { color: #630; text-decoration: none }

