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

@media screen, projection {
/*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
	background-attachment: fixed;
	background-color: #FDFDFD;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Layout Alignment | Layout-Ausrichtung */
  #page_margins {
	margin: 0 auto;
}
/* Layout Properties | Layout-Eigenschaften */
  #page_margins {
	width: 950px;
	min-width: inherit;
	max-width: none;
	background: #fff;
}
#page {
	background-image: url(../../images/site/background.png);
	background-position: center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#header {
	color: #FFF;
	background-color: #fff;
	background-image: url(../../images/site/header_background.png);
	background-position: center;
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topnav {
	color: #FFF;
	background: transparent;
}
#topnav a {
	color: #FFF;
	text-decoration: underline;
}
#topnav a:hover {
	text-decoration: none;
}


#logo {
	position: absolute;
	left: 10px;
	top: 25px;
	height: 125px;
	width: 200px;
	background-image: url(../../images/site/site_logo.png);
}
#main {
	margin: 10px 0;
}
#footer {
	color:#666;
	background-image: url(../../images/site/footer_background.png);
	background-position: center bottom;
	height: 65px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
}
/*-------------------------------------------------------------------------*/

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

  #col1 {
	float: left;
	width: 200px;
	margin-left: 10px;
	color: #333;
	padding-top: 15px;
}
#col2 {
	display:none
}
#col3 {
	width: 650px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col1_content {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#col3_content {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*-------------------------------------------------------------------------*/
}
#nav_infobox {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-right: 10px;
	margin-left: 10px;
}
.subcl {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DDDDDD;
}
