/**
* LVG
*
* @author Niels Bobogk <niels@i-d.de>
* @copyright © 2008 <i-D> internet & Design GmbH & Co. KG, Weimar
* @link http://www.i-d.de/
*/

h2, h3, h4 {
	color: #090;
}

/* Kopfzeile
----------------------------------------------------------------------------- */
div#header {
	background: url(/de/bilder/lvg/bg_header.gif) repeat-x left top;
}

/* Navi
----------------------------------------------------------------------------- */
ul.naviLevel1 a, 
ul.naviLevel1 li.active a, 
#right h1 a,
caption {
	color: #090;
}
ul.naviLevel2, ul.naviLevel2 li {
	border-color: #090;
}
ul.naviLevel3 li a.active, 
ul.naviLevel3 li a.active:hover {
	background: url(/de/bilder/lvg/col.gif) no-repeat right center;
}

/* für veranstaltungskalender */
div.linklistFunctions {
  padding-top: 0;
  padding-bottom: 0;
}
div.linklistFunctions ul li {

}
li.va_cal {
  padding: 0 0 0 35px !important;
  background: #F3F3F3 url(/de/bilder/lvg/va_bg_left.gif) repeat-y;
}
li.va_cal span {
  padding-right: 35px;
  margin: 0.2em 0 0 0;
  background: #F3F3F3 url(/de/bilder/lvg/va_bg_right.gif) right top repeat-y;
}
li.va_cal a {
  font-weight: bold;
  color: #982E2E !important;
  padding-left: 20px;
  line-height: 1.6em;
  background: url(/de/bilder/lvg/va_icon.gif) no-repeat left center;
}
li.va_cal a:hover {
  text-decoration: none;
}



/* farbige Textfelder & JS-Textbox */

.textbox_headline, .textbox_headlineJS, .textboxTitel a{
color: #009900;
}

.textbox_einfach{
  border: 2px solid #009900;
}

.textbox_farbig{
  background:  #00aa00;
}

.textbox_farbig,.textbox_farbig a{
  color: #000000;
}

/* farbige Anpassung Tag-Cloud */ 
#tagCloud {
		background-image: url(/de/bilder/lvg/tag_cloud.jpg);
}

