* {
        margin: 0;
        padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
        background: #40A52B url(grafiken/bg.gif) repeat-y center top;
        color: #000000;
        font-family: Verdana;
        font-size: 8pt;
}
input {
        color: #333;
        font-family: Verdana;
        font-size: 8pt;
}
p,cite,code,ul {
        font-size: 8pt;
        padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(grafiken/li.gif);}
h1 {font-size: 12pt;}
h2  {text-align: center }
blockquote {
        background: #FFF;
        border-bottom: 1px solid #EEE;
        border-top: 1px solid #EEE;
        color: #333;
        display: block;
        font-size: 0.9em;
        margin-bottom: 1.2em;
        padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
        background: url(grafiken/bgcontainer.gif) repeat-y;
        margin: 0 auto;
        width: 702px;
}

/* top */
.top {
        background: #40A52B;
        height: 60px;
        margin: 0 auto;
        width: 630px;
        font-family: Verdana;
        font-size: 20pt;
        font-weight: bold;
}
.top a {
        color: #FFF;
        display: block;
        line-height: 60px;
        text-decoration: none;
        width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
        background: #007328;
        color: #FFF;
}

/* header */
.header {
        background: url(grafiken/header.jpg) no-repeat;
        height: 150px;
        margin: 0 auto;
        width: 630px;
}

/* item */
.item {clear: both;}
.item .date {
        background: url(grafiken/bgdate.gif) no-repeat;
        color: #FFF;
        float: left;
        height: 30px;
        text-align: center;
        width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 6pt Verdana;}
.item .content {
        float: left;
        width: 462px;
}
.item h1 {
    background: none repeat scroll 0 0 #007328;
    color: #FFFFFF;
    padding-top: 7px;
    padding-left: 16px;
    padding-bottom: 7px;
    padding-right: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
        float: left;
        margin-left: 0px;
        width: 168px;
}
.navigation h1 {
        background: #40A52B;
        color: #FFF;
        font-size: 10pt;
        line-height: 30px;
        padding-left: 12px;
}


 a:link{color:#165C19;} a:visited{color:#1CC619;} a:hover{color:#0002FF;} a:active{color:#2A0EEC;} </style>

.navigation ul {margin: 0; padding: 0;}
.navigation li {
        border-bottom: 0px solid #40A52B;
        list-style: none;
}
.navigation li a {
        background: #40A52B url(grafiken/bgnavigation.gif) repeat-x;
        color: #553;
        display: block;
        padding: 8px 4px 8px 12px;
        text-decoration: none;
}
.navigation li a:hover {
        background: #F0FFC6;
        color: #009F00;
}

/* footer */
.footer {
        background: #40A52B url(grafiken/bgfooter.gif) repeat-x;
        color: #FFF;
        font-size: 8pt;
        line-height: 40px;
        margin: 0 auto;
        width: 630px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FFF;}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {
        text-decoration: none;
        color: #FFF;
        text-align: center;
}
.footer .right, a:hover {color: #1406F9;}

/* floats */
.left {float: left;}
.right {float: right;}