/* Generelle Hintergrundfarbe */

BODY {	margin: 0 0 0 0; background-color: #660000; }

/* Adresszeile */
DIV TABLE TR TD#adresse P.bodytext,
DIV TABLE TR TD#adresse P.bodytext A {
	margin: 1px 1px 1px 1px;
	font-family : Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#660000;
	text-align: center;
	color: white;
	}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, TD {
	font-family : Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#660000;
	line-height: 120%;
}

/* ?berschriften sehen so aus */
H1 {font-size: 16px; font-style: bold;}
H2 {font-size: 14px; font-style: italic;}

/* Alles korrekt auf's Raster richten */
H1, H2 {margin: 15px 0px 15px 0px;}

/* Bild unterschriften */
.csc-caption {
	font-family : Verdana, Arial, sans-serif;
	font-size: 9px;
	color:#660000;
}

P .bodytext {
	font-family : Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#660000;
	line-height: 25px;
}

/* Content column
   Breite und R?nder sind hier definert
   Dadurch entfallen die Zus?tzlichen Spalten und tabellen */

/* Seiten-Inhalt */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
	width: 540px;
}

/* Hier wird das Men? definiert und sein Verhalten */
/* Men? 1 */
TD#menu_1 {
	vertical-align: top;
	width: 200px;	/* 200 Pixel breite */
	/* background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat; */
	padding-top: 10px;
	}

TD#menu_1 DIV {
	width: 95%; /* DIV Eintr?ge erhalten von den obigen 200px 95% Platz */
	}

/* Basisdefinitionen f?r das gesamte Men? (in DIV-Tag eingeschlossen! */
TD#menu_1 DIV A {
	color:#660000; /* Stadard Rot f?r die Schriften */
	text-decoration: none;
	}

TD#menu_1 DIV A:hover {
	text-decoration: underline;
	}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
	border-bottom: 2px solid yellow; /*	border-bottom: 1px dotted #999999; */
	font-size: 11px;
	padding-top:5px;
	padding-left:5px;
	}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	border-bottom: 2px solid yellow; /* #999999; */
	font-weight:bold;
	font-size: 11px;
	padding-top:5px;
	padding-left:5px;
	color:white;
	}


/* Men? Ebene 1 Aktiver Eintrag */
TD#menu_1 DIV.menu1-level1-act A {
/*	color:black; */
	}

/*  Ebene 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}












