@charset "iso-8859-1";
/* ========================== */
/*  allgemeine Einstellungen  */
/* ========================== */

 
/* Textkörper, Hyperlinks und Bilder */
/* --------------------------------- */

body {
	background-color:#FFFFFF; /* weiß */
	font-family:arial;
	color:#000000;
}

a:link {
	color: rgb(100,100,100);
}

a:link.menu {
	color: rgb(100,100,100);
	text-decoration:none;
}

a:visited {
	color: rgb(140,140,140);
} 

a:visited.menu {
	color: rgb(140,140,140);
	text-decoration:none;
} 


/* Text allgemein */
/* -------------- */

p {
	font-size:90%;
	text-align:left;
	line-height:130%;
}

/* Menü-Tabelle */
/* ------------ */

td.menu {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-top: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
}

td.menu_last {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-top: 1px solid rgb(204, 204, 204);}

td.menu_top {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
}

td.menu_top_last {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: 1px solid rgb(204, 204, 204);
}