@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @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 */
  html * { font-size: 100.01% }
  
  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    line-height:16px;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-weight:bold; 
  }

  h1 { font-size: 16px; color: #131f47; }                       
  h2 { font-size: 14px; color: #666; }    
  h3 { font-size: 12px; color: #131f47; }    
  
  .news-list-item h2 { margin:5px 0px; padding:0px;}

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }
  
  .bigbox_aussen h1 { 
    margin-bottom:5px;
    text-align:left;
  }
  
  .bodytext {
    margin-bottom: 10px;
    text-align: justify; 
 }
  
  .bodytext h2 {
    margin-bottom:5px;
    border-bottom: 1px solid #666;
  }

  #col3_content .bodytext {
	margin: 0;
	text-align: left;
  }
  
  #col2 h3, #col3 h3 { 
    border-bottom: 1px solid #131f47; 
    margin-bottom:5px;
    text-align:left;
  }

  p { font-family:Arial,Verdana,Helvetica,sans-serif; 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 }

  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-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 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;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
  
  #topnav a { color: #FFF; font-weight: bold; background:transparent; text-decoration:none; font-size: 12px; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}


  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: 10px 0px;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
}

.news-list-container { padding-top: 10px; }
.news-latest-container { text-align:left; }

#col1 .csc-header { 
	padding-top: 10px;
}

#col1 .csc-header-n1 {
	padding-top: 0px;
}

#col2 .csc-menu {
	margin: 0;	
}

#col2 .csc-menu li {
	text-align: left;
 }

 
.news-list-container .news-list-date {font-weight:bold;color: #131f47;margin-bottom:5px;}
.news-latest-container.newsbox{width:174px;height:120px;overflow:hidden;position: relative;}
.news-latest-container.newsbox .more{position:absolute;bottom:0;left:0;}
.news-latest-container.newsbox ul{list-style:none;margin:0;padding:0;position:absolute;left:0;top:0;}
.news-latest-container.newsbox ul li{list-style:none;margin:0;padding:0;}
.newsbox .backward , .newsbox .forward { position: absolute; z-index: 2; width: 30px; height: 30px; line-height: 24px; text-align: center; background-color: inherit; bottom: 18px; font-size: 32px; left: 10px; color: #4D87C7; }
.navbar-toggle {
	background-color:#ddd;
	border:1px solid #555;
}
.navbar-toggle .icon-bar {background-color:#555;}
#nav_main ul,
#nav_main ul li,
#nav_main ul li#current {border:0;}
@media (min-width:1200px) {
	.container {
		width:988px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#nav_main ul {margin:0;}
	#nav_main ul li a, #nav_main ul li strong {padding:0.5em 0.7em;}
}
@media (max-width:767px) {
	#page_margins,
	#sub_margins {background:none;}
	#nav_links ul {border:0;}
	#nav_main {background:none;border:0;    background-color: #091642;}
	#nav_main ul {border:0;}
	#nav_main ul li {width:100%;border:0;}
	#nav_main ul li#current{border:0;}
	.navbar-collapse{border:0;box-shadow:0 0 0;}
	.news-latest-container.newsbox {height:auto;width:100%;padding-bottom:25px;}
	.news-latest-container.newsbox ul{list-style:none;margin:0;padding:0;position:relative;left:auto;top:auto;}
	.news-latest-container.newsbox ul li {margin-bottom:15px;}
	#header {width:298px;float:left;}
	.row { background-color:#fff;}
	.box_aussen { width:100%;}
	.box_oben, .box_unten, .box_aussen { background-image:none; }
	
}