/* **** Datei _presets.css **** */

@media screen {
body {
	padding: 0px;  margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
  	background:#FFFFFF;
	color: #000000;
	text-align:center;
}

p {
  margin: 1em 0;
}

h1 {
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	color: #dc7800;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0;
	color: #dc7800;
}

h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0;
	color: #dc7800;
}

h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

img {	/* Whitespace-Bugfix */
	vertical-align:bottom;
	border:0;
}

form {	/* form-margin bugfix */
	margin:0;
}

div {		/* behebt Darstellungsprobleme */
	position:relative;
}

li {				/* behebt Darstellungsprobleme bei ol */
	display:list-item;
}
}
/* **** Datei _struktur.css **** */

@media screen {
#main {				/*seiten-Rahmen für zentrierte Darstellung*/
	width:960px;
	height:500px;
	margin:0px auto;
	border-top:1px solid white; /* abstand nach oben */
	text-align:left;
}

#content {
  overflow:visible;
  position: absolute;
  top: 250px;
  left: 0px;
  width: 960px;
}

#inhalt {
	overflow:visible; /* bei floatenden inhalten hilft das sehr */
  float: left;
  /*margin-left: 200px;*/
  margin-left: 10px;
  width: 760px;
  display: block;
}

#sprachen {
}

#menu {
	overflow:visible;
  float: left;
  width: 190px;
  /*margin: 0px 0px 0px -960px;*/
  display: block;
}

#navigation {
  position: absolute;
  top: 0px;
  right: 1px;
  margin-top: 12px;
  padding: 4px 0 4px 12px;
  background: #ffffff;
}

#copyright {
	position:absolute;
	bottom:-15px; /* unter der seite */
	left:0;
	width:100px;
	height:15px;
	letter-spacing:1px;
}

#header {
  position: absolute;
  top: 20px;
  left: 0px;
  height: 220px;
  width: 960px;
}

#logo {
  height: 215px;
  width: 371px;
  background: #ffffff;
  position:relative;
  top:0px;
  left:0px;
}

#logoimg {
  position:absolute;
  border:0;
  left:35px;
  top:32px;
}

#slogan {
  position:absolute;
  top:170px;
  left:95px;
  color: #73727D;/*#8a8b8d;*/
  font:17px Arial,Helvetica,sans-serif;
}

#edgelt {
  background: #f00;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
}

#edgelb {
  background: #f00;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  z-index: 10000;
  display: none;
}
}
/* **** Datei anfahrt.css **** */

@media screen {
#maps_suche {
	float: left;
	display: block;
	width:200px;
	height:100px;
}

#maps_suche div {
    width: 210px;
    display: block;
    padding-bottom: 5px;
}

#maps_suche label {
    width: 80px;
    margin-right: 15px;
    font-size: 13px;
}

#maps_suche input {
    width: 120px;
}

#maps_suche span.elementonly {
    margin-left: 58px;
}

#maps_suche span.elementonly input {
    width: 140px;
}

#google_map {
	float: right;
	display: block;
	width:340px;
	height:340px;
}

#maps_ergebnis {
	float: left;
	display: block;
	width:340px;
	height:100%;
}
}
/* **** Datei dialog.css **** */

@media screen {
/*
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../bilder/cornerbg.png) no-repeat top right;
 _background-image:url(../bilder/cornerbg.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:24px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
 font-size:1px;
 line-height:1px;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
}

.dialog h1 {
 padding-bottom:16px;
 font: 18px/22px Arial, Helvetica, Georgia, Verdana, sans-serif;
}

#foerderung h3 {
 margin-bottom: 0px;
 margin-top:12px;
 font-size:15px;
}
}
/* **** Datei forms.css **** */

@media screen {
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) CSS-component for creating vertical forms
 * (de) CSS-Baustein zur Erstellung von Formularen mit untereinander angeordneten Elementen
 *
 * @note            Many thanks to Ansgar Hein (http://www.anatom5.de) for contribution
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

  /**
   *  YAML Forms - visual styling
   *
   *  (en) visual form styling area
   *  (de) Festlegung des optischen Erscheinungsbildes
   */

  .yform {
    /*background:#f4f4f4;
    border:1px #ddd solid;
    padding:10px;*/
    margin:0 0 1em 0;
  }

  .yform fieldset {
    border:1px #ddd solid;
    background:#fafafa;
    margin:0 0 1em 0;
    padding:0.5em;
  }
  
  .yform legend {
    font-size:125%; font-weight:normal; color:#000;
  }

  .yform label {
    color:#666;
  }

  .yform input,
  .yform textarea,
  .yform select, 
  .yform optgroup {
    font-family:Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
  }

  .yform .type-text input,
  .yform .type-text textarea,
  .yform .type-select select {
    border:1px solid #ddd;
  }

  /* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus */
  .yform div input:focus,
  .yform div select:focus,
  .yform div textarea:focus,
  .yform div input:hover,
  .yform div select:hover,
  .yform div textarea:hover,
  .yform div input:active,
  .yform div select:active,
  .yform div textarea:active {
    border:1px #a66 solid;
    background:#fff;
  }

  /* avoid jumping checkboxes & radiobuttons in IE8 */
  .yform div.type-check input:focus,
  .yform div.type-check input:hover,
  .yform div.type-check input:active { border:0 none; }

  /* Styling of buttons | Gestaltung von Buttons */
  .yform .type-button input {
    border-top:1px #ddd solid;
    border-left:1px #ddd solid;
    border-right:1px #444 solid;
    border-bottom:1px #444 solid;
    color:#000;
    background:#454545 url(images/button_gray.png) top left repeat-x;
    padding:.5em 1.2em;
  }

  .yform .type-button input[type=reset] { color:#300; background:#661717 url(images/button_red.png) top left repeat-x; }
  .yform .type-button input[type=submit] { color:#330; background:#5e5607 url(images/button_yellow.png) top left repeat-x; }

  /* optional button styling for IE6 using classes */
  .yform .type-button input.reset { color:#300; background:#661717 url(images/button_red.png) top left repeat-x; }
  .yform .type-button input.submit { color:#330; background:#5e5607 url(images/button_yellow.png) top left repeat-x; }

  /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus */
  .yform div.type-button input:focus,
  .yform div.type-button input:hover,
  .yform div.type-button input:active {
    border-top:1px #444 solid;
    border-left:1px #444 solid;
    border-right:1px #ddd solid;
    border-bottom:1px #ddd solid;
    color:#fff;
    background:#555; 
  }

  .yform div.type-button input.reset:focus,
  .yform div.type-button input.reset:hover,
  .yform div.type-button input.reset:active {
    background:#800; color:#fff;
  }

  .yform div.type-button input.submit:focus,
  .yform div.type-button input.submit:hover,
  .yform div.type-button input.submit:active {
    background:#880; color:#fff;
  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | fieldset                      |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /fieldset                     |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  *
  * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
  */

  /* General form styling  | Allgemeine Formatierung des Formulars */
  .yform { overflow:hidden; }
  .yform fieldset { overflow:hidden; }
  .yform label { display:block; }
  .yform legend { background:transparent; border:0; padding:0 0.5em; }
  .yform .message { display:block; margin-bottom:0.5em; color:#666; }

  /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. hÃ¤ÃŸliche LÃ¼cken im Firefox) */
  .yform input[type=hidden] { display:none !important; }

  /* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben */
  .yform sup { color:#800; font-weight:bold; }

  /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
  .yform div.type-text,
  .yform div.type-select,
  .yform div.type-check,
  .yform div.type-button {
    margin:0.5em 0;
    padding:3px 0.5em;  
    position:relative;
    overflow:hidden;
  }

  .yform div.type-button {
    padding:3px 0em;  
  }

  /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annÃ¤hend gleicher Breite */
  .yform .type-text input,
  .yform .type-text textarea {
    display:block;
    position:relative;
    padding:0.3em 0.3em;
    width:58.5%;
  }

  .yform .type-select select {
    display:block;
    position:relative;
    padding:0.3em 2px 0.3em 1px;
    width:60%;
    cursor:pointer;
  }
  .yform .type-select select optgroup {
    font-style:normal;
    font-weight:bold;
  }

  .yform .type-check input { cursor:pointer; }
  .yform .type-check label { display:inline; }

  /* Styling of buttons | Gestaltung von Buttons */
  .yform .type-button input {
    width:auto;
    cursor:pointer;
  }

  /* Styling of error-messages | Fehlermeldungen */
  .yform div.error {
    border:1px #a00 dashed;
    background:#faf4f4;
    padding:0.5em;
  }

  .yform div.error label { color:#000; font-weight:bold; }
  .yform div.error .message { color:#800; }

 /*------------------------------------------------------------------------------------------------------*/

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrÃ¼cken, wie die Breite der labels */

  .full div.type-text input,
  .full div.type-text textarea { width:95.5%; }
  .full div.type-select select { width:97.0%; }
  
  /* width adjustments for IE 5.x & IE6 | Breitenanpassung fÃ¼r Internet Explorer 5.x und 6.0 */
  * html .full div.type-text input,
  * html .full div.type-text textarea { width:95.5%; }
  * html .full div.type-select select { width:97.0%; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Columnar forms display - technical base (optional)
  *
  * |-------------------------------------------|
  * | fieldset                                  |
  * |-------------------------------------------|
  * |                                           |
  * |   label   |   input / select / textarea   |
  * |                                           |
  * |-------------------------------------------|
  * | /fieldset                                 |
  * |-------------------------------------------|
  *
  * (en) Styling of forms where label floats left of form-elements
  * (de) Formulargestaltung, bei der die label-Elemente nach links flieÃŸen
  *
  * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
  */

  /* Columnar display | Spalten-Darstellung */
  .columnar .type-text label,
  .columnar .type-select label {
    float:left;
    width:115px; /* Can be fixed width too | Kann auch eine fixe Angabe sein */
  }

  /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrÃ¼cken, wie die Breite der labels */
  .columnar div.type-check input { margin-left:0; }
  .columnar div.error .message { margin-left:115px; }
  .columnar div.type-check table td { padding-right: 10px; }

  .columnar div.type-text input,
  .columnar div.type-text textarea { float:left; width:67.8%; }
  .columnar div.type-select select { float:left; width:69.4%; }
  
  /* width adjustments for IE 5.x & IE6 | Breitenanpassung fÃ¼r Internet Explorer 5.x und 6.0 */
  * html .columnar div.type-text input,
  * html .columnar div.type-text textarea { float:left; width:67.2%; }
  * html .columnar div.type-select select { float:left; width:68.8%; }
  
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Global fixes for YAML's form construction set
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7
  * @css-for IE 5.x/Win, IE6, IE7
  * @valid no
  */

  .yform, 
  .yform div,
  .yform div * { zoom:1; }

 /**
  * Forms Fieldset/Legend-Bug in IE
  * @see http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7, IE8
  * @css-for IE 5.x/Win, IE6, IE7, IE8
  * @valid no
  */
  
  /* all IE */
  .yform { padding-top:0\9; }
  .yform fieldset { padding:0 5px\9; padding-top:1em\9; }
  .yform legend { position:absolute\9; top:-.5em\9; *left:0\9; }
  .yform fieldset { position:relative\9; overflow:visible\9;  margin-top:1.5em\9; zoom:1; }

  /* IE5.x, IE6 & IE7 */
  .yform legend { *padding:0 5px; }
  .yform fieldset { *padding-top:1.5em; }
  
  /* IE5.x & IE6 */
  * html .yform { padding-top:10px; }
}
/* **** Datei formular.css **** */

@media screen {
#Kontaktformular {
}

#Kontaktformular input {
}

#Kontaktformular div {
	/* padding-bottom: 6px; */
}

#Kontaktformular .error {
}

span.label {
	display:block;
	float:left;
	width: 120px;
	font-weight:bold;
}

span.element {
}

span.elementonly {
	margin-left: 120px;
}

#Kontaktformular span.elementonly input {
    background:transparent url(../bilder/dp_button.png) no-repeat scroll 0 0;
    border: 0 none;
    width: 165px;
    height: 22px;
}

#Kontaktformular span.elementonly input:hover {
    background:transparent url(../bilder/dp_button_over.png) no-repeat scroll 0 0;
    border: 0 none;
    width: 165px;
    height: 22px;
    cursor:pointer;
    cursor:hand;
}

.error {
}

/*textarea {
	border:0px;
	width:321px;
	border: 1px solid #B4B5B6;
}*/
}
/* **** Datei inhalt.css **** */

@media screen {
.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:black;
	overflow:visible;
}

.text div {
	position:static; /* ie6 bufix */
}

.border {
	padding:20px;
}

.text ul {
	margin-bottom: 5px;
}

.ueberschrift {
	font: bold 18px/22px Georgia, Arial, Helvetica, sans-serif;
	padding:5px 0;
}

.mediumleft { margin: 0 12px 0 0;  padding: 0;  text-align:right;  float:left; display:block; }
.mediumright { margin: 0 0 0 12px;  padding: 0;  text-align:left;  float:right; display:block; }
.mediumcenter { margin: 0;  padding: 0; text-align:center; display:block; }
.mediumHintergrund { color:white;  background:gray; display:block; }
.mediumBeschriftung { font: normal 12px Arial, Helvetica, sans-serif;  text-align: left;  padding: 0 3px; }
.mediumCopyright { font: normal 12px Arial, Helvetica, sans-serif;  text-align: left;  font-style: italic;  padding: 0 3px; }

.teaserbild { float:left;  margin-right:5px; }

.linkunten {
	clear:both;
}

.linkunten a {
}

.linkunten a:hover, .linkunten a:focus {
}


}
/* **** Datei lytebox.css **** */

@media screen {
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(bilder/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(bilder/leer.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(bilder/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(bilder/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(bilder/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(bilder/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(bilder/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(bilder/leer.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(bilder/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(bilder/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(bilder/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(bilder/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(bilder/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(bilder/close_grey.png) no-repeat; }
	#lbClose.red { background: url(bilder/close_red.png) no-repeat; }
	#lbClose.green { background: url(bilder/close_green.png) no-repeat; }
	#lbClose.blue { background: url(bilder/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(bilder/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(bilder/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(bilder/play_red.png) no-repeat; }
	#lbPlay.green { background: url(bilder/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(bilder/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(bilder/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(bilder/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(bilder/pause_red.png) no-repeat; }
	#lbPause.green { background: url(bilder/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(bilder/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(bilder/pause_gold.png) no-repeat; }
}
/* **** Datei menu.css **** */

@media screen {
#menu a {
}

ul.menu, ul.submenu, ul.subsubmenu {
	margin:0;
	padding:0;
	overflow:visible;
}

ul.menu {
  padding-top:20px;
  width: 165px;
}

ul.menu li, ul.submenu li {		/* float:left clear:left gegen Whitespace Bug. */
	list-style-type:none;
	float:left;
	display:inline;
	clear:left; /* ohne clear:left vertikales menu */
	position:relative; /* für popup-menu benötigt */
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

/*menu*/
ul.menu li a {
	display:block;
	width:165px;
	/*height:22px;*/
	padding:0px 0px 0px 0px;
	color: #444444;/*#646567;*/
	white-space:nowrap;
	text-decoration:none;
    background:transparent url(../bilder/dp_button.png) no-repeat;
    text-align:left;
    line-height:22px;
    margin-top:2px;
    float: left;
}

ul.menu li a:hover,  ul.menu li a.aktiv{
	background:transparent url(../bilder/dp_button_over.png) no-repeat;
}

ul.menu li a span {
	display:block;
	margin-left: 10px;
}

ul.menu ul.submenu li a span {
	margin-left: 7px;
}

ul.menu li.twolines a {
	display:block;
	width:165px;
	height:39px;
	/*padding:4px 0px 0px 0px;*/
	color: #444444;/*#646567;*/
	white-space:nowrap;
	text-decoration:none;
    background:transparent url(../bilder/dp_button_2line.png) no-repeat;
    text-align:center;
    line-height:18px;
    /*margin-top:5px;*/
}

* html .content {
    padding-bottom: 5px;
}

/*popup position
ul.menu ul.submenu {
	position:absolute;
	left:133px;
	top:0;
}

ul.menu ul.submenu li {
}*/

/*submenu (erbt menu) /*/
ul.menu ul.submenu li a {
	white-space:nowrap;
  background:transparent;
  line-height:16px;
  padding:2px 0px;
  background:#eee;
  margin:0;
  border-right:1px solid #8a8b8d;
  border-left:1px solid #8a8b8d;
  border-bottom:1px solid #8a8b8d;
  width:159px;
  margin-left:2px;
  text-decoration:none;
  float: left;
}

ul.menu ul.submenu li a.aktiv {
	white-space:nowrap;
  background:transparent;
  height:16px;
  line-height:16px;
  padding-top:4px;
  background:#eee;
  margin:0;
  border-right:1px solid #8a8b8d;
  border-left:1px solid #8a8b8d;
  border-bottom:1px solid #8a8b8d;
  width:159px;
  margin-left:2px;
	text-decoration:underline;
}

li.subm {

}

/* aktiv */
ul.menu li a.aktiv {
  color: #000000;/*#444444;*/
  line-height:22px;
}

ul.menu li.twolines a.aktiv {
    color: #000000;/*#444444;*/
    line-height:15px;
}

/* hover */
ul.menu li a:hover, ul.menu li a:focus {
  text-decoration:none;
}

/* für popup-menu */
.popup_hover {
	display:none;
}

ul.menu li.spacer {
	background-color: transparent;
	height:8px;
	font-size:8px;
	line-height: 8px;
	padding: 0px;
	margin: 0px;
}
}
/* **** Datei navigation.css **** */

@media screen {
#navigation a {
}

ul.navigation {
	margin: 0;
	padding: 0;
  text-align: right;
  margin: 0px 26px 0 0;
}

ul.navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 1px;
  color: #646567;
}

ul.navigation li a, ul.navigation li a:link, ul.navigation li a:active, ul.navigation li a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #646567;
  text-decoration: none;
}

ul.navigation li a:hover, ul.navigation li a.aktiv:hover, ul.navigation li a.aktiv {
	color: #646567;
  text-decoration: underline;
}
}
/* **** Datei print.css **** */

@media print {

}
/* **** Datei style.css **** */

@media screen {
a {
	text-decoration: underline;
	color:#E7830B;
}

a:hover, a:focus {
	text-decoration: none;
}

#copyright a {
	font: 9px Arial, Helvetica, sans-serif;
	color:black;
	text-decoration:none;
}

.clear { line-height:0; font-size:1px; display:block; clear:both; padding:0; margin:0px; }
.clear:after { line-height:0; font-size:1px; content: "."; display:block; height:0; clear:both; visibility:hidden; }
* html .clear { height:1%; margin:-2px; }

.suche {
}

.suchfeld {
}

.breadcrumbs {
}

#ticker {
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:25px;
	overflow:hidden;
}

#foerderung {
	text-align:center;
	color: black;
	padding-top:1px
}
}
/* **** Datei transparenz.css **** */

@media screen {
.alpha100 {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.alpha90 {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

.alpha80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.alpha70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.alpha60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

.alpha50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.alpha30 {
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	opacity:0.30;
}

}

