                                                                        /* 
    Document   : pauschalen
    Created on : 17.05.2010, 13:33:09
    Author     : shomrighausen
    Description:
        Purpose of the stylesheet follows.
*/

    /*
        SMB specific Reset
    */
    
    #gisPauschalen .offer .description h3 {
        padding-top: 0;
    }
    
    #gisPauschalen .provider h4,
    #gisPauschalen .info h4 {
        font-size: 14px !important;
        margin-bottom: 0;
    }
    
    #gisPauschalen .provider .wrap a.cpiframe {
        text-decoration: none;
    }
    
    #gisPauschalen a.load-local {
        color: #555;
        text-decoration: none;
    }
    
    #gisPauschalen .providerList {
        font-size: 11px;
    }
    
    #gisPauschalen .providerList th {
        text-align: left;
    }
    
    
    /*
        global Fonts
    */
    
    #gisPauschalen div, #gisPauschalen input, #gisPauschalen p,
    #gisPauschalen h1, #gisPauschalen h2, #gisPauschalen h3, #gisPauschalen h4 {
        font-family: Arial, Helvetica, sans-serif;
    }
    
    
    /*
        additional Classes
    */
    
    .divider {
        border-bottom: 1px solid #CCC;
        height: 5px;
    }
    
    
    /*
        Search
    */
    
    #gisPauschalen fieldset {
        background-color: #FFF;
        border: 1px solid #CCC;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 5px;
    }
    
        #gisPauschalen fieldset h2 {
            color: #AD1922;
            float: left;
            font-size: 16px;
            font-weight: bold;
            line-height: 24px;
            padding: 0 10px;
        }
        
        #gisPauschalen h4 {
            color: #555;
            font-size: 14px;
            font-weight: bold;
            line-height: 20px;
            padding: 10px 0 5px;
        }
        
        #gisPauschalen fieldset > select {
            background-color: #FFF;
            border: 1px solid #CCC;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #555;
            float: left;
            font-size: 11px;
            line-height: 16px;
            padding: 3px 3px 3px 5px;
        }
        
        #gisPauschalen fieldset table {
            background-color: transparent;
            color: #555;
            width: auto;
        }
        
            #gisPauschalen fieldset td {
                padding: 5px 10px 0 0;
                position: relative;
                vertical-align: bottom;
            }
            
                #gisPauschalen fieldset td label {
                    color: #555;
                    font-size: 11px;
                    font-weight: bold;
                    padding: 0 5px 5px 10px;
                }
                
                #gisPauschalen fieldset td input {
                    background-color: #FFF;
                    border: 1px solid #CCC;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    color: #555;
                    font-size: 11px;
                    padding: 4px 3px 4px 5px;
                }
                
                #gisPauschalen fieldset td select {
                    background-color: #FFF;
                    border: 1px solid #CCC;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    color: #555;
                    font-size: 11px;
                    line-height: 16px;
                    padding: 3px 3px 3px 5px;
                }
                
                #gisPauschalen fieldset td input.hasDatepicker {
                    background: #FFF url("http://gis2.netzpepper.de/images/icons/calendar-rightspace.png") no-repeat scroll right 2px;
                    padding-right: 16px;
                }
                
    /*
        Offer
    */
    
    #gisPauschalen .offer {
        background-color: #FFF;
        /*border: 1px solid #CCC;*/
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 10px;
        /*padding: 5px;*/
    }
    
    #gisPauschalen .offer:first-child {
        margin-top: 0;
    }
    
    
    /*
        Offer description
    */
    
    #gisPauschalen .offer .description {
        /*background-color: #F5F5F5;*/
				background: -moz-linear-gradient(-90deg, #F1E3CB, #EAD6B1) repeat scroll 0 0 transparent;
        border: 1px solid #d8c39c;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        color: #555;
        padding: 5px 5px 31px;
        position: relative;
    }
    
        #gisPauschalen .offer .description p {
            line-height: 16px;
        }
    
        #gisPauschalen .offer .toggle-info {
						background: #ead6b1 url("http://gis2.netzpepper.de/images/frontend/bg-toggle-info-down-2.png") no-repeat scroll right 4px;
            border: 1px solid #d8c39c;
            -webkit-border-radius: 5px 0 0 0;
            -moz-border-radius: 5px 0 0 0;
            color: #6e6148;
            cursor: pointer;
            display: block;
            font-size: 11px;
            padding: 5px 25px 5px 10px;
            position: absolute;
            right: -1px;
            bottom: -1px;
						-moz-box-shadow: -1px -1px 0 #f5ebda;
						-webkit-box-shadow: -1px -1px 0 #f5ebda;
						text-shadow: 0 1px 0 #f5ebd8;
        }
        #gisPauschalen .offer .toggle-info:hover {
						background-color: #f0e2ca;
				}
       
            #gisPauschalen .offer .toggle-info.toggled {
                background: #f0e2ca url("http://gis2.netzpepper.de/images/frontend/bg-toggle-info-up-2.png") no-repeat scroll right 4px;
            }
        
        #gisPauschalen .offer .description h3 {
            color: #AD1922;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
						font-family: Times New Roman, Times, Georgia, serif;
						padding: 5px 5px 0;
        }
        
        #gisPauschalen .offer .description .info {
            overflow: hidden;
        }
        
        #gisPauschalen .offer .description .info .abstract {
						padding: 5px;
				}

        #gisPauschalen .offer .description .info.extended {
            height: auto;
        }

				#gisPauschalen .offer .description .details.extended {
						border: 1px solid #D8C39C;
						background: #FFF;
						padding: 0 10px 10px;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						margin-top: 5px;
				}
        
            #gisPauschalen .offer .description .info p {
                font-size: 11px;
                line-height: 14px;
            }
            
            #gisPauschalen .offer .description .info strong {
                font-weight: bold;
            }
            
            
    /*
        Offer features
    */
    
    #gisPauschalen .offer .features {
        background: none;
        border: 0;
        padding: 10px;
        width: 100%;
				border-left:1px solid #CCC;
				border-right: 1px solid #CCC;				
    }
    
        #gisPauschalen .offer .features td {
            line-height: 16px;
            padding-right: 30px;
        }
        
            #gisPauschalen .offer .features .feature {
                display: block;
                font-size: 11px;
                font-weight: bold;
            }
            
            #gisPauschalen .offer .features .value {
                display: block;
                font-size: 11px;
            }
        
        
    /*
        Offer provider
    */
    
    #gisPauschalen .provider {
        border: 1px solid #CCC;
        color: #555;
        position: relative;
				-moz-border-radius: 0 0 5px 5px;
				-webkit-border-radius: 0 0 5px 5px;
				padding: 5px;
				background: #F3F3F3;
    }
        
        #gisPauschalen .provider h4 {
            padding: 10px;
        }
        
        #gisPauschalen span.info {
            display: block;
            margin-top: -5px;
            padding: 0 10px 10px;
        }
        
        #gisPauschalen .offer .toggle-list {
            background: transparent url("http://gis2.netzpepper.de/images/frontend/bg-toggle-info-up.png") no-repeat scroll right 4px;
            color: #555;
            cursor: pointer;
            display: block;
            font-size: 11px;
            padding: 5px 25px 5px 5px;
            position: absolute;
            right: 0;
            top: 10px;
        }
        
            #gisPauschalen .offer .toggle-list.toggled {
                background: transparent url("http://gis2.netzpepper.de/images/frontend/bg-toggle-info-down.png") no-repeat scroll right 4px;
            }
        
        #gisPauschalen .provider .wrap {
            background-color: #FFF;
            border: 1px solid #CCC;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            padding: 10px;
        }
        
            #gisPauschalen .provider .wrap p {
                font-size: 11px;
                line-height: 16px;
            }
            
            #gisPauschalen .provider .wrap a.cpiframe {
                background: #eee url("http://gis2.netzpepper.de/images/layout/highlight.gif") repeat-x scroll left top;
                border: 1px solid #CCC;
                color: #555;
                display: block;
                float: right;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
                margin: 3px 0 0;
                padding: 5px 10px 5px;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
            }
            
                #gisPauschalen .provider .wrap a.cpiframe:hover {
                    background: -moz-linear-gradient(-90deg, #F1E3CB, #EAD6B1) repeat scroll 0 0 transparent;
										border-color: #D8C39C;
                }
                
                /*
                    Tooltip
                */
                
                #gisPauschalen .tooltip-wrap {
                    display: none;
                }
                
                #cluetip.cluetip-jtip {
                    background: transparent url("http://gis2.netzpepper.de/images/frontend/cluetip-arrow-left.gif") no-repeat scroll left 5px;
                    padding-left: 6px;
                    width: 575px !important;
                }
                
                    #cluetip.cluetip-jtip #cluetip-outer {
                        -moz-border-radius: 3px;
                        -webkit-border-radius: 3px;
                        background-color: #B4B4B4;
                        border-radius: 3px;
                        padding: 3px;
                    }
                    
                        #cluetip.cluetip-jtip #cluetip-inner .close {
                            background: #F5F5F5 url("http://gis2.netzpepper.de/images/icons/cross.png") no-repeat scroll 5px 5px;
                            border: 1px solid #666;
                        }
                        
                            #cluetip.cluetip-jtip #cluetip-inner .close span {
                                color: #E72935;
                                cursor: pointer;
                                display: block;
                                font-size: 13px;
                                padding: 5px 5px 5px 25px;
                            }
                        
                            #cluetip.cluetip-jtip #cluetip-inner .zeileneintrag {
                                background-color: #FFF;
                                border-color: #666;
                                border-style: solid;
                                border-width: 1px 1px 0;
                                overflow: hidden;
                                position: relative;
                            }
                            
                            #cluetip.cluetip-jtip #cluetip-inner h2 span.stars {
                                margin-left: 5px;
                                vertical-align: bottom;
                            }
                            
                            #cluetip.cluetip-jtip #cluetip-inner h2 span.stars img {
                                margin-right: 2px;
                            }
                            
                            #cluetip.cluetip-jtip #cluetip-inner h1.betriebOrt {
                                color: #222;
                                font-size: 18px;
                                font-weight: bold;
                                line-height: 22px;
                                margin-bottom: 5px;
                                margin-top: 9px;
                            }
                            
                            #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebsbild {
                                float: left;
                            }
                            
                            #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebsbild a {
                                background: #f6f6f6;
                                display: block;
                                margin-bottom: -1px;
                                position: relative;
                                z-index: 1000;
                            }
                            
                            #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebsbild a img {
                                border: 1px solid #ccc;
                                border-width: 0 1px 1px 0;
                                padding: 2px;
                            }
                            
                              #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebDaten {
                                position: relative;
                                width: 100%;
                              }
                            
                                #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebAdresse {
                                  float: left;
                                  padding: 5px;
                                }
                            
                                  #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebAdresse h2 {
                                    display: inline;
                                    font-size: 18px;
                                    font-weight: normal;
                                    line-height: 18px;
                                    margin-bottom: 4px;
                                  }
                            
                                    #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebAdresse h2 a {
                                      color: #333;
                                      font-size: 18px;
                                      line-height: 18px;
                                    }
                            
                                  #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebAdresse address {
                                    color: #555;
                                    font-size: 12px;
                                    font-style: normal;
                                    line-height: 15px;
                                    margin-top: 6px;
                                  }
                            
                                #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebInfos {
                                  background: #f6f6f6;
                                  border: 1px solid #ccc;
                                  border-width: 1px 0 0 1px;
                                  bottom: 0;
                                  display: block;
                                  height: 94px;
                                  position: absolute;
                                  right: 0;
                                  width: 179px;
                                }
                            
                                  #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebPreis {
                                    height: 58px;
                                    line-height: 58px;
                                    text-align: center;
                                    width: 179px;
                                  }
                            
                                    #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebPreis span.preisInfo {
                                      font-style: italic;
                                    }
                            
                                    #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebPreis span.preis {
                                      color: #666;
                                      display: block;
                                      font-size: 18px;
                                      font-style: italic;
                                      font-weight: bold;
                                    }
                            
                                  #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebMehr a {
                                    background: transparent url("http://gis2.netzpepper.de/images/frontend/more-arrow-right-red.gif") no-repeat scroll right center;
                                    border-top: 1px solid #e5e5e5;
                                    color: #CA262D;
                                    display: block;
                                    font-size: 10px;
                                    height: 35px;
                                    letter-spacing: 1px;
                                    line-height: 36px;
                                    overflow: hidden;
                                    padding-left: 20px;
                                    text-decoration: none;
                                    text-transform: uppercase;
                                    width: 159px;
                                  }
                            
                                  #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragBetriebMehr a:hover {
                                    background-color: #f6f6f6;
                                    text-decoration: underline;
                                  }
                            
                              #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragIcons {
                                background-color: #F6F6F6;
                                border-top: 1px solid #ccc;
                                height: 35px;
                                overflow: hidden;
                                width: 100%;
                              }
                              
                                #cluetip.cluetip-jtip #cluetip-inner div.zeileintragInner {
                                  padding-left: 5px;
                                  padding-right: 185px;
                                }
                            
                                  #cluetip.cluetip-jtip #cluetip-inner div.zeileneintragIcons div.zeileintragInner img {
                                    float: left;
                                    padding: 5px 5px 5px 0;
                                  }
                                    
        
        #gisPauschalen .offer .provider h3 {
            color: #AD1922;
            font-size: 16px;
            font-weight: bold;
            line-height: 20px;
        }
        
        #gisPauschalen .providerList {
            background-color: #FFF;
            border: 1px solid #CCC;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 100%;
        }
            
            #gisPauschalen .providerList th {
                background-color: #F3F3F3;
                border-bottom: 1px solid #CCC;
                color: #555;
                font-size: 11px;
                font-weight: bold;
                padding: 7px 10px;
            }
            
            #gisPauschalen .providerList th.first {
                -webkit-border-top-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                border-top-left-radius: 5px;
            }
            
            #gisPauschalen .providerList th.last {
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                border-top-right-radius: 5px;
            }
            
            #gisPauschalen .providerList td {
                border-bottom: 1px solid #E5E5E5;
                height: auto;
                line-height: 16px;
                padding: 5px 10px;
            }
            
            #gisPauschalen .providerList tr.last td {
                border-bottom: 0;
            }

                
            #gisPauschalen .providerList .stars {
                padding-left: 3px;
            }
            
            #gisPauschalen .providerList tr.even td {
                background: #F3F3F3;
                border-color: #E3E3E3;
                border-style: solid;
                border-width: 0 0 1px;
            }




