/* Schriftart */
body { font-family: arial, sans-serif; }


/* Größe */
body { font-size: 72%; }
h1, h2, h3 {font-size: 1em; }
#menu3 { font-size: 0.86em; }

#page { line-height: 1.5em; }


/* Farbe */
body, a, #sidebar_left ul.nav, #sidebar_left ul.nav li ul li a, #footer a , ul.nav ul a, #header ul.nav a { color: #888; }
h1, h1 a, #sidebar_left ul.nav li a.nav-path-selected { color: #900; }
#main p a, #main li a, div.ccm-blog-blog-post-more-link a, .ccm-page-list-more-link a  { color: #ff6666; }
#sidebar_left ul.nav, #sidebar_left ul.nav a, #sidebar_left ul.nav li ul li a.nav-path-selected, h2, h2 a, h3, h3 a , #main b, #main strong, #header ul.nav li a.nav-path-selected { color: #000; }


/* Schnitt */
#main b, #main strong, h1, h1 a, h2, h3 {font-weight: normal;}
p.download { font-style: italic; }

/* Sonstiges */
h2, h3, h1, h1 a, ul.nav { text-transform: uppercase; }

a, a:active, a:visited { text-decoration: none; }
a:hover {text-decoration: underline; }


