/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, H4  {
	font-family: arial;
	font-size: 13px;
}
H1 { 	font-size: 17px; }
H2 { font-size: 16px; }
H3 { font-size: 15px; }
H4 { font-size: 14px; }
P, H1, H2, H3, H4 {margin: 0px 0px 5px 0px;}

TD#header_1 {border-bottom: solid 1px #CCCCCC;}
TD#footer {border-top: solid 1px #CCCCCC;}
TD#footer P {
	font-size: 12px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 50px;
	padding-right: 100px;
	padding-top: 35px;
	vertical-align: top;
	text-align: left;
	width: 650px;
	color: #666666;
}


/* Menu 1 column */
TD#menu_1 {
	vertical-align: top;
	width: 190px;
	padding-top: 10px;
}
TD#menu_1 DIV {
}
TD#menu_1 DIV A {
	color: #444;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	color: #FFFFFF;
	background-color: #94c900;
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px solid #5da1f6;
  font-size: 14px;
}
TD#menu_1 DIV.menu1-level1-no A{
  font-size: 14px;
  padding-left:5px;
  padding-top:5px;
  padding-bottom: 5px;
  display:block;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #5da1f6;
  font-weight:bold;
  font-size: 14px;
  background-color: #5da1f6;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
  display: block;
  color:#ffffff;
}
TD#menu_1 DIV.menu1-level1-act A:hover {
  color:#FFFFFF;
}
/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
}
TD#menu_1 DIV.menu1-level2-no A{
  font-size: 14px;
  padding-top:5px;
  padding-bottom: 5px;
  padding-left:25px;
  display:block;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  border-bottom: 1px solid #000000;
  font-weight:bold;
  font-size: 14px;
  background-color: #000000;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level2-act A {
  padding-top:5px;
  padding-left:25px;
  padding-bottom:5px;
  display:block;
  color:#A90230;
}
TD#menu_1 DIV.menu1-level2-act A:hover {
  color:#A90230;
  background-color:#000000;
}






/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: arial;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}


  body { background: black; padding: 10px 0; }
/*  body { background: #5da1f6; padding: 10px 0; }*/

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { 
   position:absolute; 
   left: 50%; 
   width: 900px; 
   margin-left: -450px; 
   min-width: 900px; 
   max-width: 900px; 
   border: 0px #889 solid; }
  #page{ background: #fff; border: 10px #fff solid; width: 900px;}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #page_margins { text-align: center }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 15px 2em 8.3em 20px; 
  }

  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }
  #nav_main {background-color: #336}

  #main { background: #fff;padding:10px 0; }

  #footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 15px;
    border-top: 5px #efefef solid;

  }

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

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 25% }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25% }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25% }
  #col3_content { padding: 10px }

  
  b.headline {
   font-family:Arial, Helvetica, sans-serif;
   font-size:30px;
   padding-left: 25px;
   padding-top: 5px;
   position:absolute;
   }
  b.subhl {
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   padding-left: 50px;
   padding-top: 25px;
   position:absolute;
   }
  img.imghl {
   padding-bottom: 15px;
  }
  strong {
   color:black;
  }
  a.download {
   color:red;
   text-decoration:none;
  }
  a.mail {
   color:red;
   text-decoration:none;
  }
  a.external-link-new-window {
   color:red;
   text-decoration:none;
  }
  .align-center {
   text-align:center;
  }
