@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
	background: #000000 url(../images/bkgd.jpg) repeat-x fixed left top;
	padding: 0px 0;
	margin: 0px;
}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; width: 900px; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins { min-width: 900px; max-width: 900px; }
  
  #wrapper{
	width: 900px;
	background-color: #FFFFFF;
  }
  .page { padding: 0px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
	background: transparent url(../images/index_02.jpg) no-repeat left top;
	width: 900px;
	height: 182px;
	margin: 0px;
	padding: 0px;
  }
  
  #entry_images{
	background-image: url(../images/index_05.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 900px;
  }


  #main {
	padding:20px 0px 0px;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
}
  #main_inside {
	padding:20px 50px 0px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	min-height:400px;
}

#email{
	width: 645px;
	padding-top: 50px;
	text-align: right;
	padding-right: 105px;
	font-weight: bold;
	color: #062d53;
}
  #email a:link { color: #062d53; background:transparent; text-decoration:none;}
  #email a:visited { color: #062d53; background:transparent; text-decoration:none;}
  #email a:active {color: #84330f; background-color: transparent; text-decoration:none;}
  #email a:hover { color: 84330f; text-decoration:none;}


#news{
	background-image: url(../../images/bkgd-news.jpg);
	background-repeat: no-repeat;
	width: 247px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#news_content{
	padding: 10px 10px 0px;
	background-image: url(../../images/news_02.jpg);
	background-repeat: no-repeat;
}
.news{
	font-size: 11px;
	line-height: 12px;
	color: #153555;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.news_date{
	font-size: 10px;
	line-height: 11px;
	color: #231b19;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}

  #footer {
	color:#fff;
	background: #af0400;
	padding: 10px 0px;
	width: 900px;
	text-align: center;
  }
  .footer{
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | flexible| 75%                 |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */



  #col1 { width: 25%; }
  #col1_content { padding: 0px 10px 0px 20px; }

  #col3 { margin: 0 0; }
  #col3_content { padding: 0px; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:26px;
    line-height:27px;
    color:#103559;
 	padding-top: 22px;
 }

  #header span { color:#999; }

  #footer a { color: #fff; background:transparent; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #fff; background-color: transparent; text-decoration:none;}
}

/*** IMAGE BUTTONS ***/


	.clear { /* generic container (i.e. div) for floating buttons */
		overflow: hidden;
		width: 100%;
	}
	
	a.button_pg {
	background: transparent url(../images/but-signup.jpg) no-repeat scroll right top;
	color: #444;
	display: block;
	float: left;
	font-weight: bold;
	width:194px;
	height: 34px;
	text-decoration: none;
	}
	
	a.button_pg:hover {
		background-position: bottom right;
		color: #000;
		outline: none;
	}
	a.button_reg {
		background: transparent url('../images/but-signup.jpg') no-repeat scroll top right;
		color: #444;
		display: block;
		float: left;
		font-weight: bold;
		width:194px;
		height: 34px;
		text-decoration: none;
	}
	
	a.button_reg:hover {
		background-position: bottom right;
		color: #000;
		outline: none;
	}

