@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
  @import url(../yaml/core/base.css);
  /*@import url(../yaml/debug/debug.css);*/

/* import screen layout | Screen-Layout einbinden */

/* import print layout | Druck-Layout einbinden */
  @import url(print/print.css); 


@media all
{
 
 
   body {
	background: white;
	font-size: 75%;
	color: #204393;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { padding: 20px; }

#page {
	width: 100%;
	margin: 0px auto;
	background: none;
}
 a {color:#204393; text-decoration:none;}

/* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {
	background: none;
	padding: 0px;
}
#logo {
	width: 152px;
	float: left;
}
#flash_content, #topnav, .footer_right,  #col1 { display:none; }

#header_nav {
	width: 100%;
	background:none;
	height: 1%;
}
#nav_contain {	
	width:220px;
	float: right;
	padding: 0;
}
#nav_main { text-align:right; }



#main { padding: 0; width:100%;}

#footer {
	background:none;
	padding: 0 0 18px 0px;
}

/**** FOOTER-LEFT ****/
#footer ul {
float:none;
}
.footer_left {
	width: 100%;
	float: none;
}

.footer_left ul {padding: 0; margin: 0;}
.footer_left li {list-style: none; list-style-type: none; padding: 0 20px 0 0; margin: 0; float: left; background: none;}
#footer li a {color: #ff6800;}
#footer li a:hover { text-decoration: underline; color: #204393;}

/**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
#col3 {
	margin: 0;
	width:100%;
	background: none;
}

#col3_content {
	background: none;
	padding: 20px 0px 0 0;
	width:100%;
}

#col3_content_header { }

.border-top, .border-bottom, .edge-t1, .edge-tr, .edge-bl, .edge-br  {display:none;}

img, div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img  {display: block;
    margin-left: auto;
    margin-right: auto;	}

.c50l, .c50r { width:100%; float:none; margin:10px 0px 10px 0px;}
.c50max {width: 100%; }
.c50l_content { padding:0;}

 .edge_content {border: 1px solid #e2e2e2; padding: 10px;}
 
 p.printlink {color:#e2e2e2; padding:10px 0; border-bottom: 1px solid #e2e2e2;}
 
 
}
