﻿


* { margin: 0; padding: 0; }
body { font: 76% Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
fieldset { border: 0; }
ul { list-style: none; }
img, object, embed { display: block; border: 0; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
address, caption, th { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
em { font-style: italic; }
strong { font-weight: bold; }
body {
    background: #d6e766 url(/img_structure/gradient_green.gif) repeat-x 0 121px;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
}

.clearer {
    clear: left;
    line-height: 1px;
}

#headerWrapper {
    width: 100%;
    background: #ffffff;
}
    #header {
        min-width: 990px;
        height: 121px;
    }
        #logo {
            float: left;
            display: inline;
            margin: 18px 0 0 28px;
        }
        #headerImage {
            float: right;
        }
#metaNavi {
    float: left;
    width: 808px;
    height: 24px;
    padding-top: 8px;
    font-size: 0.9em;
}
    #metaNavi ul {
        float: right;
    }
        #metaNavi li {
            display: inline;
        }
            #metaNavi a {
                float: left;
                margin-left: 10px;
            }
            #metaNavi .active a,
            #metaNavi a:hover {
                color: #019c79;
            }
#main {
    float: left;
    width: 990px;
    clear: left;
}
    #mainNavi {
        float: left;
        display: inline;
        width: 152px;
        margin: 5px 0 0 28px;
    }
        #mainNavi li {
            float: left;
            width: 100%;
            margin-bottom: 5px;
        }
            #mainNavi a {
                float: left;
                padding-left: 11px;
                background: url(/img_structure/pfeil.gif) no-repeat 0 0.3em;
            }
            #mainNavi a:hover {
                color: #019c79;
            }
            #mainNavi .active a {
                margin-bottom: 4px;
                background-image: url(/img_structure/pfeil_unten.gif);
                background-position: 0 0.4em;
                color: #019c79;
            }
            #mainNavi ul ul {
                margin-left: 11px;
                font-size: 0.9em;
            }
                #mainNavi li li {
                    margin-bottom: 3px;
                }
                    #mainNavi .active li a {
                        margin-bottom: 0;
                        background-image: url(/img_structure/pfeil.gif);
                        color: #000000;
                    }
                    #mainNavi .active .active a,
                    #mainNavi .active li a:hover {
                        color: #019c79;
                    }
    #contentWrapper {
        float: left;
        width: 626px;
        margin-left: 15px;
        background: url(/img_structure/paper_bgd_middle.gif) repeat-y;
    }
        #contentContainer {
            float: left;
            width: 100%;
            padding-bottom: 5px;
            background: url(/img_structure/paper_bottom.gif) no-repeat bottom;
        }
            #content {
                float: left;
                min-height: 305px;
                width: 545px;                
                padding: 30px 47px 24px 34px;
                background: url(/img_structure/paper_bgd.gif) no-repeat;
            }

                #content h1 {
                    margin-bottom: 16px;
                    color: #019c71;
                    font-size: 1.6em;
                    font-weight: normal;
                }
                #content h2 {
                    float: left;
                    width: 100%;
                    margin-bottom: 4px;
                }
                    #content .gallery h3 a, 
                    #content .videos h3 a, 
                    #content .col h2 a,
                    #content .insert h2 a

                    {
                        float: left;
                        padding-left: 11px;
                        background: url(/img_structure/pfeil.gif) no-repeat 0 0.3em;
                        text-decoration:none;
                        color: #000000;
                    }
                #content p {
                    float: left;
                    width: 100%;
                    margin-bottom: 12px;
                    margin-top: 0;
                }
                    #content p a, #content ul a, #content ol a {
                        color: #019c71;
                        text-decoration: underline;
                    }

                 #content ol {
                    margin-bottom: 12px;
                    float: left;
                    width: 515px;
                    padding-left: 30px;
                 }               
                 #content ul {
                    float: left;
                    width: 100%;
                    margin-bottom: 12px;
                 }
                    #content ul li {
                        padding-left: 13px;
                        background: url(/img_structure/bullet.gif) no-repeat 0 0.3em;
                    }
                
                #content img {
                    margin-bottom: 12px;
                }
                .cols {
                    clear: left;
                    margin-bottom: 12px; /* md */
                    margin-left: -21px;
                    width: 566px;
                }
                    .col {
                        float: left;
                        display: inline;
                        width: 262px;
                        
                        margin-left: 21px;
                        margin-bottom: 12px;
                    }

                        .col-1 {
                            margin-left: 0;
                        }

                        .col .image {
                            float: left;
                            width: 98px;
                            margin-right: 15px;
                        }
                        .col .text {
                            float: left;
                            width: 149px;
                        }
                .insert {
                    float: left;
                    width: 100%;
                }

                    /*md*/
                    .insert .leftimagetext {
                        float: left;
                        width: 145px;
                        margin-right: 21px;
                    }
                        .insert .leftimagetext img {
                            float: left;
                            padding-right: 15px;
                        }
                        .insert .leftimagetext .imagetext {
                            float: left;
                            width: 107px;
                        }
                    /*md*/

                    .insert .left {
                        float: left;
                        margin-right: 21px;
                    }
                    .insert .right {
                        float: right;
                        margin-left: 21px;
                    }
                    #content .insert .text * {
                        float: none;
                        width: auto;
                    }
                    #content .insert .above {
                        float: left;
                        width: 100%;
                    }
                    #content .insert .below {
                        float: left;
                        width: 100%;
                    }
                    

                /*startseite Umbau Nov. 2008 */
                .col .insert .text {
                    width: auto;
                    float: none;
                }
                .col .insert .left {
                    margin-right: 10px;
                }
                 #content .col .insert img {
                    margin-bottom: 4px;
                }

                    
                #subNavi {
                    float: left;
                    width: 100%;
                    margin-bottom: 24px;
                }
                    #content #subNavi li {
                        float: left;
                        display: inline;
                        padding: 0;
                        background: none;
                    }
                        #subNavi li a {
                            float: left;
                            margin-right: 4px;
                            padding: 0 12px 0 21px;
                            background: #f6fadb url(/img_structure/pfeil.gif) no-repeat 10px center;
                            border: 1px solid #d4e173;
                            line-height: 23px;
                            text-decoration: none;
                            color: #000000;
                        }
                        #subNavi .active a,
                        #subNavi a:hover {
                            background-color: #019c79;
                            background-image: url(/img_structure/pfeil_hell.gif);
                            color: #f6fadb;
                        }
                .gallery {
                    margin-left: -21px;
                    
                }
                .gallery h2 {
                    margin-left: 21px;
                    margin-bottom: 20px;
                }

                    #content .gallery li {
                        float: left;
                        display: inline;
                        width: 250px;
                        margin: 0 0 10px 21px;
                        padding: 5px;
                        background: #f6fadb;
                        background: none;
                        border: 1px solid #d4e173;

                    }

                    #content .gallery li.clearer {
                        float: left;
                        height: 1px;
                        width: 545px;                        
                        margin: 0 0 0 0;
                        font-size: 0em;
                        border: none;
                        clear:none;
                    }

                        #content .gallery li a {
                            text-decoration:none;
                            color: #000000;
                        }

                        .gallery .image {
                            float: left;
                            width: 100px;
                            margin-right: 10px;
                        }
                            .gallery .image img {
                                margin-bottom: 0;
                            }
                        .gallery .text {
                            float: left;
                            width: 140px;
                            
                        }
                #album {
                    margin-left: -12px;
                    width: 557px;
                }
                    #content #album li {
                        float: left;
                        display: inline;
                        width: 127px;
                        margin: 0 0 15px 12px;
                        padding: 0;
                        background: none;
                        font-size: 0.9em;
                    }
                    #content #album li.clearer {
                        float: left;
                        height: 1px;
                        width: 100%;
                        margin: 0 0 0 0;
                        font-size: 0em;
                    }
                    #content #album p {
                        margin-bottom: 0;
                    }
                        #album .image {
                            position: relative;
                            width: 115px;
                            height: 115px;
                            margin-bottom: 3px;
                            padding: 5px;
                            background: #f6fadb;
                            border: 1px solid #d4e173;
                        }
                            #album .image img {
                                margin: auto;
                            }

                #spot {
                    clear: both;
                }

                .videos {
                    margin-left: -21px;
                    
                }

                #content .videos h2 {
                    margin-left: 21px;
                    margin-bottom: 20px;
                }

                    #content .videos li {
                        float: left;
                        display: inline;
                        width: 252px;
                        margin: 0 0 10px 21px;
                        padding: 0;
                        background: none;
                        
                    }

                    #content .videos li.clearer {
                        float: left;
                        height: 1px;
                        width: 100%;
                        margin: 0 0 0 0;
                        font-size: 0em;
                    }

                        #content .videos li a {
                            text-decoration:none;
                            color: #000000;
                        }

                        .videos .icon {
                            float: left;
                            width: 50px;
                            margin-right: 10px;
                        }
                            .videos .icon img {
                                margin-bottom: 0;
                            }
                        .videos .text {
                            float: left;
                            width: 190px;
                            
                        }
                            .videos .text h3 {
                                margin-bottom: 0;
                            }
                            .videos .text h4 {
                                margin: 0 0 4px 11px;
                                font-weight: normal;
                                clear: left;
                            }
                            .videos .text p {
                                font-size: 0.9em;
                            }

                #locations {
                    position: relative;
                }
                    #content #locations a {
                        text-decoration: none;
                        color: #000000;
                    }

                    #content #locations li {
                        position: absolute;
                        padding: 0;
                        background: none;
                        font-weight: bold;
                    }
                    #hoefingen { left: 142px; top: 29px; }
                    #leonberg { left: 136px; top: 73px; }
                    #altdorf { left: 94px; top: 173px; }
                    #schoenaich { left: 143px; top: 150px; }
                    #nufringen { left: 62px; top: 206px; }
                    #holzgerlingen { left: 185px; top: 208px; }
                    #weil { left: 172px; top: 243px; }
                    #jettingen { left: 1px; top: 248px; }
                    #bondorf { left: 30px; top: 299px; }
                    #hildrizhausen { left: 100px; top: 282px; }
                    #deckenpfronn { left: 0; top: 175px; }
                    #calw { left: 5px; top: 105px; }
                    #waldenbuch { left: 190px; top: 173px; }

                #movieCanvas {
                    clear: left;
                    margin-bottom: 12px;
                }

/* FORMULAR */
button {
    font-size: 1em;
    margin-top: 12px;
    border: 0px solid #d4e173;
    padding: 0;
    font-size: 1.05em;
    /*
    border: 1px solid #d4e173;
    background-color: #f6fadb;
    color: #000000;
    */
    background-color: #019c79;
    color: #FFFFFF;
    cursor: hand;
    cursor: pointer;
}
input {
    border: solid 1px  #019c79;
    margin-bottom: 2px;
}
.checkbox, label {
    border: none;
    margin-bottom: 2px;
    margin-top: 2px;
}
/*
button:hover {
    background-color: #019c79;
    color: #FFFFFF;
}
*/


    #teaserBar {
        float: left;
        width: 140px;
        margin: 5px 0 0 18px;
        font-size: 0.9em;
    }
        .teaser {
            margin-bottom: 9px;
            width: 140px;
        }
            .teaser h3 {
                margin-bottom: 4px;
            }
                .teaser h3 a {
                    display: block;
                    padding-left: 11px;
                    background: url(/img_structure/pfeil.gif) no-repeat 0 0.4em;
                    color: #000000;
                    text-decoration: none;
                }
                
                .teaser a {
                    color: #019c79;
                    text-decoration: underline;
                }

            .teaser a img {
                margin-top: 17px;
            }
            .teaser p {
                margin-top: 0;
                margin-bottom: 0;
            }

#popup {
      background: none;
      backgrouond-color: #FFFFFF;
      padding: 4px;
      text-align: center;
    }
    #albumimage {
        width: 600px;
        height: 600px;
        margin-bottom: 3px;
        padding: 5px;
        background: #f6fadb;
        border: 1px solid #d4e173;
        margin: auto;
    }
        #popup #albumimage img  {
            margin: auto;
        }
    
    #wrappersubimage {
        width: 612px;
        margin: auto;
    }
    #popup p {
        width: 612px;
        padding-bottom: 12px;
        float: left;
        text-align: left;
    }
    #popup span img {
        display: inline;
    }
    #zurueckblaettern {
        display: block;
        float: left;
        width: 290px;
        text-align: left;
        font-weight: bold;
        padding-left: 2px;
    }
        #zurueckblaettern img {
            margin-right: 4px;
        }
    #vorblaettern {
        display: block;
        float: right;
        width: 290px;
        text-align: right;
        font-weight: bold;
        padding-right: 2px;
    }
        #vorblaettern img {
            margin-left: 5px;
        }      

#popupVideo {
      background: none;
      background-color: #FFFFFF;
      padding: 10px;
}
#popupVideo #movieCanvas a {
    text-decoration: underline;
    color: #019c71;
}
.close {
    display: block;
    padding-left: 11px;
    font-weight: bold;
    background: url(/img_structure/pfeil.gif) no-repeat 0 0.4em;
}
.linkliste li {
    padding-bottom: 4px;
}


