@font-face {
    font-family: 'pacificoregular';
    src: url('fonts/pacifico-webfont.eot');
    src: url('fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pacifico-webfont.woff') format('woff'), url('fonts/pacifico-webfont.ttf') format('truetype'), url('fonts/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapitalic';
    src: url('fonts/asap-italic-webfont.eot');
    src: url('fonts/asap-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/asap-italic-webfont.woff') format('woff'), url('fonts/asap-italic-webfont.ttf') format('truetype'), url('fonts/asap-italic-webfont.svg#asapitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapbold_italic';
    src: url('fonts/asap-bolditalic-webfont.eot');
    src: url('fonts/asap-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/asap-bolditalic-webfont.woff') format('woff'), url('fonts/asap-bolditalic-webfont.ttf') format('truetype'), url('fonts/asap-bolditalic-webfont.svg#asapbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    outline:0;
}

/*html5 old browsers*/
header, address, article, section, aside, footer {
    display: block;
}

/* LAYOUT ------------------------------------------ */

body {
    background-image: url('images/Background.jpg');
    background-repeat: repeat;
    font-size: 14px;
    font-family: 'asapitalic', sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
    position: relative; /*Fuer RotenBalken*/
}

div#balkenGrau {
    position: absolute;
    left: 0;
    height: 220px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #dedede;
    border: 0;
    z-index: -1;
}

div#doc {
    width: 910px;
    margin: 0 auto;
    padding: 0 0 35px 0;
}

#header {
    height: 220px;
    width: 500px;
    margin: 0 0 0 50px;
    padding: 0;
    background: url('images/Bribalbike_Logo.png') no-repeat left center;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
}

/* -----------------  Adresse und Oeffnungszeiten ----------------- */
#info {
    width: 260px;
    margin: 0 0 0 50px;
    padding: 30px 0 20px 0;
    float: left;
    font-family: 'asapbold_italic', sans serif;
    font-size: 14px;
    color: #555;
    overflow: hidden;
}

#info span {
    font-size: 16px;
}

address#address {
    font-style: normal !important;
}

#address a:link,
#address a:visited {
    text-decoration: none;
    color: #555;
}

#address a:focus,
#address a:hover,
#address a:active {
    text-decoration: underline;
    color: #555;
}

table#shopHours {
    line-height: 90%;
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 0 0;
    padding: 0;
    color: #8a1817;
    border-top: solid 4px #8a1817;
    border-bottom: solid 4px #8a1817;
    text-align: left;
}

table#shopHours tr:first-child td {
    padding: 6px 0 0 0;
}

table#shopHours tr:last-child td {
    padding: 0 0 6px 0;
}

/* -----------------  Text und Map  ----------------- */
#sectionText {
    float: left;
    width: 500px;
    margin: 0 0 50px 50px;
}

h1, h2, h3, #sign {
    font-family: 'pacificoregular', sans serif;
    font-weight: 100;
    padding: 0;
    color: #8a1817;
    font-size: 32px;
}

h1, h2 {
    margin: 40px 0 10px -6px;
}

#sectionText #intro {
    color: #8a1817;
}

#sectionText #sign {
    display: block;
    text-align: right;
    font-size: 19px;
    margin: 0 5px;
    color: #000;
}

#gmap {
    margin: 10px 0 20px 0 !important;
    width: 500px;
    height: 280px;
}

/* -----------------  Aside  ----------------- */
#aside {
    width: 260px;
    margin: 0 0 0 50px;
    float: left;
}

#social {
    position: relative;
    height: 60px;
    overflow: visible;
}

#social .facebook {
    position: absolute;
    top: 20px;
    left: 100px;
}

#social .fb-like iframe {
    z-index: 10000;
}

#pfeilButton {
    height: 105px;
    width: 305px;
    background: url('images/Pfeil.png') no-repeat left top;
}

#pfeilButton a:link,
#pfeilButton a:visited,
#pfeilButton a:hover {
    text-decoration: none;
}

#pfeilButton h3, #pfeilButton p {
    color: #FFF;
    margin: 0;
}

#pfeilButton h3 {
    padding: 0 0 0 25px;
}

#pfeilButton p {
    font-size: 16px;
    padding: 0 0 0 85px;
}

.cycle-slideshow {
    margin: 30px 0 15px 0;
    width: 100%;
    height: 195px;
}

.cycle-slideshow img {
    width: 100%;
    margin: auto;
}

/* -----------------  Footer  ----------------- */
div#balkenRot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #8a1817;
    border: 0;
    z-index: -1;
}

footer {
    display: block;
    margin: 0;
    padding: 0 0 0 50px;
    clear: both;
    height: 160px;
}

footer h3 {
    margin: 0;
    padding: 0;
}

footer img {
    margin-right: 10px;
}

/*Float clear*/
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */







