﻿@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: Arial, Helvetica, sans-serif;  	
  }
  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #444;
  }
  h1,h2,h3,h4,h5,h6 { 
  	font-family: Arial, Helvetica, sans-serif; 
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0 0; 
  }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#182E7A}          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */
  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }
  #header span {
    color:#999;
  }
  #col3_content h2 {
  	margin: 0 0 0 0;
  }
  p { line-height: 1.5em; margin: 0 0 0 0; }
  /* ### Lists | Listen  #### */
  ul, ol, dl { line-height: 1.5em; margin: 0 0 0 0 }
  li { margin-left: 1.5em; line-height: 1.5em }
  dt { font-weight: bold }
  dd { margin: 0 0 0 0 }
  /* ### text formatting | Textauszeichnung ### */
  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 0 0 }
  strong,b { font-weight: bold }
  em,i { font-style:italic }
  pre, code { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
  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: 0em; 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:#005b9a; text-decoration:none;}-----*/
 
  a {color: #005b9a; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#4D87C7; 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; font-weight: bold;}
  #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.external,
  #main a.external:focus,
  #main a.external:active
    {
    padding-left: 14px;
    background-image: url('../images/bg_link.gif');
    background-repeat: no-repeat;
    background-position: 0 center;
  }
  #main a.external:hover { background-image: url('../images/bg_link_hover.gif'); }

  /**
   * 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: 0em; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0em; }
  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;
  }*/
  dfn {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
  }
/* News-Modul: Anfang */
  div#news {
  margin: 1.5em 0 1em 0;  /* margin for the entire div surrounding the news list */
  /* border: 1px solid #000; 
  background: #FFE9AF; */
}
div#news h2 {
   line-height: 2em;
   background: #fff;
}



.NewsSummary {
    color: #003366;
    background-color: #E5EEF5;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.NewsSummary a {
    /*color: #003366;*/
}

.NewsSummary-scp-home {
    color: #003366;
    background-color: #E5EEF5;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.NewsSummary-scp-home a {
    color: #003366;
}

.NewsSummaryField {
text-align: center;
align: center;
margin-right: 15px;
    /*padding-top: 0px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 0px;*/
}


.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: normal;
  color: #003366;
  padding-top: 0px;
  margin-bottom: 2px;
 }
.NewsSummaryLink {
  font-weight: bold;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }
.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}
.NewsSummaryContent {
	margin-top: 5px;
 }
.NewsSummarySummary {
  margin-top: 3px;
 }
.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }
.NewsSummaryMorelink {
  margin-right: 5px;
  margin-top: 5px;
  text-align: right;
  vertical-align:bottom;
}
.NewsSummaryMorelink a {
  font-size: 90%;
  font-weight: normal;
}
.NewsPostDetail {
    color: #003366;
    background-color: #E5EEF5;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.NewsPostDetailContent-scp-home {
margin-top: 200px;
}

#NewsPostDetailTitle {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetailHorizRule {
  width: 100%;
  height: 1px;
  color: #003366;
  border-color: #003366;
  margin-top: 5px;
  margin-bottom: 10px;
}

.NewsDetailField {
text-align: center;
align: center;
margin-right: 15px;
    /*padding-top: 0px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 0px;*/
}




#NewsPostDetailReturnLink {
  font-weight: normal;
  margin-right: 5px;
  margin-top: 5px;
  text-align: right;
}
#NewsPostDetailReturnLink a {
  /*color: #003366;*/
  font-weight: normal;
  font-size: 90%;
}
#NewsPostDetailSummary {
  line-height: 150%;
  }
#NewsPostDetailSummary-scp-home  {
  margin-top: 0px;
  line-height: 150%;
  }
  
  
#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}
#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}
/* News-Modul: Ende */
/* Search-Modul: Anfang */
div#search {
	/*float: right;*/
    width: 148px;
	height: 40px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}


#search input.text,textarea {
	width:100px;
	height: auto;
	color:#005b9a;
	background-color: #e5eef5;
	padding:2px;
	border:1px solid #005b9a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
}



/* Search-Modul: Ende */
/* Breadcrumb-Navigation: Anfang */
div.breadcrumbs {
   padding: 0 0 10px 20px;
   font-size: 100%;
   margin: 0 0 10px 0;
   border-bottom: 1px solid #ddd;
}
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}
/* Breadcrumb-Navigation: Ende */





table#tabelle td {background-color:#FFFFFF;}