body {
  margin: 0;
  font-family: Officina, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #F4F4F4;
}

#header {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.sponsor {
  text-size: 11px;
  color: #0044AA;
  float: right;
}

#main {
  border-left: 0px solid silver;
  border-right: 0px solid silver;
  border-bottom: 1px solid silver;
}

form {
  margin: 0px;
  padding: 0px;
}

table.form_border {
	border: 1px solid gray;
	background-color: #EFEFEF;
}

table.default {
	border: 1px solid #3366CC;
	background-color: #EFEFEF;
}

.bordered {
	border: 1px solid #3366CC;
}

#loggeduser {
}

#bottom {
/*	background-color: #EFEFEF; */
    color: gray;
	margin-top: 0px;
	padding: 0px;
	font-size: 10px;
}

.main {
    color: #000000;
	margin-top: 0px;
	padding: 4px;
	font-size: 12px;
}

.right {
    color: #3366CC;
	margin-top: 0px;
	padding: 4px;
	font-size: 11px;
	width: 200px;
	border-left: 1px solid silver;
}

td.caption {
  background-color: #DEE2E6;
}

tr.marked {
}

tr.marked:hover {
  background-color: #DEE2E6;
}

.item_headline {
	border-bottom: 1px solid gray;
	background-color: silver;
}

.login_headline {
  color: white;
  background-color: gray;
  margin-top: 16px;
  padding-left: 0px;
}

.login_row {
  background-color: #D0D0D0;
  margin-bottom: 16px;
  padding-left: 4px;
}

/**********************
 * Ausgabebereiche
 **********************/

#headline_main {
  color: white;
  background-color: #009900;
  border: 1px solid #009900;
  margin-top: 16px;
  padding-left: 0px;
}

#content_main {
  background-color: #E5FFCC;
  border: 1px solid #009900;
  margin-bottom: 16px;
  padding-left: 4px;
}

#headline_seminar {
  color: #664400;
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  margin-top: 16px;
  padding-left: 0px;
}

#content_seminar {
  background-color: #FFE57F;
  border: 1px solid #FFCC00;
  margin-bottom: 16px;
  padding-left: 4px;
}

#headline_person {
  color: white;
  background-color: #DD0000;
  border: 1px solid #DD0000;
  margin-top: 16px;
  padding-left: 0px;
}

#content_person {
  background-color: #EED1D1;
  border: 1px solid #DD0000;
  margin-bottom: 16px;
  padding-left: 4px;
}

#headline_admin {
  color: white;
  background-color: #0066CC;
  border: 1px solid #0066CC;
  margin-top: 16px;
  padding-left: 0px;
}

#content_admin {
  background-color: #CEE4F9;
  border: 1px solid #0066CC;
  margin-bottom: 16px;
  padding-left: 4px;
}

.clear {
  clear: both;
}

h1 {
  font-size: 20px;
  padding: 4px;
  margin: 0px;
}

h1.title {
  color: #0044AA;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  letter-spacing: 5px;
}

h2 {
  font-size: 16px;
  padding: 4px;
  margin: 0px;
}

h2.caption {
  color: #0044AA;
/*   color: #3366CC;*/
  font-size: 16px;
  padding: 4px;
  margin: 0px;
}

/******************** AUFLISTUNGEN ********************/

/* Randfarbe der Trennlinien bei Auflistungen */
.list_border {
  background-color: #808080;
}

/* Hintergrundfarbe der Überschriften(Header) bei Auflistungen */
.list_head {
  background-color: #E0E0E0; /* #F7F7EF; */
}

/* Hintergrundfarbe der Tabellenzellen mit Daten bei Auflistungen */
.list_inside {
  background-color: #FFFFFF;
}

/* Listeninhalt(Daten) mit MouseOver-Effekt */
.list_hover	{
  background-color: #DEE2E6;
}

/* Class für Sortierlinks <a href=... in Spaltenüberschriften */
a.list_sort, a.list_sort:link, a.list_sort:visited {
  color: #000000;
}

a.list_sort:hover {
  color: #808080;
}

td.popupheader {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#D7D56B;
  color: black;
  font-weight:bold;
  font-size:8pt;
}
td.popuplabel {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#E7ECD1;
  color: black;
  font-weight:normal;
  font-size:8pt;
}
td.popupdata {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#F7FAD3;
  color: black;
  font-weight:normal;
  font-size:8pt;
}

/******************** Links ******************/
/* normaler Link */
a {
  font-size: 12px;
  color: #004499;
}

a:hover {
  font-size: 12px;
  color: #4488CC;
}

a.small {
  font-size: 11px;
  color: #004499;
}

a.small:hover {
  font-size: 11px;
  color: #4488CC;
}

/******************** NORMALER TEXT ********************/

/* normaler Text */
.text	{
  font-size: 12px;
}

/* grauer Text */
.text_grayed	{
  color: gray;
  font-size: 11px;
  font-weight: normal;
}

/* breiter Text */
.text_bold	{
  font-size: 12px;
  font-weight: bold;
}

/* kleiner Text */
.text_small	{
  font-size: 10px;
}

/* kleiner, breiter Text */
.text_small_bold	{
  font-size: 10px;
  font-weight: bold;
}

/* groser, breiter Text */
.text_large_bold	{
  font-size: 14px;
  font-weight: bold;
}

.comment {
  font-size: 11px;
}

/******************** FORMULARE ********************/

.form_error {
	font-family: Officina, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EE0000;
}

.forminput {
	font-family: Courier, Officina, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
/*  border: 1px solid Gray; */
}

.forminput_changed {
	font-family: Officina, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	background-color: #BBDDFF;
	padding: 2px;

/*  border: 1px solid Gray; */
}

input {
	font-family: Officina, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
/*  border: 1px solid Gray; */
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
  border: 1px solid Gray;
}

input.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
  border: 1px solid Gray;
}

input.button:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
  border: 1px solid Gray;
}

textarea {
	background-color: #FFFFFF;
	font-family: Officina, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
  border: 1px solid Gray;
}

select {
	font-family: Officina, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

a.button {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  border: 1px solid Gray;
  padding: 2px;
  background-color: #E7E7DF;
}

a.button:hover {
   text-decoration: none;
   color: #000000;
   background-color: #D7D7C7;
}

a img {
	margin-right: 5px;
}

/******************** DEFINITIONEN FÜR DIE MENUKLASSE ********************/

.menu_0_normal {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:F7F7EF;
}

.menu_0_hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:DEE2E6;
}

.menu_0_disable {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: silver;
  background-color:F7F7EF;
}

.menu_1_normal {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:F7F7EF;
}

.menu_1_hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:DEE2E6;
}

.menu_1_disable {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: silver;
  background-color:F7F7EF;
}

.menu_2_normal {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:F7F7EF;
}

.menu_2_hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:DEE2E6;
}

.menu_2_disable {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: silver;
  background-color:F7F7EF;
}

.menu_frame_main {
  border-left: none;
  border-top: 1px solid silver;
  border-right: none;
  border-bottom: 1px solid silver;
}

.menu_frame {
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}

.menu_spacer {
  font-family: Arial, sans-serif;
  font-size: 1px;
  font-style: normal;
  font-weight: normal;
  color: #003366;
  background-color:F7F7EF;
}

.slidebar {
  height: 100%;
  background-color: #F7F7EF;
  border-left: 1px solid silver;
  border-top: none;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

#linkarea {
  text-weight: bold;
  font-size: 12px;
}

#linkurl {
  text-weight: normal;
  font-size: 11px;
  float: left;
}

#linkcaption {
  text-weight: normal;
  font-size: 11px;
  left: 300px;
  float: left;
}

.items {
  color: #0044AA;
  background-color: #D0D0D0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #6699FF;
}

.itembold {
  color: #000000; /* #0044AA; */
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: bold;
  border-left: 1px solid #6699FF;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
  width: 100px;
}

.item_none {
  color: #0044AA;
  background-color: #F0F0F0;
  font-size: 11px;
  font-weight: normal;
}

.item {
  color: #0044AA;
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: normal;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
}

.item_row {
  color: #0044AA;
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: normal;
  border-left: 1px solid #6699FF;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
}

.item_full {
  color: #0044AA;
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: normal;
  border-top: 1px solid #6699FF;
  border-left: 1px solid #6699FF;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
}

.item_bold {
  color: #000000;
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
}

.item2_bold {
  color: #0044AA;
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: bold;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
}

.item_row_bold {
  color: #0044AA;
  background-color: #F0F0F0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 11px;
  font-weight: bold;
  border-left: 1px solid #6699FF;
  border-right: 1px solid #6699FF;
  border-bottom: 1px solid #6699FF;
}

#red {
  color: #E00000;
}

#redbold {
  color: #E00000;
  font-weight: bold;
}

/***** Texte *****/
h3.headN {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  margin: 0px;
}

td.textN {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid silver;
}

div.divN {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 4px;
}

h3.headT {
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  margin: 0px;
  background-color: #DEE2E6;
  color: #0044AA;
/*  background-color: #E4E4E4;
  color: #208020; */
}

td.textHeadT {
  border-top: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

td.textT {
  font-size: 11px;
  background-color: #F0F0F0;
  padding: 2px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

div.divT {
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
}

h3.headV {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  margin: 0px;
}

td.textV {
  font-size: 12px;
}

div.divV {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 16px;
}

h3.headH {
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  margin: 0px;
}

td.textH {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid silver;
}

div.divH {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 4px;
}

td.heft_monat {
  font-weight: bold;
  font-size: 14px;
  color: green;
  background-color: #D0D0D0;
  padding: 4px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

td.heft_tag {
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  background-color: #E7E7E7;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

td.heft_termin {
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  background-color: #E7E7E7;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

td.heft_text {
  padding: 2px;
  font-size: 12px;
  color: #0044AA;
  background-color: #E7E7E7;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

ol {
  padding-bottom: 4px;
}

li.li_section {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
}

li.li_item {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
}

img.list {
  cursor: pointer;
  border: 1px solid gray;
  margin-bottom: 8px;
}

td.top {
  display: none;
}

td.topN {
  display: block;
}

