﻿/* Global */

/* Kann über LH CSS eingeblendet werden */
.bb-column0
{
    display: none;
}

/* Anordnung der Spalten. Zum Tauschen die Floats tauschen */
.bb-column1
{
    float: left;
    width: 620px;
}

.bb-column2
{
    float: right;
    width: 300px;
}

/* Übersicht */
.bb-overview
{
    float: left;
    width: 620px;
}

.bb-overview-items
{
    float: left;
    margin-top: 15px;
    width: 620px;
}

.bb-overview-items-1
{
    float: left;
    width: 300px;
}

.pan-bb3-detail
{
    float: left;
    width: 100%;
}

.bb-overview .bb-item a
{
    float: left;
    width: 298px;
}

.bb-overview .bb-item img
{
    padding: 0 5px 0 20px;
    width: 25px;
    height: 25px;
}

.bb-overview .bb-item span
{
    color: #660000;
    float: right;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 24px;
    padding: 0 15px 10px 0;
    width: 225px;
}

.bb-overview p
{
    margin-left: 15px;
}

.bb-divider
{
    background: url("/App_Themes/branchenbuch3/pics/bb-overview-divider.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 10px;
    width: 300px;
}

/* Suche */
.bb-search-wrapper
{
    background-color: #cccccc;
    background-image: url("/App_Themes/branchenbuch3/pics/bb-search-wrapper.jpg");
    border: 1px solid #cccccc;
    float: left;
    height: 318px;
    margin-right: 10px;
    padding: 0;
    width: 618px;
}

.bb-search-select
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 6px #aaaaaa inset;
    color: #660000;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 48px;
    line-height: 36px;
    margin: 130px 0 0 15px;
    position: absolute;
    text-indent: 2px;
    width: 240px;
}

.selectBox-dropdown .selectBox-arrow
{
    background-image: url('pics/bb-select-arrow.png');
    background-repeat: no-repeat;
    width: 38px;
    border: 0;
}

.bb-search-zip
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 1px 6px #aaaaaa inset;
    color: #660000;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 48px;
    margin: 190px 0 0 15px;
    position: absolute;
    text-indent: 15px;
    width: 278px;
}

.bb-search-button
{
    background-color: #660000;
    background-image: url("/App_Themes/branchenbuch3/pics/bb-button-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    height: 25px;
    margin: 250px 0 0 142px;
    padding: 10px 40px 10px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 105px;
}

/* Liste */
.bb-list-categoryDescription
{
    float: left;
}

.bb-list-searchResult
{
    float: left;
    margin: 10px 0;
}

.bb-list
{
    float: left;
}

.bb-list > div
{
    float: left;
}

.bb-list-entry
{
    background-image: url("/App_Themes/branchenbuch3/pics/bb-list-entry.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 0 20px 0;
    width: 620px;
    float: left;
    padding-top: 11px;
}

.bb-list-entry-inner
{
    border: 1px solid #cecece;
    float: left;
    width: 618px;
    background: #E3E3E3; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY0ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #E3E3E3 0%, #FFFFFF 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(90%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E3E3E3 0%,#FFFFFF 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E3E3E3 0%,#FFFFFF 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E3E3E3 0%,#FFFFFF 90%); /* IE10+ */
    background: linear-gradient(to bottom, #E3E3E3 0%,#FFFFFF 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-8 */
}

.bb-list-entry-col1
{
    display: table-cell;
    float: left;
    text-align: center;
    width: 250px;
}

.bb-list-categoryDescription > h1
{
    float: left;
    width: 620px;
}

.bb-premium .bb-list-entry-col1
{
    margin: 80px 0 0;
}

.bb-basis .bb-list-entry-col1
{
    margin: 20px 0 0;
}

.bb-standard .bb-list-entry-col1
{
    margin: 20px 0 0;
}

.bb-list-entry-col2
{
    float: left;
    width: 368px;
}

.bb-list-content-contact h2, .bb-list-content-contact h3
{
    font-size: 25px;
    margin: 0;
}

.bb-list-content-contact h2 a
{
    text-decoration: none;
    color: #660000;
}

.bb-list-content-contact h2 a:visited
{
    text-decoration: none;
    color: #660000;
}

.bb-list-content-contact h2 a:hover
{
    text-decoration: none;
    color: #660000;
}

.bb-list-content-marker
{
    float: right;
    margin: 20px 10px 0 0;
}

.bb-list-content-contact
{
    float: left;
    margin: 20px 0;
    width: 320px;
}

.bb-list-content-divider
{
    display: block;
    height: 8px;
}

.bb-list-entry-premium, .bb-detail-entry-premium
{
    background-image: url("/App_Themes/branchenbuch3/pics/bb-list-entry-premium.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 44px;
    margin-left: -12px;
    margin-top: -65px;
    position: absolute;
    width: 196px;
}

.bb-list-entry-col1 > img
{
    max-height: 250px;
    max-width: 200px;
    margin-bottom: 15px;
}

.bb-list-content-buttons
{
    float: right;
    margin: 0 15px 15px;
}

.bb-list-content-buttons > a
{
    background-color: #660000;
    background-image: url("/App_Themes/branchenbuch3/pics/bb-button-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 6px #888;
    color: white;
    float: left;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 10px 0 0;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
}

.bb-list-rating
{
    float: left;
    height: 30px;
    overflow: hidden;
    width: 320px;
}

.bb-list-rating-image
{
    background-image: url("/App_Themes/branchenbuch3/pics/rating.png");
    float: left;
    height: 16px;
    margin: 7px 0;
    width: 80px;
}

.bb-list-rating-image.star0
{
    background-position: 0 0;
}

.bb-list-rating-image.star1
{
    background-position: 0 -16px;
}

.bb-list-rating-image.star2
{
    background-position: 0 -32px;
}

.bb-list-rating-image.star3
{
    background-position: 0 -48px;
}

.bb-list-rating-image.star4
{
    background-position: 0 -64px;
}

.bb-list-rating-image.star5
{
    background-position: 0 -80px;
}

.bb-list-rating span
{
    float: left;
    padding: 1px 10px;
    width: 170px;
}

.bb-sidebar-box-wrapper.first
{
    margin-top: -6px;
    padding-top: 6px;
}

.bb-sidebar-box-wrapper
{
    background-image: url("/App_Themes/branchenbuch3/pics/sidebar-header-shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    padding-top: 6px;
    width: 300px;
}

.bb-sidebar-box-header
{
    color: #660000;
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding: 5px;
    width: 288px;
    background: #E3E3E3; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY0ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #E3E3E3 0%, #F3F3F3 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(90%,#F3F3F3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E3E3E3 0%,#F3F3F3 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E3E3E3 0%,#F3F3F3 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E3E3E3 0%,#F3F3F3 90%); /* IE10+ */
    background: linear-gradient(to bottom, #E3E3E3 0%,#F3F3F3 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#F3F3F3',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.bb-sidebar-box
{
    float: left;
    width: 298px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.bb-sidebar-box.map
{
    height: 281px;
}

.bb-overview-ads
{
    float: left;
    margin-top: -26px;
}

.bb-list-siderbar-ad-wrapper
{
    background-image: url("/App_Themes/branchenbuch3/pics/sidebar-header-shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    margin: 20px 0 0;
    padding: 6px 0 0;
    width: 300px;
}

.bb-list-siderbar-ad
{
    border: 1px solid #cccccc;
    float: left;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 300px;
}

.bb-list-sidebar-categories-wrapper
{
    background-image: url("/App_Themes/branchenbuch3/pics/sidebar-header-shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 20px 0;
    padding: 6px 0 0;
    width: 300px;
}

.bb-list-sidebar-categories
{
    border: 1px solid #cccccc;
    float: left;
    margin: 0;
    padding: 0;
    width: 298px;
}

.bb-list-sidebar-categories .bb-list-sidebar-category a
{
    background: #E3E3E3; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY0ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #E3E3E3 0%, #F3F3F3 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(90%,#F3F3F3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E3E3E3 0%,#F3F3F3 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E3E3E3 0%,#F3F3F3 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E3E3E3 0%,#F3F3F3 90%); /* IE10+ */
    background: linear-gradient(to bottom, #E3E3E3 0%,#F3F3F3 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#F3F3F3',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #cccccc;
    float: left;
    height: 44px;
    width: 298px;
}

.bb-list-sidebar-categories .bb-list-sidebar-category a.first
{
    border-top: medium none;
}

.bb-list-sidebar-categories .bb-list-sidebar-category img
{
    padding: 7px 10px;
}

.bb-list-sidebar-categories .bb-list-sidebar-category span
{
    color: #660000;
    float: right;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 20px;
    padding: 7px 15px 7px 0;
    width: 225px;
}

.bb-list-portfolio
{
    padding: 10px;
}

.bb-list-portfolio p
{
    margin: 0;
}

.bb-list-opening
{
    padding: 10px;
}

.bb-list-opening p
{
    margin: 0;
}

.bb-list-portfolio
{
    float: left;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 15px;
    width: 280px;
}

.bb-list-portfolio > ul
{
    margin: 0;
}

.bb-list-portfolio li
{
    list-style-image: url("/App_Themes/branchenbuch3/pics/bb-portfolio-check.png");
    list-style-position: outside;
}

/* Details */

/* Impressum */
.bb-imprint > span
{
    cursor: pointer;
    float: left;
    padding: 20px 0 10px;
    width: 100%;
}

.bb-imprint-content
{
    background-color: #eeeeee;
    display: none;
    float: left;
    padding: 20px;
}

.bb-imprint-content div
{
    float: left;
    width: 100%;
}

.bb-detail-entry-inner
{
    border: 1px solid #cecece;
    float: left;
    width: 618px;
    background: #E3E3E3; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY0ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #E3E3E3 0%, #FFFFFF 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(90%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E3E3E3 0%,#FFFFFF 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E3E3E3 0%,#FFFFFF 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E3E3E3 0%,#FFFFFF 90%); /* IE10+ */
    background: linear-gradient(to bottom, #E3E3E3 0%,#FFFFFF 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-8 */
}

.bb-detail-entry-col1
{
    display: table-cell;
    float: left;
    text-align: center;
    width: 250px;
    margin: 80px 0 0;
}

.bb-detail-entry-col2
{
    float: left;
    width: 368px;
}

.bb-detail-content-contact
{
    float: left;
    margin: 20px 0;
    width: 320px;
}

.bb-detail-content-divider
{
    display: block;
    height: 8px;
}

.bb-detail-entry-col1 > img
{
    max-height: 250px;
    max-width: 200px;
    margin-bottom: 15px;
}

.bb-detail-content-buttons > a
{
    background-color: #660000;
    background-image: url("/App_Themes/branchenbuch3/pics/bb-button-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 6px #888;
    color: white;
    float: left;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 10px 0 0;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
}

.bb-detail-content-buttons
{
    float: right;
    margin: 10px 20px 20px;
}

.bb-detail-rating
{
    float: left;
    height: 30px;
    overflow: hidden;
    width: 320px;
    cursor: pointer;
}

.bb-detail-rating-image
{
    background-image: url("/App_Themes/branchenbuch3/pics/rating.png");
    float: left;
    height: 16px;
    margin: 7px 0;
    width: 80px;
}

.bb-detail-rating-image.star0
{
    background-position: 0 0;
}

.bb-detail-rating-image.star1
{
    background-position: 0 -16px;
}

.bb-detail-rating-image.star2
{
    background-position: 0 -32px;
}

.bb-detail-rating-image.star3
{
    background-position: 0 -48px;
}

.bb-detail-rating-image.star4
{
    background-position: 0 -64px;
}

.bb-detail-rating-image.star5
{
    background-position: 0 -80px;
}

.bb-detail-rating span
{
    float: left;
    padding: 1px 10px;
    width: 170px;
}

.bb-detail-content-contact h1
{
    margin: 0;
}

.bb-detail-content-contact h2, .bb-detail-content-contact h3
{
    font-size: 25px;
    color: #660000;
    margin: 0;
}

.bb-detail-entry
{
    background-image: url("/App_Themes/branchenbuch3/pics/bb-detail-entry.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    padding-top: 11px;
    width: 620px;
}

.bb-detail-wrapper
{
    float: left;
    margin: 13px 0;
}

.bb-detail-adminlink
{
    padding: 10px;
}

/* TABS */
.bb-detail-tabs-wrapper
{
    float: left;
    width: 620px;
}

.bb-detail-tab span
{
    cursor: pointer;
    float: left;
    height: 33px;
    padding: 6px 20px;
}

.bb-detail-page
{
    float: left;
    width: 620px;
    min-height: 300px;
    display: none;
    margin: 20px 0;
}

.bb-detail-tab.bb-detail-tab-active span
{
    background-image: url("/App_Themes/branchenbuch3/pics/bb-detail-tab-active.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
}

.bb-detail-page.bb-detail-page-active
{
    display: block;
}

.bb-detail-tabs-wrapper
{
    background-image: url("/App_Themes/branchenbuch3/pics/bb-detail-tabs-wrapper.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    width: 620px;
    padding: 30px 0 0;
}

.bb-detail-tabs-buttons
{
    background-image: url("/App_Themes/branchenbuch3/pics/bb-detail-tabs-buttons.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    width: 620px;
    height: 53px;
}

/* Tab Images */
.bb-detail-tabs-galleryset
{
    float: left;
    margin-left: -10px;
}

.bb-detail-tabs-galleryimage
{
    background-color: White;
    display: table-cell;
    float: left;
    font-size: 12px;
    height: 200px;
    margin: 0 0 40px 10px;
    font-family: Arial;
    vertical-align: middle;
    width: 200px;
}

.bb-detail-tabs-galleryimage a
{
    box-shadow: 0 0 3px #888;
    display: table-cell;
    float: left;
    height: 200px;
    vertical-align: middle;
    width: 200px;
}

.bb-detail-tabs-galleryimage img
{
    max-height: 200px;
    max-width: 200px;
    position: relative;
}

/* Rating */
.bb-details-rating-add
{
    float: left;
    padding: 0;
    width: 620px;
}

.bb-details-rating-add h2, .bb-details-rating-verify h2
{
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.bb-details-rating-stars
{
    float: left;
    width: 620px;
}

.bb-details-rating-stars .label
{
    float: left;
    padding: 5px 0;
}

.star-rating-control
{
    border: 1px solid #ffffff;
    float: left;
    margin: 0 0 0 85px;
    padding: 5px 5px 7px;
    width: 85px;
    border-radius: 3px;
}


.bb-details-rating-summary
{
    float: left;
    width: 620px;
}

.bb-details-rating-count
{
    color: #660000;
    float: left;
    font-size: 22px;
    padding: 10px 0;
}

.bb-details-rating-button.sendRating
{
    display: none;
}

.bb-details-rating-button
{
    background-color: #660000;
    background-image: url("/App_Themes/branchenbuch3/pics/bb-button-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 6px #888;
    color: white;
    cursor: pointer;
    float: right;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 45px 10px 15px;
    text-decoration: none;
}

.bb-details-rating-grid
{
    float: left;
}

.bb-details-rating-textbox-50, .bb-details-rating-textbox-100
{
    float: left;
    margin: 10px 0 10px 20px;
}

.bb-details-rating-textbox-50
{
    width: 300px;
}

.bb-details-rating-textbox-100
{
    width: 620px;
    margin-left: 0;
}

.bb-details-rating-textbox-50.first
{
    margin-left: 0;
}

.star-rating-control.bb-details-rating-error
{
    border: 1px solid #660000;
}

.bb-details-rating-textbox-50 input.bb-details-rating-error, .bb-details-rating-textbox-100 input.bb-details-rating-error, .bb-details-rating-textbox-100 textarea.bb-details-rating-error
{
    border: 1px solid #660000;
}

.bb-details-rating-textbox-50 input, .bb-details-rating-textbox-100 input, .bb-details-rating-textbox-100 textarea
{
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 2px 2px 9px #c9c9c9 inset;
    color: #660000;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 9px;
}

.bb-details-rating-textbox-50 > input
{
    width: 280px;
}

.bb-details-rating-textbox-100 > input, .bb-details-rating-textbox-100 > textarea
{
    width: 600px;
    min-width: 600px;
    max-width: 600px;
    max-height: 400px;
}

.bb-details-rating-grid-item
{
    border-bottom: 1px solid #cccccc;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.bb-details-rating-grid-info
{
    float: left;
    width: 196px;
}

.bb-details-rating-grid-image
{
    background-image: url("/App_Themes/branchenbuch3/pics/rating-grid.png");
    height: 33px;
    width: 196px;
    float: left;
}

.bb-details-rating-grid-image.star1
{
    background-position: 0 0;
}

.bb-details-rating-grid-image.star2
{
    background-position: 0 -33px;
}

.bb-details-rating-grid-image.star3
{
    background-position: 0 -66px;
}

.bb-details-rating-grid-image.star4
{
    background-position: 0 -99px;
}

.bb-details-rating-grid-image.star5
{
    background-position: 0 -132px;
}

.bb-details-rating-grid-title
{
    color: #660000;
    float: right;
    font-size: 22px;
    margin: 0 20px 20px 0;
    width: 370px;
}

.bb-details-rating-grid-comment
{
    float: right;
    margin-right: 20px;
    width: 370px;
}

.bb-details-rating-grid-submitted
{
    float: right;
    margin: 20px 20px 10px 0;
    text-align: right;
    width: 370px;
}

/* Forms */
.bb-form-group
{
    float: left;
    margin: 10px 0 20px;
    width: 620px;
}

.bb-form-textbox-50 input, .bb-form-textbox-100 input, .bb-form-textbox-50 textarea, .bb-form-textbox-100 textarea, .bb-form-textbox-50 select, .bb-form-textbox-100 select
{
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 2px 2px 9px #c9c9c9 inset;
    color: #660000;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 9px;
}

.bb-form-textbox-50 > input, .bb-form-textbox-50 > textarea
{
    width: 280px;
}

.bb-form-textbox-100 > input, .bb-form-textbox-100 > textarea
{
    width: 600px;
}

.bb-form-textbox-100 > textarea
{
    max-width: 600px;
    max-height: 400px;
    min-height: 200px;
}

.bb-form-textbox-50 .bb-form-select
{
    width: 257px;
}

.bb-form-textbox-100 .bb-form-select
{
    width: 577px;
}

.bb-form-textbox-50
{
    width: 300px;
    float: left;
    margin: 10px 0 10px 20px;
}

.bb-form-textbox-50.first
{
    margin-left: 0;
}

.bb-form-textbox-100
{
    width: 620px;
    float: left;
    margin: 10px 0 10px 0;
}

.bb-form-select
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 2px 2px 9px #c9c9c9 inset;
    color: #660000;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 48px;
    line-height: 36px;
    text-indent: 2px;
}

.bb-form-button
{
    background-color: #660000;
    background-image: url("/App_Themes/branchenbuch3/pics/bb-button-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 6px #888;
    color: white;
    cursor: pointer;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 45px 10px 15px;
    text-decoration: none;
    border: medium none;
    margin: 0 0 0 20px;
}

.bb-form-button.left
{
    float: left;
}

.bb-form-button.right
{
    float: right;
}

.bb-form-buttongroup
{
    margin: 20px 0;
    float: right;
}

input.bb-form-required, textarea.bb-form-required, select.bb-form-required
{
    border: 1px solid #660000 !important;
}

.bb-form-validationmessage
{
    border: 1px solid #660000;
    border-radius: 3px;
    float: left;
    margin: 10px 0;
    padding: 10px;
    width: 598px;
}

.bb-form-validationmessage > ul
{
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 0;
}

.bb-form-validationmessage > p
{
    margin: 0;
}

/* Offer */
.bb-offer-wrapper
{
    float: left;
    width: 620px;
}

.bb-offer-backlink
{
    float: left;
    margin: 10px 0;
    width: 620px;
}

.bb-offer-backlink .bb-form-button
{
    float: right;
    margin: 0;
}

/* Pager */
.pagerContainer
{
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.pagerControls
{
    float: left;
}

.pagerControls ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagerControls ul li
{
    float: left;
}

.pagerControls ul li a
{
    background-color: #660000;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 5px 0 0;
    min-width: 8px;
    padding: 7px 15px 10px;
    text-align: center;
    text-decoration: none;
}

.pagerDisplayAmount
{
    float: right;
    border: 1px solid black;
    margin-right: 20px;
}

.pagerSort
{
    float: right;
    border: 1px solid black;
}

.pagerControls ul li a.activePagerItem
{
    background: #666;
    color: #FFF;
    border-color: #444;
    cursor: default;
}

.pagerControls ul li a.dottedPagerItem
{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
    padding: 0;
    height: 26px;
    line-height: 34px;
}

.pagerControls ul li a.arrowItem
{
    height: 20px;
    line-height: 18px;
}


.captchaPanelClass
{
    float: left;
    width: 630px;
    position: relative;
}

.KontaktCaptcha
{
    float: left;
    margin-left: 167px;
    margin-bottom: 10px;
}

.KontaktCaptcha .captcha_size_50 
{
    width: 251px;
}

.captcha-textbox-50
{
    float: left;
}

.captchaPanelClass .CaptchaLabelCss
{
    width: 105px;
    float: left;
    position: absolute;
    bottom: 105px;
}

.captchaPanelClass .floatLeft
{
    float: left;
    margin-left: 167px;
}

.captchaPanelClass .standardPortalLink.floatLeft
{
    margin-left: 0;
    color: #333;
}

.captcha_size_50
{
    font-size: 16px;
    height: 25px;
    padding: 5px 10px;
    width: 192px;
}