/*general style
*/
body   { color: #333333; font: 0.75em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif; background: #2b2b2b; text-align: center; letter-spacing: 0.5px; margin: 0 5px }
a:link, a:visited { color: maroon; text-decoration: none }
a:hover, a:active { color: #f06; text-decoration: none }
/*
navigation*/
#navcontainer { line-height: 1em; margin-bottom: 20px; border-top: 1px solid #ffffff }
#navcontainer #current { color: white }
/*navigation mousover

*/
#navcontainer ul { white-space: nowrap; cursor: auto; list-style-type: none; list-style-image: none; display: block; margin: 0; padding: 0 }
#navcontainer li { font-weight: bold; background-color: #f5f5c3 }
#navcontainer a { display: block; padding-left: 10px; border-bottom: 3px solid #f5f5c3 }
#navcontainer a:hover { color: white }
/*groesse der seitenueberschrift
*/
.blog-entry-title   { font-size: 1.5em; font-weight: normal }
