/* CSS Gartengestaltung */

body {
        font-family: Tahoma, Verdana, sans-serif;
        top: 0;
        bottom: 0;
        margin: 0;
        background-color: #C0C0C0;
        background-image: url(../images/background.jpg);
        background-repeat: repeat-x;
        background-position: top;
}

a {
        color: #00cc00;
        text-decoration: none;
}

a:hover {
        color: #00cc00;
        text-decoration: underline;
}

.box_top {
        font-size: 14px;
        font-weight: bold;
        color: #00cc00;
        padding: 10px 8px 0 8px;
        background-repeat: no-repeat;
}

.box_content {
        font-size: 12px;
        color: #666666;
        padding: 0 8px 10px 8px;
        background-image: url(../images/box_bottom.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        height: 48px;
}

.content_title {
        font-size: 14px;
        font-weight: bold;
        color: #00cc00;
        padding: 0 8px 0 8px;
        border-bottom: 1px dashed #b8b8b8;
}

.content {
        font-size: 12px;
        color: #666;
        padding: 10px 8px 10px 8px;
}

.footer {
        font-size: 11px;
        color: #000000;
        padding: 3px 10px 0 10px;
}

.navigation a {
        font-size: 14px;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
}
.navigation a:hover {
        font-size: 14px;
        font-weight: bold;
        color: #00cc00;
        text-decoration: none;
}

.navi_area {
        background-image: url(../images/arrow_a.gif);
        background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 20px;
}
.navi_area:hover {
        background-image: url(../images/arrow_o.gif);
        background-position: bottom;
        background-repeat: no-repeat;
        padding-bottom: 20px;
}
