@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@import url(jw_calendar.css);
@media all
{
    /* Your styles here */
    .tx_mh_branchenbuch-standard,
    .tx_mh_branchenbuch-advanced,
    .tx_mh_branchenbuch-premium,
    .tx_mh_branchenbuch-premium-1,
    .tx_mh_branchenbuch-premium-2,
    .tx_mh_branchenbuch-premium-3 {
        height:150px; 
        width:490px; 
        padding:5px;
        margin:0px; 
    }

    .tx_mh_branchenbuch-standard,
    .tx_mh_branchenbuch-advanced
    {
        border:1px solid #ececde; 
    }

    .tx_mh_branchenbuch-premium   {
        background: #ececde url(l.jpg) no-repeat;
    }

    .tx_mh_branchenbuch-premium-1 {
        background: #ececde url(xl_1.jpg) no-repeat; 
    }

    .tx_mh_branchenbuch-premium-2 {
        background: #ececde url(xl_2.jpg) no-repeat;
    }

    .tx_mh_branchenbuch-premium-3 {
        background: #ececde url(xl_3.jpg) no-repeat; 
    }

    .tx_mh_branchenbuch-tagcloud  { padding:3px; float:left; }
    .tx_mh_branchenbuch-advertise { }
    .tx_mh_branchenbuch-statistics { }

    .tx_mh_branchenbuch_table {
        border:1px solid #ddd;
    }

    .tx_mh_branchenbuch_table th {
        background-color:#ddd; color:333;
    }

    .tx_mh_branchenbuch_table td {
        background-color:#fafafa;
    }

    #mhbranchenbuch_lettermenu li
    {
        display: inline;
        list-style-type: none;
        padding-right: 1px;
        padding-left: 1px;
    }

    .mhbranchenbuch_letter {
        font-weight: bold;
        text-transform: uppercase;
    }
}
