﻿@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.1 (http://builder.yaml.de)
 * @file        basemod.css
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #bcae9f; }

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 954px; }
  #page {  }
  #header { }
  #nav { overflow:hidden; }
  #nav_main { background: #fff; }
  #main { min-height: 400px; }
  #teaser { clear:both; padding: 30px 0 10px 20px;  }
  #footer { text-align: right; margin: 30px 0 0 0; border-top:1px solid #fff; height:16px; width:954px;}
  #footer a { text-decoration: none; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul {  }
  #nav ul li a.active { font-weight: bold; }

  /*-------------------------------------------------------------------------*/
  

	
  /*-------------------------------------------------------------------------*/

.multi_col_left
{
	float:left;
	padding: 0 0px 0 20px;
	width: 33%;
	text-align: left;
}

.multi_col_right
{
	float:left;
	padding: 0 0 0 0px;
	width: 60%;
}

.multi_two_col
{
	clear:left;
	min-height:89px;
	margin:8px 0 0 0;
}

dl, dt, .csc-textpic-imagecolumn, .csc-textpic, .csc-textpic-left, .csc-textpic-imagewrap, .csc-textpic-lastcol, .csc-textpic-image
{
	float: none !important;
}

p.indent
{
	padding-left:5em;
}
  /*-------------------------------------------------------------------------*/
}