@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
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    color: #ffffff;
	background: url(../images/bg_main4.png) repeat-x #D7EFFF;
  }
  
    #header {
    color: #ffffff;
	background: url(../images/headertop_black.png);
  }
  
    #main {
	  background: url(../images/pageback_black.png);
  }
  
    #footer {
    color: #ffffff;
	background: url(../images/footerback3_black.png);
  }

  h1,h2,h3,h4,h5,h6 {
  	color:#ffffff;
  }


  #header h1 {
    color:#000;
  }

  #header span {
    color:#999;
  }


  /* Headline */

  #headline {
	background-color: #ffffff;
	color: #000000;
  }
  
    .search-line .searchinput{
     	border: 1px solid black;
  }

  /**
   * 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: #ffffff; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}

  /*
  #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: #ffffff; background:transparent; font-weight: normal;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {background-color: transparent; text-decoration:underline;}

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #ffffff;
    background:transparent;
    border-bottom: 1px #ffffff solid;
  }


  .contentBlock, .editorial_articles .contentBlock{
     background-color: #333333;
     border: 1px dotted #ffffff;
  }

   /* Service */
  .serviceBlock .contentBlock{
     background-color: #444444;
  }
  /* Downloads */
  .downloadBlock .contentBlock{
     background-color:#444444;
  }
  
  .helfenBlock .contentBlock{
     background-color:#444444;
  }

  #bottomnav {
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
  }

  .name h1,h2,h3 {
	border-bottom: 1px solid #ffffff;
  }
  
  /* Icons */
  
    .linkinternIconSmall{
     /*background-image: url(/design/drk/images/arrow_red_right.png);*/
     background-image: url(../images/icons/16x16/linkintern_black.gif);
  }
   /* prev node in bottom articleNav */
  .prevNode .linkinternIconSmall{
     /*background-image: url(/design/drk/images/arrow_red_right.png);*/
     background-image: url(../images/icons/16x16/linkinternBack_black.gif);
  }

  /* Farben */

  .red {
  	color: #E60005;
  }

 /* Right Content Kisten */

  .subcr h3 {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
  }


  /* Kontakt */

  .kontaktBlockContent {
	background-color: #444444;
	border: 1px dotted #ffffff;
  }
  
  .contactblock {
	background-color:#444444;
	border:1px dotted #ffffff;
}

  /* Aktuelles */

  .aktuellesBlockContent {
	background-color: #444444;
	border: 1px dotted #ffffff;
  }

  .aktuellesBlock .datum {
  	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
  }

  .aktuellesBlock h4 {
  	color: #ffffff;
  }

  .articleNav {
	border: 1px dotted #ffffff;
	background-color: #333333;
  }

  .articleNav  ul{
	  color: #ffffff;
  }

  .articleNav  a{
	color: #ffffff;
  }

  .downloadFiles {
  	border: 1px dotted #ffffff;
	background-color: #333333;
  }


  .embed_file h4{
  	color: #ffffff;
  }

  .body b {
  	color: #ffffff;
  }

  .content_search .halfbox {
  	border: 1px solid #737372;
  }

  .content_search .button {
  	border: 1px solid #E60005;
	background-color: #E60005;
	color: #ffffff;
  }
  
  /* TreeMenu */
  
  .siteNavigationTree A{
   background-image: url(../images/navback_black.png);
   background-color: #ffffff;
   color:#000000;
   border-right: 1px solid #000000;
}
.siteNavigationTree A:hover,
.siteNavigationTree A:active,
.siteNavigationTree A:focus{
   background-image: url(../images/navbackon_black.png);
   color: #000000;
   border-right: 1px solid #000000;
}

/* active items */
.navTreeItem_current A,
.navTreeItem_current A:hover,
.navTreeItem_current A:focus,
.navTreeItem_current A:active{
   background-image: url(../images/navbackon_black.png);
   color: #000000;
}
/* Level 1 */
.navTreeLevel1 .navTreeItem A{
    color: #ffffff;
    text-decoration: none;
}
.navTreeLevel1 .navTreeItem_current A{
   background-image: url(../images/navlevel1background_black.png);
   background-color: #000000;
   color: #ffffff;
}
.navTreeLevel1 .navTreeItem A:hover,
.navTreeLevel1 .navTreeItem A:active,
.navTreeLevel1 .navTreeItem A:focus{
   background-image: url(../images/navlevel1background_black.png);
   background-color: #000000;
}

/* Level 2 */

.navTreeLevel2 .navTreeItem A{
   color:#ffffff;
}
.navTreeLevel2 .navTreeItem_current A{
   font-weight:normal;
   text-decoration: underline;
   color:black;
   padding-left:20px;
}

    /* Kurse */
	 
	.kurse {
		margin-bottom: 20px;
		background-color:#333333;
		border:1px dotted #CCCCCC;
		padding: 8px;
	}
	
	.bold {
		font-weight: bold;
		color: #ffffff;
	}
	
	.message-warning {
		background: #cccccc;
		padding: 10px;
		margin-bottom: 10px;
}

	.newsletter {
		background: #444444;
	}

}


