@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;
}

blockquote {
     border: none;
     padding: 0.5em;
     margin-left: 1em;
}

body {
    background: #fff url(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(header_bg.jpg) no-repeat 0 0;
}

#head p { margin: 0; }

#head p#logo {
	float:left;
    width: 230px;
    height: 109px;
    background: url("http://portal.bw-verdi.de/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("http://portal.bw-verdi.de/images/body/dekra_logo.gif") no-repeat 0 0;
display: none;
}

#navi {
    float: left;
    width: 252px;
}

#content {
    float: left;
    width: 535px;
    margin-left: 15px;
    margin-top: 9px;
margin: 0;

width: 465px;
padding: 9px 40px 0 55px;
    
    line-height: 130%;
}

body.nosidebar #content {
    width: 550px;
}

body.nosidebar #sidebar {
    display: none;
}

#sidebar {
    float: right;
width: 150px;
padding: 0 17px 20px 10px;
b ackground-color: #c9dbeb;
background-color: #cadbeb;
}

#foot {
    clear: both;
text-align: left; 
    padding-top: 20px;
position: relative;
background: url(bg-footer.gif) top left repeat-x;
height: 160px;
    color: #cadbeb;
display: block!important;
}

#foot a {
    font-size: 108%;
    color: #cadbeb;
    padding-left: 6px;
}
#foot a:hover {
  color: #efedf5;
  text-decoration: none;
  cursor: pointer;
}

#foot ul, #foot li {
  margin: 0 30px;
}

#foot ul ul, #foot li li {
  margin: 0;
}

#foot li li { padding: 3px 0 0; }

#foot li {
  display: block;
  float: left;
  list-style-type: none;
}

#foot li li {
  display: block;
  float: none;
  list-style-type: none;
}

#foot ul span { display: block; font-weight: bold; color: white; border-bottom: 1px solid #cadbeb;     padding-left: 6px; padding-bottom: 4px;
}




#foot #logo_dekra {
  position: absolute;
  top:10px;
  right: 10px;
    width: 76px;
    height: 124px;
    background: url("http://portal.bw-verdi.de/images/body/dekra_logo.gif") no-repeat 0 0;
}

/* 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:#e5edf5;
	font-size: 95%;
	text-decoration: none;
	display:block;
	margin-top: 1em;
}
#searchform a:hover {
    color:#fff;
}
/************************************************
    METANAVI NEU
************************************************/
#metanavi_cont { 
    position: absolute;
	top: 5px;
	left:266px;
	padding:0px; 
	clear:both; 
	width: 100%;
display: none;
}
#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 { col or:#e20045;
color: #e3001b;}

/************************************************
    TOP NAVI NEU
************************************************/
#topnavi_cont { 
    position: absolute;
	top: 136px;
	left:253px;
	padding:0; 
	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:7px 12px 6px 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,
#topnavi .active,
#topnavi .active a 	{ color:#FFFFFF; back ground:#e20045;
background:#e3001b;}


/************************************************
    BREADCRUMB NAVI NEU
************************************************/
#breadcrumb_cont { 
    position: absolute;
	top: 170px;
top: 177px;
	left: 267px;
	padding:0px; 
	clear:both; 
	width: 536px;
	font-size: 0.85em; 
}
#breadcrumb span {
color: #738da8;}
#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(breadcrumb_icon.gif) no-repeat 0px 4px;  
	col or:#e20045;
color: #738da8;
  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("http://portal.bw-verdi.de/images/body/intro_btn.gif") no-repeat 0px 0px;
}
#intro_btn > ul a { 
	width:auto; 
}  /* f¸r alle anderen Browser */

#intro_btn a:hover 	{ 
	col or:#e20045;
  color: #e3001b;
	background: url("http://portal.bw-verdi.de/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('http://portal.bw-verdi.de/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;  
	col or:#e20045;
  color: #e3001b;
	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('http://portal.bw-verdi.de/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('http://portal.bw-verdi.de/images/body/verdi_dot.gif') no-repeat 0px 3px;
}
.stepstones dd a:hover	{ colo r:#e20045; color: #e3001b; }
.stepstones dd.last 	{ background: url('http://portal.bw-verdi.de/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 {
    co lor: #e20045;
    color: #e3001b;
    text-decoration: none;
    font-weight: normal;
}

a:hover { text-decoration: underline; }

h1, h2, h3 {
    font-weight: bold;
    colo r: #e20045;
color: #e3001b;
}

#head h1 {
    position: absolute;
    top: 52px;
    left: 266px;
	font-weight: bold;
    font-size: 150%;
    width: 530px;
/***    color: #444; **/

}
#content h1, #content h2, #content h3 { position: static; font-weight: normal; font-family: verdana, sans; line-height: 20px;}

#content h1 { font-size: 128%; margin-bottom: 20px;}
#content h2 { font-size: 120%; }
#content h3 { font-size: 108%; }

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;
    col or: #444;
}

#sidebar h3 { margin-top: 0; }

p { margin-bottom: 1em; }

/************************************************
    LISTS
************************************************/
#mainnavi, #mainnavi ul, #mainnavi li, #mainnavi a {
margin:0; padding:0; }

#mainnavi li { padding-left: 0!important; list-style: none;}

#mainnavi { overflow: hidden; width: 252px; }
#mainnavi a {
  font-size: 0.925em;
  display: block;
  color: #000;
  text-decoration: none;
line-height: 25px;
padding-left: 24px;
}

#mainnavi .mainnavi3 li { height: 19px; padding-top: 3px; padding-bottom: 3px; }
#mainnavi .mainnavi3 li.active,
#mainnavi .mainnavi3 li:hover
{ background: white url(schatten.png) repeat-x bottom left!important;}

#mainnavi li.active > a.active { background: white url(arrow_red.png) no-repeat 0 4px; }
#mainnavi .mainnavi2 > li.active > a.active { background: white url(arrow_red.png) no-repeat 0 9px; }
#mainnavi .mainnavi3 > li.active > a.active { background: white url(arrow_red.png) no-repeat 0 1px; }


#mainnavi .mainnavi2 > li > a  { height: 25px; padding-top: 5px; padding-bottom: 5px; }

#mainnavi > li.active, #mainnavi > li.subactive   { background: #e5edf5 url(schatten.png) repeat-x bottom left!important;  padding-top: 5px; padding-bottom: 5px; }
#mainnavi > li > a { height: auto; }

/* #mainnavi li.subactive ul li.subactive > a { background: transparent; } Ebene 2 transparent */
#mainnavi li.subactive > a { background-color: white;} /* Ebene 1 weiss*/

#mainnavi ul>li>a+ul { display: none!important;}
#mainnavi ul>li>a.active+ul { display: block!important;}

/* Menüpunkte 2. Ebene */
#mainnavi > ul a {
line-height: 25px;
    padding-left: 24px;
}
#mainnavi ul li {
	background-image: none;
}

/* Men√üpunkte 3. Ebene */
#mainnavi ul ul a {
	background-image: none;
line-height: 19px;
padding-left:44px!important;
}

#mainnavi a.active, #mainnavi li:hover > a { color: #e3001b; }


#subnavi {
    margin: 40px 0 0 20px;
}

#subnavi li {
    list-style: none;
    display: block;
    margin: 0;
    height: 40px;
}

#subnavi a,
#subnavi .icon a {
    color: #444;
    font-size: 100%;
    padding: 4px 0 11px 35px;
    height: 25px;
    line-height: 25px;
    background: transparent url(icons.png) no-repeat 0 0;
}

#subnavi .print a { background-position: 0 0; }
#subnavi .share a { background-position: 0 -38px; }
#subnavi .feed a { background-position: 0 -77px; }
#subnavi .facebook a { background-position: 0 -116px; }
#subnavi .newsletter a { background-position: 0 -154px; }

#subnavi li:nth-of-type(2) a { background-position: 0 -38px; }
#subnavi li:nth-of-type(3) a { background-position: 0 -77px; }
#subnavi li:nth-of-type(4) a { background-position: 0 -116px; }
#subnavi li:nth-of-type(5) a { background-position: 0 -154px; }


#subnavi a:hover {
  text-decoration:none;
  color: #e3001b;
}


ul li {
    margin-left: 2em;
}

#navi ul li, #navi ul {
    m argin-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 {
    margin-bottom: 1em;
    
}

div.box h3 {
  margin:0;
  padding: 5px 7px;
  font-size: 0.85em;
  background: transparent url(featurebox-head.png) top left no-repeat;
}
div.box a h3, div.box a p { color: #738da8; }
div.box a:hover,
div.box a:hover h3,
div.box a:hover p
{ color: #93aec2;}  

div.box a p {  background: transparent url(featurebox-body.png) bottom left no-repeat; padding: 5px 7px 12px; font-size: 0.85em;}
div.box a img { display: block; padding-bottom: 5px;}


div.box p, div.box div, div.box ol, div.box ul {
	font-size: .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%;
font-size: 100%;
cursor:pointer;
    
}

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;
    border: none;
	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: transparent;
}

input.form:focus, textarea.form:focus {
    border: none;
}

#content form { color: #738da8; }
#content form a { color: #738da8; font-weight: bold;}

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

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

table * { background-color: #e5eef6!important; }
table td, table th, table td a {color: black!important;}

table [summary='Veranstaltungen'] table tr td:nth-of-type(2), th:nth-of-type(2) { display: none; width: 0%!important; }
table [summary='Veranstaltungen'] table tr td:nth-of-type(1), th:nth-of-type(1) { width: 209px!important; }
table [summary='Veranstaltungen'] table tr td:nth-of-type(3), th:nth-of-type(3) { width: 163px!important; }
table [summary='Veranstaltungen'] table tr td:nth-of-type(4), th:nth-of-type(4) { width: 93px!important; }

tr th { color: #738da8!important; }
tr td strong { font-weight: normal!important; }


table caption {
text-align: left;

    color: #e3001b;
    font-size: 14px;
    padding: 0.3em 1.0em;
    line-height: 20px;
}


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%;
height: 30px;
border-bottom: 1px solid white;
}

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;
}
/************************************************
    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("http://portal.bw-verdi.de/images/icons/disk.png") no-repeat 0px 1px; }
a.link     { background: url("http://portal.bw-verdi.de/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;
}

/*
 #navi { outline: 1px dotted #738ca8;  }
#content { outline: 1px dotted #c9dbeb; }
#sidebar { outline: 1px dotted #738ca8; }


Blaugrau dunkel 738da8 topmenu bg hightlight rot
Blaugrau mittel cadbeb sidebar bg r l  cbdaeb im pdf
Blaugrau hell   efedf5 featurebox, sidebar selected
Rot             e3001b Heading
footer border top 4px a3b3c6
footer border bottom 243a56
*/
