body {
  background-color: #fff;
	color: black;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

th, td {
  /* border: 1px solid red; */
  background-color: #d3dde4;
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.menu {
	background-color: #7396b1; /* #7396b1; */
}

.submenu {
	background-color: #030992;
}

td.footer {
	background-color: #030992; 
	color: #eee;
	font-size: 1em; 
	height: 20px; 
	/* width: 620px; */
}

/*
span.footer {
	background-color: #030992; 
	color: #eee;
	font-size: 9pt; 
	width: 620px;
}
*/

a.footer
{
	font-size: 1em;
	text-decoration: none;
}

a.footer:link {
  background-color: #030992;
	color: #eee;
}
	
a.footer:hover {
  background-color: #030992;
	color: #fff;
}
	
a.footer:visited {
  background-color: #030992;
	color: #eee;
}
	
a
{
  text-decoration: none;
  color: #425bb3;
}

a:visited {
  color: #030992;
}

a:link {
  color: #030992;
}

a:hover
{
  color: #030992;
	text-decoration: underline;
}

a.print_link {
  font-size: 1em; 
}

a.menu {
	background-color: #030992; 
	color: #ddd; 
	vertical-align: middle;
	padding:5px;
  font-size: 1em;
	text-align: center;
	display: block;
}

a.menu:visited {
	background-color: #030992;
	color: #ddd; 
}

a.menu:hover {
	background-color: #7396b1; 
	color: #fff;
	text-decoration: none; 
}

a.selected {
	background-color: #7396b1; 
	color: #fff;
	vertical-align: middle;
	padding:5px;
  font-size: 1em;
	text-align: center;
	display: block;
}

a.selected:visited {
	background-color: #7396b1; 
	color: #ddd; 
}

a.selected:hover {
	background-color: #030992; 
	color: #fff; 
  text-decoration: none;
}

span.selected {
	background-color: #7396b1; 
	color: #fff; 
	vertical-align: middle;
	text-align: center;
  font-size: 1em;
	padding: 5px;
	display: block;
}

span.subselected {
	background-color: #7396b1; 
	color: #fff;
	height: 100%; 
	font-size: 1em; 
	padding: 20px 5px 2px 5px;  
	vertical-align: bottom;
}

a.submenu {
	background-color: #030992; 
	color: #caa;
	height: 100%; 
	font-size: 1em;
	padding: 20px 5px 0px 5px; 
	vertical-align: bottom;
}

a.submenu:visited {
	background-color: #030992; 
	color: #caa; 
	vertical-align: bottom;
}

a.submenu:hover {
	background-color: #7396b1; 
	color: #fff; 
	vertical-align: bottom;
  text-decoration: none;
}

a.subsubmenu {
	background-color: #7396b1; 
	color: #ddd; 
	font-size: 0.9em;
	height: 100%;
	padding: 2px 5px 2px 5px; 
}

a.subsubmenu:visited {
	background-color: #7396b1; 
	color: #ddd; 
}

span.subsubselected {
	background-color: #030992; 
	color: #fff;
	font-size: 0.9em; 
	padding: 2px 5px 2px 5px;  
	display: block;
}

a.subsubmenu:hover {
	background-color: #030992; 
	color: #fff; 
	padding: 2px 5px 2px 5px;  
	vertical-align: middle;
  text-decoration: none;
}


td.subsubmenu {
	background-color: #7396b1; 
}

td.subsubselected {
	background-color: #030992; 
}

.content {
  background-color: #d3dde4; 
}

h1 {
  font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

h2 {
  font-size: 15px;
	text-align: center;
}

h3 {
  font-size: 1em;
	text-align: center;
	font-weight: normal;
}

.maincontent {
  background-color: #d3dde4; 
	padding: 1em;
	height: 500px;
	width: 70em;
	font-size: 1em;
}

.li_title{
	/* font-weight:bold; */
}

.normal{
	font-weight:normal;
}

.emph{
  font-weight:bold;
}

/* Überschriftenhierarchie bei Texten */
p.h1 {
  font-weight:bold;	
  text-align:center;	
}

p.h2 {
  font-weight:bold;	
}

/* Listenansichten */
table.list {
  background-color:white;
	border:1px solid #e5eef5; /* #0842D6; */
}

.list_header {	
  font-weight:bold;
  color:black;
	text-align:center;
}

td.list_body_dark {
  vertical-align: top;
  background-color:#d3dde4; 
}

td.list_body_light {
  vertical-align: top;
  background-color:#e5eef5; 
}
td.list_body_duration_dark {
  vertical-align: middle;
  background-color:#d3dde4; 
}

td.list_body_duration_light {
  vertical-align: middle;
  background-color:#e5eef5; 
}

.utek {
  font-weight: bold;
	font-size: 1em;
	color:  #030992;
	text-align: right;
}


