@charset "UTF-8";

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3               |
   * | 25%     | flexible            |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col1 {
	width: 290px;
	height: 100%;
	background-image:url(../../images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

  #col3 {
	margin-left: 37%;
	margin-right: 0;
	text-align:justify;
	padding-left: 25px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
}
  #col3_content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

  #col3_content img { border: none; }

  #col3_content img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

  #col3_content img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

  #col3_content p {
	padding-top: 5px;
	padding-bottom: 5px;
}


}
