@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(core/slim_base.css);

/* Globale Styles */
@import url(screen/global.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/content.css);
@import url(screen/forms.css);

@media screen, projection
{

  #tagcloud {
  	width: 940px;
  	position: relative;
	margin-top: 20px;
	clear: both;
  }
  
  .EventPreview {
  	margin: 0;
	padding: 0;
  }
  .EventPreview li {
  	list-style: none;
  	background: transparent url(../images/icons/date.png) left 2px no-repeat;
	padding-left: 22px;
	line-height: 1.25em;
	margin: 0 0 10px 0;
  }

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  /*#main { float: left; width: 100% }*/
  #col1 { float: left; width: 478px;  margin: 0 0 0 230px }
  #col2 { float: left; width: 230px;  margin: 0 0 0 -708px }
  #col3 { float: right; width: 230px; margin-left: -5px; margin-right: 0; }
  #col1_content { padding: 0 20px }
  #col2_content { padding: 0 20px 0 0 }
  #col3_content { padding: 0 0 0 20px }


/*  #col1 { float: left; width: 250px;  margin:0 }
  #col2 { float: right; width: 250px;  margin:0 }
  #col3 { width: auto; margin: 0 250px 0 250px}
  #col1_content { padding: 0 20px 0 20px }
  #col2_content { padding: 0 20px 0 20px }
  #col3_content { padding: 0 20px }*/


  /* set column dividers */ 
  #col1 { border-left: 1px #333 solid }
  #col1 { border-right: 1px #333 solid }
	
  /*-------------------------------------------------------------------------*/
}
