/* *********************** Grundinformationen *********************** */

body {
        text-align:                        left;
        min-width:                        760px;
        font-family:                Verdana, Tahoma, Arial, Helvetica, sans-serif;
        color:                           #EEEEEE;
        font-size:                        13px;
        margin:                                0;
        padding:                        0;
        background-color:               #310404;

}

h1 {
        width:                                100%;
        color:                                #EEEEEE;
        margin:                                0;
        margin-bottom:                15px;
        font-weight:                bold;
        xtext-transform:        uppercase;
        text-transform:                none;
        font-size:                        16px;
        border-bottom:                1px solid #EEEEEE;
        padding-bottom:                4px;
}

h1 a {
        color:                                #EEEEEE;
        text-transform:                none;
}

h3 {
        font-size:                        14px;
}

img {
        border:                                0px;
}

/* Formulare */
form {
        display:                        inline;
}

fieldset {
        padding:                        0px;
        border:                                0px;
}

input {
        border:                                1px solid #FFFFFF;
        background-color:        #FFFFFF;
        font-size:                        10px;
        color:                                #333333;
        line-height:                           15px;

}

select {
        border:                                1px solid #FFFFFF;
        background-color:        #ffffff;
        font-size:                        10px;

}

input.radio {
        border:                                0px solid #310404;
        background-color:        #310404;
        width:                                15px;
		color:						#FFFFFF;
}


/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
        text-decoration:        none;
        color:                                #EEEEEE;
}

a:hover {text-decoration:        none;
        color:                                #F4CE35
        }



/* *********************** Grunddesign, Header, Footer, Content *********************** */


/* Kompletter Rahmen aussen */
div.wrapper {
        width:                                 980px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -480px;



}

div.branding {
        position:                        relative;
        width:                                980px;
        height:                                218px;
        margin-bottom:                0px;
        background-image:         url('../../../templates/standard/design/lila/images/head_back.gif');
        background-repeat:         repeat-x;
        background-position-y:50%

}

/* Hauptnavigation */
div.mainNav {
        width:                                240px;
        float:                                left;
        background-color:                     #310404;

 }

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
        width:                                740px;
        float:                                 left;
        background-color:                     #310404;

}

div.mainContent {
        margin-top:                        18px;
        width:                                720px;
        float:                                right;

}

div.secondaryContent {
        margin-top:                        18px;
        width:                                0 px;
        float:                                right;

}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


div.footer {
        width:                                 980px;
        position:                         relative;
        left:                                 50%;
        margin-left:                -480px;
        clear:                                both;
        z-index:                        1;
}



div.footer div p {
        position:                        relative;
        top:                                10px;
        align:                                center;
        width:                                900px;
        display:                        block;
        z-index:                        5;
        color:                                #eeeeee;
		
}

div.footer div p a {
        color:                                #eeeeee;
        float:                                right;
        font-size:                        9px;
}



/**** CMS *****/

div.cmsContent {
        margin-top:                        0px;
        width:                                760px;
        float:                                 right;
        background-color:                #310404;
}

div.cmsFooter {
        margin-left:                -490px;
}


      /*-- Formatierung der Bilderleiste (Dreiergespann), der Hintergrund ist weiß, unten dunkler für Schatten und wird
            wiederholt bis die Außenränder 8 und 10px erreicht sind. Die Hintergrundfarbe im Innenbereich ist hellgrau,
            nach dem letzten Bild wird jedoch keine Hintergrundinnenfarbe gewählt--*/
#body ul.gallery{
        height:104px; background:url('http://www.kissel-weine.de/images/gallery_bg.gif') repeat-x 0 0; padding-left:10px; padding-right:0; padding-top:8px; padding-bottom:0
        }
#body ul.gallery li{
        background-color:#999999; padding:0 8px 0 0; color:#FFFFFF; float:left;
        }
#body ul.gallery li.nopadding{
        padding:0;
        }
