@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage fÃ¼r die Erstellung eines Screenlayouts
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body {
	background-repeat: no-repeat;
	background-position: center 45px;
	background-attachment: scroll;
}
  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins {
	  }
  #page{
	position:absolute;
	left:50%;
	width:900px;
	margin-left:-450px;
	float: left;
	display: block;
}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {
      background: url(../img/Logo_ND-225px.png);
      background-repeat: no-repeat;
      background-position: 0px 24px;
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      float: left;
      height: 100px;
      width: 900px;
  }
  #topnav {  }
#main {
	background-image: url(../img/mainrepeat.gif);
	background-repeat: repeat-y;
	background-position: 210px 20px;
	display: block;
	float: left;
	width: 900px;
	margin-top: 20px;
}
  #col3 span{
	display: block;
	float: left;
	padding-top: 87px;
	font-size: 10px;
}
#col3 span a{
	font-size: 12px;
	line-height: 12px;
}

  #footer {
	float: left;
	height: 30px;
	width: 900px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 11px;
	padding-top: 3px;
	color: #999999;
	line-height: 14px;
	margin-top: 20px;
}
#footer span {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 430px;
	font-size: 11px;
	line-height: 14px;
}
#footer span a{
	font-size: 11px;
}

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #col1 {
	width: 210px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
  #col1_content {
	margin: 0px;
	padding: 0px;
}

  #col2 {
	width: 670px;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
  #col2_content {
	width: 650px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}


.sitemap1 {
	padding-bottom: 5px;
	padding-top: 5px;
}
.sitemap2 {
	padding-left: 10px;
}
.sitemap3 {
	padding-left: 20px;
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
}
#language {
	display: block;
	width: 210px;
	float: left;
	text-align: right;
}

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}
