@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, 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.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

/*layout-raster definieren*/
#centerDIV { width: 961px; margin: 0px auto; }/*seite zentrieren, tabellen-breite*/
/*
  h1,h2,h3,h4,h5,h6 {
  	font-family:"times new roman",times,serif;
  	font-weight:bold;
  	color:#666;
  	margin: 0 0 0.25em 0;
  }

  h1 { font-size: 200% }                        
  h2 { font-size: 200%; color:#182E7A}          
  h3 { font-size: 150% }                        
  h4 { font-size: 133.33% }                     
  h5 { font-size: 116.67% }                     
  h6 { font-size: 116.67%; font-style:italic }  
*/
  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }
  em { color: #000; font-size: 130%; }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #4D87C7; text-decoration:none; outline: none; }
  a:hover {color:#182E7A; text-decoration:none;}
  a:active {text-decoration:none;}

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}

  #footer a { color: #999; background:transparent; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  /*table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }*/

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }



  #naviTab { empty-cells: show; }
  #naviTab td { padding: 0 0 0 0; }

  #naviTab a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #naviTab a:hover { text-decoration:underline; background-color: transparent;}
  #naviTab a:active { text-decoration:none;}

.imgDefault {
	border: 1px solid #999;
	padding: 5px;
	background: #fff;
}

#boxDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:200;
        width: 100%;
        height: 100%;
        background: transparent repeat top center;
        display: none;
        clear: both;
}

#box {
	position: fixed;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
        width: 0px;
        height: 0px;
        background: #fff;
        display: none;
        overflow: hidden;
        border: 1px solid #c8c8c8;
        clear: both;
}

#pixBox {
	margin: 0;
	padding: 0;
	clear: both;
}

#boxFrame {
	display: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.loader {
	height: 400px;
	/*margin: 5px;*/
	/*padding: 20px 0px;*/
	background: #fff no-repeat center;
	display: block;
	clear: both;
}

/*zelle mit logo*/
#logoTD { height:159px; background: #fff url(../files/961x159px_kopf_planen.png) 0 0 no-repeat; }

/*NAVIGATION*/
/*******************************************************************************

        Horizontales Dropdown-Menu, CSS

        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html

*******************************************************************************/

.menu { background: #FFCC01 bottom left repeat-x; width:959px; height:30px; position:relative; margin-left: 10px; padding: 0; z-index:2; border-right: 1px solid #52487C; border-left: 0px; border-bottom: 1px solid #52487C; text-align: center;}
.menu ul { padding:0; margin:0; list-style-type: none; }
.menu ul li { padding:0; margin:0; margin-left: 0px; float:left; position:relative; }
.menu ul li a,
.menu ul li a:visited { color: #182E7A; display:block; width:157px; height:30px; border-left:1px solid #52487C; background: #FFCC01  bottom left no-repeat; padding-left:0px; line-height:28px; }

* html .menu ul li a, .menu ul li a:visited {
  width:157px;                 /* für 'normale' Browser */
  w\idth:157px;                /* für IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px;
  border-collapse:collapse;
  /*font-size:0.8em;*/
}

/*table li { border: 1px solid #c8c8c8; border-top: 0px; border-left: 0px; }*/ /*im template direkt bestimmen*/

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
.menu ul li:hover a,
.menu ul li a:hover {
  color:#000;
  /*background:#ddd;*/
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block;
  position:absolute;
  top:30px;                          /*  --> (2)  */
  margin-top:0px;
  left:0px;
  width:157px;
  border-bottom: 1px solid #52487C;
  border-right: 1px solid #52487C;
 
}

* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:0px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden;
  position:absolute;
  height:0;
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block;
  background:#FFCC01;
  /*color:#555;*/
  height:auto;
  line-height:1.2em;
  padding:5px 0px;
  width:157px;
  border-top: 1px solid #52487C;
  border-right: 1px solid #52487C;
 
}
* html .menu ul li a:hover ul li a {
  width:157px;
  w\idth:157px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background: #FFCC01 right no-repeat;
  /*float: left;*/
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#FFCC01 url(/files/5x35px_rollover_verlauf.png) repeat-x;
  color:#000;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible;
  position:absolute;
  left:157px;
  top:0px;
  width:157px;
  border: 1px solid #c8c8c8;
  border-left: 0px solid #c8c8c8;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element rechts */
.menu ul li a:hover ul li a:hover ul.left {
  /*left:-150px;*/
}


.nav2nd {}
.nav3rd {}

/*brotkrumenNav*/
/*NAVIGATION*/
  #cNav { clear: both; width: 100%; background: transparent; margin: 0px 0px; padding: 0px;  float:left; color: #52487c; }
  #cNav ul { list-style-type: none; margin: 0px; padding: 0px; float:left; padding-bottom: 2px; }
  #cNav li { margin: 0px; padding: 0px; float:left; }
  #cNav a,
  #cNav a:focus,
  #cNav a:hover,
  #cNav a:active { background: transparent; float:left; margin-right: 5px; color: #52487c;}/*normal*/

  #cNavSel { background: #000; color: #fff; }
  #cNavSel a { color: #fff; float:left; margin-right: 5px; }

  .cNavOff { background: transparent; float:left; margin-right: 0px; margin-bottom: 10px; color: #52487c; font-size:20px; font-weight:600;} /*aktuelle seite*/

/*textcontent*/
.txt-img {}
.txt-img a { padding-left: 10px; background: url(../../media/index/linkPfeil.png) left 45% no-repeat; }
/*loginTD*/
.loginTD { padding-top: 15px; }
.loginTD a { padding-left: 10px;  }
/*loginTD*/
.logoTD {  }
.logoTD a { padding-left: 10px; background: url(../../media/index/linkPfeil.png) left 45% no-repeat; }
/*eMailTD*/
.eMailTD { padding-top: 15px; text-align: right; }
.eMailTD a { padding-left: 15px; background: url(../../media/index/icon_email_small.png) left 45% no-repeat; }
/*aktuelles-teaser-leiste*/
.teaserTD { padding: 5px; }
.teaserTD a.aLink { padding-left: 10px; background: url(../../media/index/linkPfeil.png) left 45% no-repeat; }
/*artikel*/
.artikelTD { height: 300px; padding: 0px; padding-bottom: 5px; background: #FFCC01;}
/*.artikelTD a { padding-left: 10px; background: url(../../media/index/linkPfeil.png) left 45% no-repeat; }*/
/*foossleiste*/
.footTD { padding-top: 15px; }

/*modul: bild4, bilder mit rahmen*/

/*Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder.
.pleft , .pright und .pnormal

.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.

.pleft_b, .pright_b und .pnormal_b
definieren die Anzeige der Bilder für den 2. Stil.
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.*/

.pleft {float: left;}
.pright {float: right;}
.pnormal {clear: both;}

.pleft_b {float: left; background: #fff; border: 1px solid #999; padding: 5px; margin-bottom: 5px; }
.pright_b {float: right; background: #fff; border: 1px solid #999; padding: 5px; margin-bottom: 5px; }
.pnormal_b {clear: both; background: #fff; border: 1px solid #999; padding: 5px; margin-bottom: 5px; }

/**/
/*hassoGallery*/
#hassoGallery { padding: 0; }
#hassoNav {  }
#hassoNav ul { margin-left: 0px; padding-left: 0px; list-style-type: none; }
#hassoNav li { margin-left: 0px; padding-left: 0px; }
#hassoNav a { background: transparent; }
#hassoNav a:hover {  }
#hassoNav a:active {  }
	/*galerie bilder übersicht thumbs*/
#hassoThumbs {  }
#hassoThumbs .hassoThumb { margin-bottom: 5px; margin-right: 5px; padding: 5px; border: 1px solid #c8c8c8; float: left; text-align: center; vertical-align:middle; }
#hassoThumbs .hassoThumb a {  }
#hassoThumbs .hassoThumb a img { border: 0px solid #fff; }
	/*titel beschreibung bild*/
#hassoPic {  }
#hassoPic .hassoTitle { padding-left: 5px; font-family: Verdana, Helvetica, Arial, sans-serif; font-style:italic; color: #000; font-size: 130%; }
#hassoPic .hassoDescription { padding-left: 5px; }
#hassoPic .hassoIMG { padding: 5px; border: 1px solid #c8c8c8; }
#hassoPic img {  }
	/*navigations-div*/
#hassoPrevNextNav { padding-top: 5px; clear: both; display: block; width: 100%; }/*breite der vorzurückleiste*/
#hassoPrevNextNav #hassoPrevPic{ float: left; }
#hassoPrevNextNav #hassoNextPic{ float: right; }
#hassoPrevNextNav #hassoPrevPic a { text-align:left; background: transparent; }
#hassoPrevNextNav #hassoNextPic a { text-align:right; background: transparent; }


/*googleMap*/
.gMapBorder { margin-right: 5px; float: left; padding: 5px; border: 1px solid #c8c8c8; background: #fff; width: 322px; }
#map { border:1px solid #c8c8c8; margin-right: 0px; width: 320px; height: 270px; }
#map img { background: transparent; }

}


