@charset "utf-8";
/******************************************************
    CSS StyleSheet
    Bildungswerk verdi Niedersachsen

    Media: Screen
    Part:  Headers

    Copyright (C) 2006, Trilos IT-Dienstleistungen GbR
    www.trilos.de
*******************************************************/



/************************************************
    ALLGEMEIN
************************************************/

* {
    border: none;
    margin: 0;
    padding: 0;
}

#content ol {
   list-style-type: upper-roman; 
   list-style-position: inside;

}
#content li {
   padding-left: 20px;
   padding-top: 10px;
}

blockquote {
     border: none;
     padding: 0.5em;
     margin-left: 1em;
}

body {
    background: #fff url("/images/body/bodybg.gif") repeat-y 0 0;
    color: #444;
    font-size: 81.25%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    text-align: left;
}

#top { visibility: hidden; }

#wrap {
    width: 990px;
}

#head {
    position: relative;
    height: 209px;
    overflow: hidden;
    background: url("/images/body/headerbg.gif") no-repeat 0 0;
}

#head p { margin: 0; }

#head p#logo {
    width: 200px;
    height: 109px;
    background: url("/images/body/logo_bwverdi.gif") no-repeat 0 0;
}

#head p#logo a {
    display: block;
    text-decoration: none;
    text-indent: -200em;
    height: 109px;
}

#navi {
    float: left;
    width: 220px;
}

#content {
    float: left;
    width: 510px;
    margin-top: 20px;
    line-height: 130%;
}

body.nosidebar #content {
    width: 550px;
}

body.nosidebar #sidebar {
    display: none;
}

#sidebar {
    float: right;
    width: 250px;
    margin-top: 20px;
}

#foot {
    clear: both;
    text-align: right;
    padding-top: 0.5em;
    margin-bottom: 1.5em;
    color: #444;
}

#foot a {
    font-size: 90%;
    color: #444;
}

/* Umbrechen bei langen Inhalten verhindern */
#content, #sidebar, h1 {
    overflow: hidden;
}

/************************************************
    SELECTOR
************************************************/

#selector {
    width: 180px;
    margin: 0 20px;
    overflow: hidden;
}

#selector h3  {
    background-color: #d23;
    margin-top: 0;
    margin-bottom: 1.4em;
    padding: 3px 10px;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
}

#selector p, #selector select {
    margin-left: 10px;
}

#selector select {
    width: 160px;
    border: 1px solid #fff;
    border-top: 1px solid #7bafd1;
    border-left: 1px solid #7bafd1;
}

#selector a {
    background-color: #d23;
    margin-top: 0;
    margin-bottom: 1.4em;

    color: #fff;
    font-size: 100%;
    font-weight: normal;
	    text-decoration: none;
}
/************************************************
    TYPO
************************************************/

a, a:link, a:visited {
    color: #d23;
    text-decoration: none;
    font-weight: normal;
}

a:hover { text-decoration: underline; }

h1, h2, h3 {
    font-weight: normal;
    color: #037;
}

h1 {
    position: absolute;
    top: 155px;
    left: 220px;
    font-size: 160%;
    width: 530px;
/***    color: #444; **/

}

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;
}

#sidebar h3 { margin-top: 0; }

p { margin-bottom: 1em; }

/************************************************
    LISTS
************************************************/

#mainnavi {
    margin: 0 20px;
    margin-bottom: 1.5em;
    overflow: hidden;
    width: 180px;
}

#mainnavi li {
    list-style: none;
    margin: 0;
}

#mainnavi a {
    display: block;
    border-bottom: 1px solid #c3dbeb;
/**    color: #333;   **/
    color: #037;
    text-decoration: none;
    padding: 3px 10px;
    background-color: #edf5fa;
}

#mainnavi a:hover {
    background-color: #fff;
}

/* Menüpunkte 2. Ebene */
#mainnavi ul a {
    background-color: #e4f0f7;
    padding-left: 25px;
}

/* Menüpunkte 3. Ebene */
#mainnavi ul ul a {
    background-color: #dbebf5;
    padding-left: 40px;
}

#mainnavi a.active {
    font-weight: bold;
}

#subnavi {
    margin: 0 20px;
}

#subnavi li {
    list-style: none;
}

#subnavi li a {
    color: #444;
    font-size: 80%;
    padding-left: 10px;
}

ul li {
    margin-left: 2em;
}

#navi ul li {
    margin-left: 0;
}

div.footerbox ul li {
    margin: 0;
    list-style: none;
    margin-bottom: 1.0em;
}

#sidebar ul li {
    list-style: none;
    margin: 0;
}
#sidebar a {
    display: block;
    text-decoration: none;
    padding: 3px 15px;
	background: url("/images/body/formarrow.gif") no-repeat 0px 7px;
}
/************************************************
    MELDUNGSLISTEN
************************************************/

dl.meldung {
    list-style: none;
}

dl.meldung dt {
    clear: both;
    font-weight: bold;
}

dl.meldung dt img {
    float: left;
    width: 110px;
    margin-right: 0.75em;
    margin-bottom: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
}

dl.meldung dt span {
    display: block;
    color: #888;
    font-size: 80%;
    font-weight: normal;
}



dl.meldung dd {
    margin-bottom: 1em;
}

/************************************************
    BOX
************************************************/

div.box {
    margin-bottom: 1em;
    background-color: #dbebf5;
    border-bottom: 1px solid #dbebf5;
}

div.box h3 {
    background-color: #d23;
    margin-bottom: 0.5em;
    padding: 3px 10px;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
}

div.box p, div.box div, div.box ol, div.box ul {
    margin: 0 10px 1em 10px;
}

div.footerbox {
    clear: both;
    background-color: #dbebf5;
    padding: 0.5em;
}

/************************************************
    FORMULARE
************************************************/

input, select, textarea {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #037;
}

input, textarea {
    padding: 0.1em 0.2em;
}

label {

    font-size: 80%;
}

label.anmeldung {
    font-size: 80%;
}
select.form {
    border: 1px solid #fff;
    border-top: 1px solid #7bafd1;
    border-left: 1px solid #7bafd1;
}


input.form, textarea.form {
    background-color: #edf5fa;
    border: 1px solid #fff;
    border-top: 1px solid #7bafd1;
    border-left: 1px solid #7bafd1;
    width: 24em;
}

input.varViertel { width: 4.5em; }
input.varHalb    { width: 11em; }

#sidebar input.form {
    background-color: #fff;
    width: 100px;
}

input.buttonArrow {
    margin-left: 0.5em;
    cursor: pointer;
    vertical-align: middle;
}

input.button {
    background-color: #f2f8fd;
    border: 1px solid #7bafd1;
    border-right: 1px solid #037;
    border-bottom: 1px solid #037;
    color: #037;
    margin-top: 1em;
    font-size: 90%;
    padding: 1px 0.5em;
}

input.button:hover {
    background-color: #bddef3;
}


input.form:hover, textarea.form:hover {
    background-color: #fff;
}

input.form:focus, textarea.form:focus {
    border: 1px solid #037;
}

/************************************************
    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: #d23;
    margin-bottom: 0.5em;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    background-color: #edf5fa;
    padding: 0.2em 0;
}

table th {
    font-weight: normal;
    color: #888;
    line-height: 110%;
    font-size: 90%;
}

table th, table td {

    padding: 0.3em 1.0em;
    line-height: 120%;
}

table tr:hover td, table tr:hover th {
    background-color: #edf5fa;
}


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;
}


a.suche   {
    font-weight: normal;
    color: #037;
    text-decoration: none;
}

a:visited.suche   {
    font-weight: normal;
    color: #037;
    text-decoration: none;
}
/************************************************
    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 0px 1px; }
a.link     { background: url("/images/icons/link.png") no-repeat 0px 1px; }