

@charset "utf-8";
/******************************************************
    CSS StyleSheet
    Bildungswerk verdi Niedersachsen

    Media: Screen
    Part:  Print

    Copyright (C) 2006, Trilos IT-Dienstleistungen GbR
    www.trilos.de
*******************************************************/

body {
    background-color: #fff;
    color: #000;
    font-size: 81.25%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
}

#top { visibility: hidden; }

#wrap {
    margin: 1.5em;
}

#head p#logo {
    background: url("../images/body/logo_bwverdi.gif") no-repeat 0 0;
}

#head p#logo a {
    display: block;
    text-indent: -200em;
    height: 109px;
}

/* Diverse Elemente ausblenden, die für den Druck nicht benötigt werden */
#selector, #navi, #sidebar, #foot, #metanavi_cont, #logo, #logo_dekra , #searchform , #topnavi_cont , #breadcrumb_cont {
    display: none;
}

a, a:after, a:link:after, a:visited:after {
    content: " (" attr(href) ")";
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

h1, h2, h3 {
    font-weight: normal;
    color: #000;
}

h1 { font-size: 160%; }
h1 span {display: block; font-size: 70%; }
h2 { font-size: 130%; margin-top: 1.5em; margin-bottom: 0.5em; }
h3 { font-size: 110%; margin-top: 1em; margin-bottom: 0.8em; }

p { margin-bottom: 1em; }

/************************************************
    LISTS
************************************************/

ul li {
    margin-left: 2em;
}

div.footerbox ul li {
    margin: 0;
    list-style: none;
}

/************************************************
    MELDUNGSLISTEN
************************************************/

dl.meldung {
    list-style: none;
}

dl.meldung dt {
    clear: both;
    font-weight: bold;
}

dl.meldung dt img {
    display: block;
    float: right;
    padding-left: 0.5em;
}

dl.meldung dt span {
    display: block;
    font-size: 80%;
    font-weight: normal;
}

dl.meldung dt a {
    font-weight: bold;
}

dl.meldung dd {
    margin-bottom: 1em;
}

/************************************************
    BOX
************************************************/

div.footerbox {
    clear: both;
    padding: 0.5em;
    border: 1px solid #000;
}

/************************************************
    FORMULARE
************************************************/

input, select, textarea {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    font-size: 100%;
}

input, textarea {
    padding: 0.1em 0.2em;
}

label {
    display: block;
    font-size: 80%;
}

input.form, textarea.form {
    background-color: #fff;
    border: 1px solid #000;
    width: 24em;
}

input.varViertel { width: 4.5em; }
input.varHalb    { width: 11em; }

/************************************************
    TABLES
************************************************/

table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 1.5em;
    caption-side: top;
    font-size: 100%;
}

table caption {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0.5em;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0.2em 0;
}


table th, table td {
    border-bottom: 1px solid #aaa;
    padding: 0.3em 1.0em;
    line-height: 120%;
}

table td {
    vertical-align: top;
}

td.r, th.r { text-align: right; }

table .alt {
    background-color: #eee;
}

td.r, th.r {
    text-align: right;
}

table td img {
    vertical-align: middle;
}

/************************************************
    MISC
************************************************/

.L { float: left; margin-right: 1.5em; }
.R { float: right; margin-left: 1.5em; }

img.L { float: left; margin-right: 0.5em; }

.clear { clear: both; }

/************************************************
    ICONS
************************************************/

a.icon     { padding-left: 25px; }
a.download { background: url("../images/icons/disk.png") no-repeat 0 50%; }
a.link     { background: url("../images/icons/link.png") no-repeat 0 50%; }