@charset "utf-8";
/******************************************************
    CSS StyleSheet
    Bildungswerk verdi Niedersachsen

    Media: Screen
    Part:  Headers

    Copyright (C) 2009, 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;
}


#subnavi .icon { display: none; }
#subnavi .print { display: block; }

#content h1 { font: normal 108%/20px arial, sans!important; color: #000444; position: static; left: 0px; top: 0px; }

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: Arial, 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/header_bg.jpg") no-repeat 0 0;
}

#head p { margin: 0; }

#head p#logo {
	float:left;
    width: 230px;
    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;
}
#head p#logo_dekra {
	float:right;
    width: 76px;
    height: 124px;
    background: url("../images/body/dekra_logo.gif") no-repeat 0 0;
}

#navi {
    float: left;
    width: 252px;
}

#content {
    float: left;
    width: 535px;
	margin-left: 15px;
    margin-top: 9px;
    line-height: 130%;
}

body.nosidebar #content {
    width: 550px;
}

body.nosidebar #sidebar {
    display: none;
}

#sidebar {
    float: right;
    width: 157px;
}

#foot {
    display: none;
    clear: both;
    text-align: right; 
    padding-top: 0.5em;
    margin-bottom: 1.5em;
    margin-right: 15px;
  
    color: #444;
}

#foot a {
    font-size: 90%;
    color: #444;

}

/* Umbrechen bei langen Inhalten verhindern */
#content, #sidebar, h1 {
    overflow: hidden;
}

/************************************************
    SEARCHFORM NEU
************************************************/
#searchform {
    position: absolute;
	top: 140px;
	left:44px;
	width: 192px;
    overflow: hidden;
}
#searchform a {
    color:#fff;
	font-size: 95%;
	text-decoration:underline;
	display:block;
	margin-top: 1em;
}
#searchform a:hover {
    color:#000;
}
/************************************************
    METANAVI NEU
************************************************/
#metanavi_cont { 
    position: absolute;
	top: 5px;
	left:266px;
	padding:0px; 
	clear:both; 
	width: 100%; 
}
#metanavi { }
#metanavi ul { 
	margin: 0; 
	padding: 0; 
	white-space: nowrap; 
	list-style:none; 
}
#metanavi li { 
	margin: 0; 
	padding:0; 
	float:left; 
	text-align: center;   
}
#metanavi a { 
	padding:0px 40px 0px 0px; 
	display:block; 
	color:#000; 
	text-transform: none; 
	text-decoration:underline; 
	font-weight: normal; 
	font-size: 0.85em;
	width: auto; /* nur IE 5.x */
	width/**/:/**/ .1em; /* für IE 6.0 */ 
}
#metanavi > ul a { 
	width:auto; 
}  /* für alle anderen Browser */

#metanavi a:hover { color:#e20045; }

/************************************************
    TOP NAVI NEU
************************************************/
#topnavi_cont { 
    position: absolute;
	top: 138px;
	left:253px;
	padding:0px; 
	clear:both; 
	width: 100%; 
}
#topnavi { }
#topnavi ul { 
	margin: 0; 
	padding: 0; 
	white-space: nowrap; 
	line-height: 1.05em; 
	list-style:none; 
}
#topnavi li { 
	margin: 0; 
	padding:0; 
	float:left; 
	text-align: center;   
}
#topnavi a 	{ 
	padding:5px 12px 4px 13px; 
	display:block; 
	color:#fff; 
	border-right:2px solid #fff;
	text-transform: none; 
	text-decoration:none; 
	font-weight: normal; 
	font-size: 0.9em;
	width: auto; /* nur IE 5.x */
	width/**/:/**/ .1em; /* für IE 6.0 */ 
}
#topnavi > ul a { 
	width:auto; 
}  /* für alle anderen Browser */

#topnavi a:hover 	{ color:#FFFFFF; background:#e20045 }
#topnavi .active 	{ color:#FFFFFF; background:#e20045 }
#topnavi .active a 	{ color:#FFFFFF; background:#e20045 }


/************************************************
    BREADCRUMB NAVI NEU
************************************************/
#breadcrumb_cont { 
    position: absolute;
	top: 170px;
	left: 267px;
	padding:0px; 
	clear:both; 
	width: 536px;
	font-size: 0.85em; 
}
#breadcrumb span { }
#breadcrumb ul {
	display:inline;
	margin: 0; 
	padding: 0; 
	line-height: 1.05em; 
	list-style:none; 
}
#breadcrumb li { 
	margin: 0; 
	padding:0; 
	display:inline;
	text-align: center;   
}
#breadcrumb a 	{ 
	padding:0px 3px 0px 12px;
	background: url("../images/body/breadcrumb_icon.gif") no-repeat 0px 4px;  
	color:#e20045; 
	text-transform: none; 
	text-decoration:none; 
	font-weight: normal; 
	width: auto; /* nur IE 5.x */
	width/**/:/**/ .1em; /* für IE 6.0 */ 
}
#breadcrumb > ul a { 
	width:auto; 
}  /* für alle anderen Browser */

#breadcrumb a:hover { text-decoration: underline; }


/************************************************
    INTRO BUTTON NEU
************************************************/
#introbtn_cont { 
    float:left;
	width:520px;
	margin:0px 0px 10px 0px;
	padding:0px; 
	clear:both; 
	width: 100%; 
}
#intro_btn ul {
	margin: 0; 
	padding: 0; 
	white-space: nowrap; 
	list-style:none; 
}
#intro_btn li { 
	margin: 0; 
	padding:0; 
	float:left; 
	text-align: center;   
}
#intro_btn a 	{ 
	padding: 10px 0px 18px 0px;
	display:block; 
	color:#000; 
	border-right:2px solid #fff;
	text-transform: none; 
	text-decoration:none; 
	font-weight: normal; 
	font-size: 0.9em;
	width:255px !important;
	background: url("../images/body/intro_btn.gif") no-repeat 0px 0px;
}
#intro_btn > ul a { 
	width:auto; 
}  /* für alle anderen Browser */

#intro_btn a:hover 	{ 
	color:#e20045; 
	background: url("../images/body/intro_btn_hover.gif") no-repeat 0px 0px; 
}

/************************************************
    STEPSTONES NEU
************************************************/
#stepstones_cont { 
	width:520px;
	clear:both; 
	margin:0px 0px 10px 0px; 
	padding:0;
}
.stepstones dl	{ 
	margin:0; 
	padding:0; 
	float:left; 
	width:510px; 
	display:inline; 
	background:url('../images/body/stepstone_top.gif') no-repeat top left; 
}
.stepstones dt	{ 
	margin:0; 
	padding:0;  
	width:510px; 
	display:inline; 
}
.stepstones h5	{ 
	margin:0; 
	padding:5px 0px 0px 0px;  
	color:#e20045; 
	font-size:1em; 
	font-weight:bold; 
	text-align:center; 
}
.stepstones dd	{ 
	margin:0; 
	padding:5px 10px 45px 10px; 
	color:#000; 
	font-size:0.9em; 
	overflow:hidden; 
	text-decoration:none; 
	background: url('../images/body/stepstone_bottom1.gif') no-repeat bottom left;
}
.stepstones dd a { 
	margin:3px 0px 0px 0px; 
	padding:0px 0px 0px 15px; 
	color:#000; 
	font-size:0.9em; 
	display:block; 
	text-decoration:none; 
	background: url('../images/body/verdi_dot.gif') no-repeat 0px 3px;
}
.stepstones dd a:hover	{ color:#e20045; }
.stepstones dd.last 	{ background: url('../images/body/stepstone_bottom2.gif') no-repeat bottom left;}
/************************************************
    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: #e20045;
    text-decoration: none;
    font-weight: normal;
}

a:hover { text-decoration: underline; }

h1, h2, h3 {
    font-weight: bold;
    color: #e20045;
}

h1 {
    position: absolute;
    top: 52px;
    left: 266px;
	font-weight: bold;
    font-size: 150%;
    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;
    color: #444444;
}

#sidebar h3 { margin-top: 0; }

p { margin-bottom: 1em; }

/************************************************
    LISTS
************************************************/

#mainnavi {
    margin: 15px 24px;
    margin-bottom: 1.5em;
    overflow: hidden;
    width: 207px;
}

#mainnavi li {
    list-style: none;
    margin: 0;
	background: url("../images/body/dotline.gif") no-repeat bottom left;
	padding: 0px 0px  7px 0px;
}

#mainnavi a {
	font-size: 0.85em;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 7px 0px  0px 14px;
}

#mainnavi a:hover {
	/* background: url("../images/body/verdi_dot.gif") no-repeat 0px 9px; */
    color: #e20045;
}

/* MenÃ¼punkte 2. Ebene */
#mainnavi ul a {
	padding: 5px 0px  0px 14px;
}
#mainnavi ul li {
	background-image: none;
	padding: 0px 0px  0px 0px;
}
/* MenÃ¼punkte 3. Ebene */
#mainnavi ul ul a {
	background-image: none;
}

#mainnavi a.active {
    color: #e20045;
	background: url("../images/body/verdi_dot.gif") no-repeat 0px 9px;
}

#subnavi {
    margin: 0 28px;
}

#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 { 
	color:#000;
    display: block;
    text-decoration: none;
}
#sidebar a:hover { 
	text-decoration: none;
}
#sidebar a p:hover { 
	text-decoration: underline;
}
#sidebar a img:hover { 
	text-decoration: none;
}
/************************************************
    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 p img { display: block; padding-bottom: 5px; }

div.box {
    margin-bottom: 1em;
	background: url("../images/body/dotline_box.gif") no-repeat bottom left;
}

div.box h3 {
    margin-bottom: 0.5em;
    padding: 1px 5px 0px 15px;
    color: #000;
    font-size: 0.85em;
    font-weight: bold;
	background: url("../images/body/verdi_dot.gif") no-repeat 0px 3px;
}

div.box p, div.box div, div.box ol, div.box ul {
    margin: 0 8px 0.8em 0px;
	padding: 3px 0px 0.6em 0px;
	font-size: 0.85em;
}

div.footerbox {
    clear: both;
    background-color: #EBF0F3;
    padding: 0.5em;
}

/************************************************
    FORMULARE
************************************************/

input, select, textarea {
    font-family: Arial, verdana, helvetica, Arial, sans-serif;
    font-size: 95%;
	border-top: 1px solid #444;
    border-left: 1px solid #444;
    /* color: #037; */
}

input, textarea {
    padding: 0.1em 0.1em;
	border: 1px solid #444;
}

label {

    font-size: 80%;
}

label.anmeldung {
    font-size: 80%;
}
select.form {
    border: 1px solid #fff;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
}


input.form, textarea.form {
    background-color: transparent;
	margin-left: 1px;
    width: 10.8em;
}

input.form2, textarea.form2 {
    background-color: #EBF0F3;
    border: 1px solid #fff;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    width: 24em;
    font-size: 100%;
}

input.varViertel { width: 4.5em; }
input.varHalb    { width: 11em; }

#sidebar input.form {
    background-color: transparent;
    width: 100px;
}

input.buttonArrow {
    margin-left: 0em;
    cursor: pointer;
    vertical-align: middle;
	border: none;
}

input.button {
    background-color: #f2f8fd;
    border: 1px solid #7bafd1;
    border-right: 1px solid #037;
    border-bottom: 1px solid #037;
    color: #d23;
    margin-top: 1em;
    font-size: 90%;
    padding: 1px 0.5em;
}

input.button:hover {
    background-color: #fff;
}


input.form:hover, textarea.form:hover {
    background-color: none;
}

input.form:focus, textarea.form:focus {
    border: none;
}

/************************************************
    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: #EBF0F3;
}


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; }


/************************************************
    Bereichsliste
************************************************/

dl.bereichsliste {
    list-style: none;
}

dl.bereichsliste dt {
    clear: both;
    font-weight: bold;
}

dl.bereichsliste dt img {
    float: left;
    width: 110px;
    margin-right: 0.75em;
    margin-bottom: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
}

dl.bereichsliste dt span {
    display: block;
    color: #888;
    font-size: 80%;
    font-weight: normal;
}

dl.bereichsliste dd {
    margin-bottom: 1em;
}
