/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Fett & Weyland Rechtsanwälte CSS (screen)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2006-12-19
Bearbeitet: 2006-01-11
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
    border: 0;
    font-size: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    color: #26383D;
    direction: ltr;
    font: 100%/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center; 
}

    body#page-index {
        background: #FFF url(images/bg-header-index.png) repeat-x 0 0;
    }
    
    body#page-subsite {
        background: #FFF url(images/bg-header-subsite.png) repeat-x 0 0;        
    }

/* - - - IDs - - - */

#container {
    margin: 0 auto;
    text-align: left;
    width: 865px;

}

#header {
    position: relative;
}

    #page-index #header {
        height: 225px;
    }
    
    #page-subsite #header {
        height: 95px;   
    }

    #header img {
        background: transparent;
        border: 0;
        left: 20px;
        margin: 0;
        padding: 0;
        position: absolute;     
    }

        #page-subsite #header img {
            top: 23px;
        }

        #page-index #header img {
            top: 88px;
        }

#primary-content {
    float: left;
    margin: 21px 0 0 0;
    width: 575px;
}

#secondary-content {
    float: right;
    margin: 0;
    position: relative;
    width: 273px;
}

    #page-index #secondary-content {
        padding-top: 189px; 
    }
    
    #page-subsite #secondary-content {
        padding-top: 0;
    }

    #secondary-content img {
        left: 20px;
        margin: 0;
        position: absolute;
        top: -119px;
    }

#footer {
    clear: both;
    font-size: 0.625em;
    margin: 3em 0;
    padding: 0;
    text-align: center;
}

    #footer p {
        border-top: 2px dotted #D8DBDC;
        border-bottom: 2px dotted #D8DBDC;
        padding: 3em 0;
    }

#taetigkeitsgebiete {
    margin: 1.5em 20px;
}

.box-person {
    background: #F3F3F3;
    float: left;
    margin: 0 10px 10px 0;
    height: 16em;   
    width: 256px;
}

.bull {
    font-size: 1.5em;
}

.pseudo-link {
    color: #9F6A3B;
}

/* - - - Ueberschriften - - - */

h1, h2, h3, h4, h5, h6 {
    color: #3F627C;
    font-weight: normal;
}

h1 {}

    #primary-content h1 {
        margin: 1.3125em 20px;
        line-height: 1.3125;
    }

h2 {}

    #primary-content h2 {
        color: #9F6A3B;
        font-size: 0.875em;
        line-height: 1.5;   
        margin: 1.5em 21px;
    }

    #secondary-content h2 {
        margin: 1.3125em 20px;
        line-height: 1.3125;
    }

    #taetigkeitsgebiete h2 {
        color: #3F627C;
        font-size: 0.875em;
        letter-spacing: 0.014em;
        margin: 1.5em 0 0 28px;
        text-transform: uppercase;
    }

h3 {}

    #taetigkeitsgebiete h3 {
        color: #9F6A3B;
        font-size: 0.75em;
        line-height: 1.75;
        margin: 0 0 0 28px;
    }

/* - - - Absaetze - - - */

p {
    margin: 1.5em 21px;
}

    #primary-content p {
        font-size: 0.875em;
        line-height: 1.5;
    }
    
    #secondary-content p {
        font-size: 0.75em;  
        line-height: 1.75;  
    }

/* - - - Listen - - - */

ul {}

    #secondary-content ul {
        font-size: 0.75em;
        line-height: 1.75;
        margin: 1.75em 20px 1.75em 0;
    }

    #primary-content ul {
        font-size: 0.875em;
        line-height: 1.5;
        margin: 1.5em 20px 1.5em 0;
    }
    
li {}

    #primary-content li, #secondary-content li {
        background: url(images/bullet.png) no-repeat 5px 0.65em;
        padding-left: 20px;
    }

    #taetigkeitsgebiete li {
        background: url(images/bullet.png) no-repeat 13px 0.65em;
        font-size: 0.875em;
        line-height: 1.5;
        padding: 0 28px;
    }

/* - - - Definitionslisten - - - */

dl {}

    #secondary-content dl {
        font-size: 0.75em;
        line-height: 1.75;
        margin: 1.75em 21px;
    }

dt {}

    #secondary-content dt, .pseudo-hdl {
        color: #3F627C;
    }

/* - - - Bilder - - - */

img {
    background: #FFF;
    border-bottom: 1px solid #8F8F8F;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin: 1.3125em 0 1.3125em 1.3125em;
    padding: 6px 6px 5px 6px;
}

        img.links {
            float: left;
        }

        img.rechts {
            float: right;
        }

/* - - - Textauszeichnung - - - */

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

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

address {
    font-size: 0.75em;
    font-style: normal;
    line-height: 1.75;
    margin: 1.75em 21px;    
}

/* - - - Links - - - */

a {
    color: #9F6A3B;
    text-decoration: underline;
}

    #primary-content .box-person a {
        color: #3F627C;
        text-decoration: none;
    }

a:hover {
    color: #3F627C;
}

    #primary-content .box-person a:hover {
        text-decoration: underline;
    }

/* - - - Tabellen - - - */

table {
    margin: 0 21px;
    font-size: 0.875em;
}

td.jahr {
    width: 10em;
    vertical-align: top;
}


