/*Gens Style*/

body {
	background-color: #5466A2;
      scrollbar-arrow-color : #5466A2; 
	scrollbar-base-color: #E4E8F1;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #48578A;
font-weight:bold;
}
a:hover     {
	text-decoration: underline;
	color: #800000;
}

a.group:link, a.group:visited, a.group:active 		{
	text-decoration: none;
	color: #ffffee;
}
a.group:hover     {
	text-decoration: underline;
	color: #ee0000;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

td.cell {
	font-size: 8pt;
	background-color: #eeeeee;
}

td.title {
	font-size: 9pt;
	color: #ffffee;
	background-color: #000080;
}

td.titlebar {
	background-color: #eeeeee;
}

td.groupbar {
	font-size: 10pt;
	color: #ffffee;
	background-color: #000080;
}

td.aktcat {
	font-size: 8pt;
	font-weight: bold;
	background-color: #eeeeee;
}

.start {
	font-size: 9pt;
}

.footer {
	font-size: 8pt;
}

.head {
	font-size: 12pt;
	font-weight: bold;
}

hr {
	color:#5466A2;
	height:1px;
	border:1px solid #5466A2;
}

form {
  background-color: #E4E8F1;
  padding:3px;
  border:2px solid #5466A2;
}

input, select, textarea {
  color:#000000;
  background-color:#eeeeee;
  font-size:13px; font-family:Verdana,sans-serif;
  font-weight:bold;
}

.news {
	font-size: 10px;
}

.box {
	font-size: 11px;
	font-weight: bold;
  color: black;
  text-align: center;
  background-color: #E4E8F1;
	border: 1px solid #5466A2;
	width: 120px;
	height: 25px;
}

.titel {
	font-size: 10px;
  color: black;
  text-align: center;
  background-color: #E4E8F1;
	border: 1px solid #5466A2;
}

.menuitem {
  font-weight: bold;
  color: #5466A2;
  font-size: 14px;
  padding-left: 5px;
  display: block;
  border-bottom:1px dashed #C8C8C8;
}

.menuitem a, .menuitem a:visited, .menuitem a:active {
  color: #5466A2;
  text-decoration: none;
}

.menuitem a:hover {
  color: #800000;
  text-decoration: none;
}

.submenuitem {
  font-weight: bold;
  color: #5466A2;
  font-size: 12px;
  padding-left: 25px;
  border-bottom:1px dashed #C8C8C8;
}

.submenuitem a:link, .submenuitem a:visited, .submenuitem a:active {
  color: #5466A2;
  text-decoration: none;
}

.submenuitem a:hover {
  color: #800000;
  text-decoration: none;
}