@charset "utf-8";
/* Formatierung, Layout & Styles Template */
/* Fußzeile */
TD#footer {border-top: dotted 1px #ABC8EA;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content - Bereich */
TD#content {
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 6px;
	vertical-align: top; 
	height: 600px;
}

/* Newsticker rechter Rand */
TD#right_column {
    background-color: #B5D8F2;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	vertical-align: top; 
}

/* Menuleiste, obere Zelle */
TD#top_left {
	background:url(../images/left_top.png);
	background-repeat:no-repeat;
}

/* Menuleiste */
TD#menu_1 {	
	vertical-align: top; 
	width: 174px;
}
TD#menu_1 DIV {
	width: 80%;
}
TD#menu_1 DIV A {
	color: white;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}
TD#menu_1 DIV A:active {
	color: white;
	text-decoration: bold;
}

/*  MENU 1, level 1, normal (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-weight:bold;
  font-size: 11px;
  filter:alpha(opacity='70', style='0');
  padding-top:5px;
  padding-left:5px;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:white;
}
/*  MENU 1, level 2, normal (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}
