/* Layout für alles */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
a {
	font-weight: bold;
}

/* Layout für das Menue */
dt.menu {
	line-height: 150%;
	font-weight: bold;
	padding-left: 5px;
}
a.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}


/* Layout für den Inhalt */
a.inhalt {
	font-family: Arial, Helvetica, sans-serif;
}
a.inhalt:link {
	color: #EE0000;
	text-decoration: none;
}
a.inhalt:visited {
	color: #EEAAAA;
	text-decoration: none;
}
a.inhalt:hover {
	color: #EE0000;
	text-decoration: none;
	background-color: #FFFF99;
}
a.inhalt:active {
	color: #0000EE;
	background-color: #FFFF99;
}
a.inhalt:focus {
	color: #00AA00;
	background-color: #FFFF77;
}
