/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
	color: #616161;
	line-height: 1.23;
}
H1 { font: 13px Verdana, Arial, Helvetica, sans-serif bold; font-weight: bold; color: #648425; margin-bottom:1mm;  }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


/* weitere Schriftarten */

.Ueberschrift_01  {
	font-size: 11px;
	color: #648425;;
	font-weight:bold;
}

.Ueberschrift_02  {
	font-size: 11px;
	color: #616161;
	font-weight:bold;
}

.Ueberschrift_Fliesstext  {
	font-size: 11px;
	color: #616161;
	font-weight:bold;
}


/* Tabelle */
.Tabelle_01 {
	background-color: #a7c8dd;
}

.Tabelle_Kopf  {
	background-color: #cc0033;
}

.Tabelle_Zelle_01  {
	background-color: #d0dfef;
}


A:link, A:visited, A:active { 
	text-decoration: none; 
	color: #648425; 
}

A:hover {
	text-decoration: underline;
	color: #00000;
	list-style-type: circle;
}


TD#footer {border-top: dotted 0px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 15px;	
	padding-bottom: 15px;
	vertical-align: top; 
	width: 680px;
	background-color: #ffffff;

}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	width: 149px;
}

* html TD#menu_1{
width: 184px;
w\idth: 184px;
} 


TD#menu_1 DIV {
	width: px;
}

TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
	color: #648425;
}

TD#menu_1 DIV A:hover {
	text-decoration: none;
	color: #000000;
}


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 0px dotted #9aa7cc;
  font-size: 10px;
  padding: 4px;
  padding-left: 20px;
  font-weight:;
  width: 149px;
  background-color: #;
  background-image:url(../images/navi_loop.gif);
}

* html TD#menu_1 DIV.menu1-level1-no{
width: 184px;
w\idth: 184px;
} 


/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 0px dotted #d92400;
  font-weight:;
  font-size: 10px;
  padding: 4px;
  padding-left: 20px;
  background-color: #;
  background-image:url(../images/navi_on.gif);
  filter:alpha(opacity='70', style='0');
  width: px;
}


TD#menu_1 DIV.menu1-level1-act A {
  color:#000000;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  border-bottom: 0px dotted #d92400;
  background-color: #d5e1ee;
  font-size: 10px;
  padding-left:20px;
  padding-right:4px;
  padding-top:2px;
  padding-bottom:2px;
  background-image:url(../images/flaeche_navi.gif);
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  border-bottom: 0px dotted #d92400;  
  background-color: #d5e1ee;
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
  padding-right:4px;
  padding-top:2px;
  padding-bottom:2px;
  background-image:url(../images/navi_2on.gif);
}


/*  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: verdana, arial;
  font-size: 11px;
  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;
}


a img {
border : 0 none;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: dotted 1px #616161;
 border-bottom: transparent;
}

.align-left { text-align: left }
.align-center { text-align: center }
.align-right { text-align: right }
