/* RESET */
* {
	margin: 0;
	padding: 0;
}
.mceDokument{background: #fff;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
.mceContentBody{background:#fff;}
html { height: 100%; margin-bottom: 1px; }
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}


  /* (en) make .print class visible */
  /* (de) .print-Klasse sichtbar schalten */
  .print { position: static; top: 0; left: 0; height: auto; width: auto; }
  
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * @section content preparation
   * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
   */

  /* (en) Change font to serif */
  /* (de) Zeichensatz auf Serifen umstellen */
  code, pre { font-family:"Courier New", Courier, mono; }
  body { padding: 0; margin: 0;}

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  /* (en) Format acronyms and abbreviations for print*/
  /* (de) Auszeichnung von Abkürzungen */
  abbr[title]:after, 
  acronym[title]:after { content: '(' attr(title) ')'; }

  /* (en) Disable background graphics of links  */
  /* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
  #page a[href^="http:"], 
  #page a[href^="https:"] { padding-left: 0; background-image: none; }

/* HTML */
body {
	font-family:arial, helvetica, verdana, sans serif;
	color: #666666;
	font-size: 13px;
}
a {
	outline: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
a img {
	border:0;


}
img{padding: 0; margin: 0; border: 0;}

a:hover{ text-decoration:none;border-bottom: 1px solid #999999; padding:0;}
a:focus img{outline:1px dashed #666;}
a:focus{ text-decoration:none;border-bottom: 1px solid #999999;}
#container {
	width: 13cm;
	margin-left: 2cm;

}
#header {
	background:#fff;
	display:block;
	clear:both;
}
#img-logo {border: 0;}
#navigation {
	display:none;
}
#sidebar-left {
	display:none;
}
.upper-sidebar {
display:none;
}

.lower-sidebar {
display:none;
}

#subnavi{
display:none;
}

ul {
	list-style: square outside;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;

}
ul li {
	line-height: 1.5;
}
p {
	margin: 0 0 0.85em 0;
}
.clear {
	clear: both;
	display:block;
	margin-top: -1px;
}
h1 {
	font-family:Arial, helvetica, verdana, sans serif;
	font-size:20px;
	text-align:left;
	font-weight:100;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h2 {
	font-family:Arial, helvetica, verdana, sans serif;
	font-size:20px;
	text-align:left;
	font-weight:100;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h3 {
	font-family:Arial, helvetica, verdana, sans serif;
	font-size:16px;
	text-align:left;
	font-weight:100;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h4 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h2 span.smaller {
	font-size: 16px;
	line-height: 1;
	display:block;
}
.dark{color: #444444;}
hr {
	background:#666;
	color:#666;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1em;
	border:none;
}
.box {
	background:#e1e5e8;
	padding: 10px;
	width:100%
	display:block;
	clear:both;
}
.box:after {
	clear:both;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.alignright {
	float:right;
	margin: 0 0 20px 20px;
	display:block;
}
.no-right-margin {
	margin-right: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-list-icon {
	list-style: none;
}
.no-display {
	display: none;
}
.btnEGDG {
	margin: 0px;
}

#container{#fff;}
h2,h3,#sidebar-left li a:hover,#sidebar-left li a:focus,#content a  {color: #009035;}