@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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */


  /**
   * 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: Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; color: #6C801B;  margin: 0 0 0 0; }
  h1 { font-weight: normal; font-size: 166.67%}    
  span#subheading{ color: #777c44; }       
  h2 { font-size: 133.33% }                     
  h3 { font-size: 116.67% }                        
  h4 { font-size: 100.01% }                    
  h5 { font-size: 100.01%; font-style:italic  }                     
  h6 { font-size: 100.01%} 

/*
  // Changes requested 30 June 2008
  
  h1,h2,h3,h4,h5,h6 { font-weight: normal; margin: 0 0 0 0; }

  h1 { font-size: 150.01%; color: #777c44; }
  span#subheading{ color: #777c44; }       
  h2 { font-size: 133.33%; color: #777c44; }                     
  h3 { font-size: 116.67% }                        
  h4 { font-size: 100.01%; font-weight:bold; color: #78496a; }                    
  h5 { font-size: 100.01% }                     
  h6 { font-size: 100.01%; font-style:italic } 

*/

  p { line-height: 1.5em; margin: 0 0 1em 0;}
  
  * {letter-spacing: 0px;}
  strong, bold {letter-spacing: 0px;}

  /* ### Lists | Listen  #### */

  ul {list-style-type: square;}
  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
   *
   */

/*

  // Changes 30 June 2008
  a {color: #5e88a2; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color: #78496a; text-decoration:underline;}
  a:visited {color: #7c7c7c;}
*/

  a {color: #5e88a2; text-decoration:underline;}
  a:focus,
  a:hover,
  a:active {color: #6C801B;}
  a:visited {color: #78496a;}


  #breadcrumbs a {color: #7C7C7C;}
  #breadcrumbs a.current_page {color: #5E88A2;}
  
  p#header_links {color: white;}
  p#header_links a {color: white; text-decoration: none;}
  p#header_links a:hover {text-decoration: underline;}
  
  #topnav a { color: #999966; font-weight: normal; background:transparent; text-decoration:none; font-size: 9px; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #fff; background:transparent; font-weight: normal;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #fff; 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;
  }
  */



  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    border:0;
    border-top: 1px #ecede5 solid;
    margin: 3px 0 1em 0;
 

  }

/*
 // changed 30 June 2008
#main {color: #606060;}
*/

#main {color: #303030;}


#col3_content img, .col3_content img {border: 3px solid #e6e6e6 !important; margin: 0 10px 10px 10px;}


/* --- Footer --- */
img#slogan{float: right; height: 60px; width: 280px;}

#govt_links {float: left;}
#govt_links, #site_info{padding: 0; margin: 0; list-style: none;}
#govt_links li, #site_info li{margin: 2px 3px; padding: 0 6px 0 0; list-style: none; border-right: 1px solid white; display: inline; color: white;}
#govt_links li.last, #site_info li.last{border: none;}
#site_info {float: right;}


/* --- hCard --- */
span.country-name{display: none;}
span.street-address{display: block;}
span.org{font-weight: bold;}


/* ----- Home Page ----- */
.home_content img {border: 3px solid #e7e7e7; margin-left: 15px;}
.feature, .feature-right {width: 46%;}
.feature-right {float: right;}
.feature h2 {font-size: 100.01%; font-weight: bold; color: #5e88a2;}
.feature {border-bottom: 1px solid #ededed; padding-bottom: 8px; margin-bottom: 10px; width:auto; overflow:auto;}
.feature p {padding: 0px 0px 0px 90px; margin: 0px;}
.feature img {border: 3px solid #e7e7e7 !important; margin-right: 6px;}


#col1_content h1 {font-size: 110%; font-weight: bold; padding: 4px 0;}
.home-right li {font-size: 90%;}
.spotlight {width: auto;}
.gallery1 {width: auto; height: auto;}
.galleryodd {width: 48%; float: left;}
.galleryeven {width: 48%; float: right;}

/* ------ Caption ------ */
.imageholder {
	border: 1px solid #E6E6E6;
	float: right;
	margin: 0px 0px 1em 1em;
	padding: 6px;
	width: 185px;
}

.align-left {
	float: left;
	margin: 0 1em 1em 0;
}

.align-centre {
	float: none;
	margin: 2em auto;
}

#col3_content .imageholder img {
	display: block;
	margin: 0 auto;
}

.imageholder p {
	color: #888;
	font-size: 90%;
	line-height: 1.2;
	margin: 5px 3px 0;
	padding: 0;
}

caption {
         text-align:left;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.2;
	margin: 5px 3px 0;
	padding: 0;
}

/* --- Sidebar --- */
#sidebar {float right; width: 190px; padding:6px; right:10px;  position:absolute; top:20px; font-size:0.9em ; line-height:1.2em; }
