@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator     YAML Builder V1.0.2b (http://builder.yaml.de)
 * @file        basemod.css
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body  
  {
  		background: #fff url("/images/back_start_filler.gif") repeat-x top left; 
  		padding: 0; 
  		margin: 0px;
  		font-family: Verdana, Helvetica, sans-serif;
  }
  
  #Content
  {
  	width: 860px;
  	padding-top: 273px;
  	min-height: 425px;
  	margin: 9px auto 0px;
  	background: url("/images/back_start.jpg") no-repeat top left; 
  }
  
  #Content #Select
  {
	float: left;
	width: 100%;
	padding-left: 95px;
	height: 61px;
	overflow: hidden;
	text-align: center;
  }
  
  #Content #Select a
  {
  	height: 61px;
  	float: left;
  	overflow: hidden;
  	margin-left: 60px;
  }
  
  #Content #Select a img
  {
  	border: none;
  }
  
  #Content #Select a:hover img
  {
  	margin-top: -61px;
  }
  
  #Content #Text
  {
	float: left;
	width: 100%;
	margin-left: 55px;
	margin-top: 25px;
  }
  
  #Content #Text img
  {
	float: left;
	margin-left: 40px;
  }

  #Content #Footer
  {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 9px;
	color: #939393;
  }
  
   #Content #Footer a
   {
	color: #939393;
	text-decoration: none;
  }
  
  #Content #Footer a:hover
   {
	color: #939393;
	text-decoration: underline;
  }

}
