/* Ränder auf Null setzen */
* {
        margin:0;
        padding:0;
}

body {
    background: #1CA035 url('img/bg_header.gif') left top repeat-x;
        font: normal normal 11px/16px Verdana, sans-serif;
        color: #444444;
        text-align: center;
}

#center {
        margin: 0 auto;
        padding-left: 9px;
        width: 917px;
        background: #1CA035 url('img/bg_header_2.gif') left top no-repeat;
        text-align: left;
}

#header {
        padding: 0 0 0 4px;
}

        #logo {
                float: left;
        }


#intro {
        padding-left: 4px;
        height: 230px;
}

#content {
        margin-left: 4px;
        width: 900px;
        background: #fff url('images/bg_content.gif') left top repeat-y;
}

        #content_left {
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 20px;
                width: 130px;
                float: left;
                background: #D4F3D0;
        }

                #content_left a {
                              font-family: Arial;
                              font-size: 13px;
                }

                #content_left p {
                                font-weight: bold;
                                font-size: 14px;
                 }

        #content_dreispaltig {
                padding: 40px;
        }

        #content_center {
                padding: 20px 20px 0 35px;
                width: 430px;
                float: left;
        }

                h1 {
                        padding-bottom: 20px;
                        font-size: 15px;
                        font-weight: normal;
                        color: #008208;
                }

                hr {
                        padding-top: 20px;
                        margin-bottom: 20px;
                        border: none;
                        border-bottom: 1px dotted #9C9A9C;
                }

        #content_right {
                padding: 20px 5px 0 0;
                width: 232px;
                float: right;
        }

                #notice_bg {
                        color: #72736D;
                }

                #notice_bg h3 {
                         padding-bottom: 8px;
                         color: #666666;
                         font-size: 12px;
                         font-family: Verdana, Arial, Helvetica, sans-serif;
                }

                #notice_bg a, #notice_bg a:link, #notice_bg a:visited {
                         color: #637D52;
                         font-weight: normal;
                }

                p.link {
                         padding: 8px 0 8px 0;
                }

#footer {
        margin: 0 auto;
        height: 65px;
        background: url('img/bg_footer.jpg') left top no-repeat;
        text-align: center;
}

a, a:link, a:visited {
        color: #145038;

        text-decoration: none;
}

.clearer {
        clear: both;
}
