/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Detlef Versicherungs-Dienst Stylesheet (screen)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://duf-online.de/

Erstellt: 2006-04-13
Bearbeitet: 2004-04-21
Ge?ndert: 2006-05-29, GCH
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background: #FFFFFF;
    color: #444;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 85%;
    margin: 0;
    padding: 0;
}

/* - - - IDs - - - */

#container {
    background: #fff;
    margin: 0;
    min-width: 770px;
    padding: 0;
    text-align: center;
}

#header {
    background: #034EA2 repeat-x 0 0;
    height: 140px;
    text-align: left;
}

#innerheader {
    margin: 0 auto;
    max-width: 1000px;
    height: 140px;
    position: relative;
    width: 85%;
}

#navigation {
    bottom: 0px;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

#navigation li {
    float: left;
}

#content {
    margin: 0 auto;
    max-width: 1000px;
    width: 85%;
    text-align: left;
    padding: 25px;
}

#footer {
    background: #034EA2;
    clear: both;
    font-size: 1.2em;
    height: 3em;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 1px;
    text-align: center;
}

#innerfooter {
    background: transparent;
    color: #fff;
    height: 3em;
    line-height: 3em;
    margin: 3px auto 0 auto;
    max-width: 1000px;
    width: 85%;
}

#innerfooter p {
    margin: 0;
}

/* - - - Klassen - - - */

.print {
    display: none;
}

.boxrechts {
    background: #FFFFFF repeat 0 0;
    border: 2px solid #034EA2;
    float: right;
    margin: 0 0 1.5em 1.5em;
    padding: 1.5em;
    width: 40%;
}

.boxlinks {
    background: #FFFFFF repeat 0 0;
    border: 2px solid #034EA2;
    float: left;
    margin: 0 0 1.5em 0;
    padding: 1.5em;
    width: 40%;
}

.cols {
    width: 49%;
    float: left;
    margin: 0 0 1.5em 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/* - - - Ueberschriften - - - */

#innerheader h1 {
    background: url(images/logo-h1.png) no-repeat 0 100%;
    text-indent: -1000em;
    padding-top: 45px;
    width: 440px;
}

#innerheader h2 {
    background: url(images/logo-h2.png) no-repeat 0 0;
    text-indent: -1000em;
    width: 210px;
    padding: 3px;
    margin-top: -10px;
}

h3 {
    font-size: 1.5em;
    color: #034EA2;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

/* - - - Absaetze - - - */

p {
    margin-bottom: 1.5em;
}

.boxrechts p {
    clear: both;
}

.boxlinks p {
    clear: both;
}

/* - - - Listen - - - */

#content ul {
    margin: 0 0 1.5em 0;
}

#content li {
    background: url(images/dot.jpg) no-repeat 0 0.15em;
    margin: 0.3em 2em;
    padding-left: 15px;
    line-height: 1.3em;
}

/* - - - Definitionslisten - - - */

dt {
    font-weight: bold;
    margin: 1em 0 0 0;
}

dt.nomargin {
    margin: 0;
}

/* - - - Bilder - - - */

img.links {
    float: left;
}

img.rechts {
    float: right;
}

/* - - - Trennllinien - - - */

hr {
    display: none;
}

/* - - - Textauszeichnung - - - */

address {
    font-style: normal;
}

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

.boxrechts strong {
    color: #136BB2;
    font-weight: bold;
}

.boxlinks strong {
    color: #136BB2;
    font-weight: bold;
}

/* - - - Links - - - */

#content a {
    color: #000;
    border-bottom: 1px solid #136BB2;
}

#content a:hover {
    color: #136BB2;
}

#navigation a {
    background: #000;
    color: #fff;
    display: block;
    margin-left: 5px;
    padding: 0.3em 0.5em;
}

#b-startseite .a-startseite, #b-dienstleistungen .a-dienstleistungen, #b-kontakt .a-kontakt {
    background: #d4d4d4;
    color: #000;
}

#navigation a:hover {
    background: #d4d4d4;
    color: #000;
}

/* - - - Tabellen - - - */

table {
    width: 100%;
    margin: 1em 0 0 0;
}

td.preis {
    padding: 0 20px 0 0;
    text-align: right;
    vertical-align: top;
    width: 30%;
}

td.nettogesamt {
    padding: 15px 0;
    text-align: right;
}
td.nettoboxlinks {
    padding: 0 0;
    text-align: right;
}

