@import url(reset.css);

/* --------------------------------------------------------------- Layout */

html {
    text-align: center;
}

body {
    background: #666;
    color: #FFF;
    direction: ltr;
    font: 87.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, verdana, sans-serif; /* 14px Grundschriftgröße */
    margin: 0 auto;
    text-align: left;
}

#container {
    width: 800px;
    margin: 0 auto;
    background: #4A4949;
    position: relative;
    margin-bottom: 40px;
}

#header {
    height: 200px;
    background: #7C7B7B url(img/header_bg.png) repeat-x 0 0;
    position: relative;
}

#header h1 {
    position: absolute;
    left: 40px;
    top: 30px;
    background: url(img/logo.png) no-repeat 0 0;
    text-indent: -1000em;
}

#header h1 a {
    display: block;
    width: 201px;
    height: 111px;
}

#navigation {
    background: #3C3B3A url(img/nav_bg.png) repeat-x 0 0;
    height: 2.25em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 800px;
}

#navigation ul {
    font-size: 1.25em;
    position: absolute;
    right: 15px;
    bottom: 0;
    height: 2.25em;
    line-height: 2.5em;
}

#navigation li {
    float: left;
    width: 7em;
    text-align: center;
}

#primary-content {
    min-height: 400px;
    margin: 40px 40px 40px 315px;
}

#image {
    bottom: 0;
    height: 514px;
    left: 0;    
    position: absolute;
    width: 275px;
}

#page-index #image {
    background: url(../img/saxophon.jpg) no-repeat 0 0;
}

#page-angebot #image {
    background: url(../img/mundstueck.jpg) no-repeat 0 0;
}

#page-referenzen #image {
    background: url(../img/verschlussklappen.jpg) no-repeat 0 0;
}

#page-kontakt #image {
    background: url(../img/dj.jpg) no-repeat 0 0;
}

#footer {
    height: 67px;
    background: #7C7B7B url(img/footer_bg.png) repeat-x 0 0;
    position: relative;
}

.vcard, .adr, #kommunikation {
    margin-bottom: 1.5em;
}

#hoerbeispiele {
    float: right;
    width: 230px;
    text-align: center;
    margin: 1em 1.5em 0 1.5em;
}

#referenzen-bildergalerie img {
    border: 4px solid #666;
    margin: 3px 3px 5px 3px;
}

#referenzen-bildergalerie img:hover {
    border: 4px solid #B9B8B8;
}

/* -------------------------------------------------------- Überschriften */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    color: #7C7B7B;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

h3.kontaktform {
    margin-bottom: 0;
}

#page-angebot h3,
#page-referenzen h3,
#page-kontakt h3.box {
    border: 1px solid #333;
    background: #3C3B3A url(img/nav_bg.png) repeat-x 0 0;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 0.5em;
}

h4 {
    color: #7C7B7B;
    font-size: 1.0em;
}

/* -------------------------------------------------------------- Absätze */

#content p {
    margin-bottom: 1.5em;
}

/* --------------------------------------------------------------- Listen */

#content ul {
    list-style-type: square;
    margin-bottom: 1.5em;
}

/* ----------------------------------------------------- Textauszeichnung */

strong {
    font-weight: bold;
    color: #807E7E;
}

em {
    font-style: italic;
}

dfn, acronym, abbr {
    cursor: help;
    border-bottom: 1px dotted #FFF;
}

/* ---------------------------------------------------------------- Links */

#navigation a:link {
    color: #FFF;
    text-decoration: none;
}

#navigation a:visited {
    color: #FFF;
    text-decoration: none;
}

#navigation a:hover {
    font-size: 1.3em;
}

#content a:link, 
#content a:visited {
    color: #FFF;
    background: #3C3B3A;
    text-decoration: none;
    padding: 0 0.2em;
}

#content a:hover {
    background: #595856;
}

#content a:focus,
#content a:active {
    background: #9A0000;
}

#content #referenzen-bildergalerie a:link,
#content #referenzen-bildergalerie a:hover,
#content #referenzen-bildergalerie a:visited {
    background: #4A4949;
}

#page-angebot #content h3 a,
#page-referenzen #content h3 a,
#page-kontakt #content h3.box a {
    background: transparent url(img/pfeil.png) no-repeat 100% 50%;
    display: block;
    text-decoration: none;
    color: #FFF;
}

#page-angebot #content h3 a.pfeil-down,
#page-referenzen #content h3 a.pfeil-down,
#page-kontakt #content h3 a.pfeil-down {
    background: transparent url(img/pfeil_down.png) no-repeat 100% 50%;
}
