@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 beta1 (http://builder.yaml.de)
 * @file        basemod.css
 */

@media all
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 12px;
}
  
 /* Layout Alignment | Layout-Ausrichtung */
  #page_margins { margin: 0 auto; }
  /* Layout Properties | Layout-Eigenschaften */
  #page_margins {
	width: 797px;
}
  #page {
	padding: 0px;
	background-color: #F1D5EB;
	background-image: url(../images/col3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
  #header {
	color: #000;
	height: 105px;
	padding: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FDFF00;
}
 #subheader {
	color: #000;
	height: 30px;
	padding: 5px;
}
  #nav {
	overflow:hidden;
	height: 25px;
}
  #nav_main {  }
  #main {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
  #footer {
	padding: 0px;
	color:#49474b;
	background-color: #F1D5EB;
	height: 48px;
}

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

  /*-------------------------------------------------------------------------*/

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

  #col1 {
	float: left;
	width: 139px;
	margin:0;
	background-image: url(../images/background_left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
	height: 500px;
}
  #col2 {
	float: right;
	width: 144px;
	margin:0;
	background-image: url(../images/background_right.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
	height: 500px;
}
  #col3 {
	width: auto;
	margin-top: 0px;
	margin-right: 144px;
	margin-bottom: 0px;
	margin-left: 139px;
	background-color: #F1D5EB;
	color: #49474b;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;
	background-image: url(../images/background_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
	font-weight: bold;
	height: 500px;
}
 #col4 {
	width: auto;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
	background-color: #FFFFFF;
	color: #49474b;
	padding-right: 35px;
	padding-left: 35px;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 484px;
	font-weight: bold;
}

 #col3_client {
	width: auto;
	margin-top: 0px;
	margin-right: 144px;
	margin-bottom: 0;
	margin-left: 139px;
	background-color: #F1D5EB;
	color: #49474b;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	background-image: url(../images/background_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
	font-weight: bold;
	height: 500px;
}
  #col1_content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
  #col2_content {
}
  #col3_content {
	padding: 0;
}
	
  /*-------------------------------------------------------------------------*/
}
.dropcap {
	float:left;
	margin-top:0px;
	color:#49474b;
	width:25px;
	font-size: 38px;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 5px;
}

 #col3_content ul {
	padding: 0;
	list-style-image: url(../images/bullet.png);
}

ul{
	list-style-image: url(../images/bullet.jpg);
}
