.banner
{
    overflow:hidden;
    float:left;
    margin-top:0px;
    position:relative;
    
    
    
    }

.banner .banneritem
{
    -width:215px;
    background-color: #fcfcfc;
    margin:0 20px 30px 0px;
    -border:1px solid #E8E8E8;
    overflow:hidden;
    padding:11px 0px;
    position:relative;
    float:left;
    }
.banner .oberkante
{
    -background-image:url(/images/standard/banner_oberkante.png);
    position:absolute;
    top:0;
    left:0;
    height:11px;
    right:0;
    }
.banner .unterkante
{
    -background-image:url(/images/standard/banner_unterkante.png);
    position:absolute;
    bottom:0;
    left:0;
    height:11px;
    right:0;
    }
.banner .transparent
{
    background-color:transparent;
    }
.banner .banneritem h3
{
   color: inherit;
    font-size: 120%;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    bottom: 4px;
    text-align: center;
    color: white;
    
 
    }
.banner .banneritem .text
{
    margin:5px 15px 5px;
    font-size:12px;
}
.banner img.bimage
{
    margin:5px 0px 10px;
    }
 .banner a.bimage 
{   
    display:block;
}
.banner .banneritem .text a
{
    color:inherit;
    font-weight:bold;
    
}
.banner .banneritem a.more
{
    display:none;
    padding:5px 15px 5px 15px;
    -margin-right:15px;
    width:190px;
    text-align:right;
    -float:right;
    color:inherit;
    background-image:url(/images/pfeil_orange.png);
    background-repeat:no-repeat;
    background-position:right center;
}
.banner .banneritem a.more:hover
{
    -margin-right:10px;
    padding-right:20px;
    }




fieldset.form-fieldset {
    border: 1px solid #CCCCCC;
    padding: 0px 5px 15px;
    width: 90%;
}

fieldset.form-fieldset legend {
    color: #333333;
    font-weight: bold;
    padding: 5px;
}
div.form-field img {
    border: 1px solid #CCCCCC;
    display: block;
    float: none;
    margin-bottom: 10px;
    padding: 4px;
}

div.optionFields, div.inputFields, div.selectFields {
    overflow: hidden;
}
div.optionField {
    float: left;
    padding: 5px;
}
div.inputField {
    float: left;
    padding: 5px;
    width: 75px;
}
div.inputField input, div.selectField select {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-top:3px;
    
}
div.selectField select
{
    margin-left:13px;
    width:78px;
    }
div.inputField label, div.selectField label {
    display: inline;
    margin-bottom: 2px;
}
div.selectField {
    float: left;
    padding: 5px 0 5px 5px;
    width: 165px;
}

fieldset.form-fieldset div.submit {
    background-color: #eeeeee;
    border: 1px solid #CCCCCC;
    margin-left: 6px;
    margin-top: 8px;
    padding: 3px 3px 5px;
    width: 95px;
    cursor:pointer;
}
div.form-field {
    margin-bottom: 3px;
}
form#buchung fieldset.form-fieldset {
    margin-top: -10px;
    width: 173px;
}
div.optionFields {
   
}
