/**
 * Body
 */
body {
  margin: 0px;
  padding: 0px;
}

/**
 * Logo (fokusflow)
 */
.logo {
	font-size: 30px;
	color: #424044;
}


/**
 * Sprachen
 */
.language {
	font-size: 14px;
	color: #98989B;
	font-weight: bold;
}


/**
 * Menueschriften (Rot)
 */
.red {
	color: #AB0416;
  text-decoration: none;
}

.red_sub {
	font-size: 10px;
	color: #AB0416;
	margin-left: 10px;
  text-decoration: none;
}


/**
 * Menueschriften (Blau)
 */
.blue {
	color: #002D36;
  text-decoration: none;
}
.blue_sub {
	font-size: 10px;
	color: #002D36;
	margin-left: 10px;
	text-decoration: none;
}


/**
 * Spezielle Menueschrift (Das Buch)
 */
.book {
	color: #CC4100;
	text-decoration: none;
}


/** 
 * Formate fuer die Aufklappmenues
 * -----------------------------------------------------------------------------
 */
.tbl_mid {
  vertical-align: top;
  border-top: 1px solid #003544;
  border-left: 1px solid #AB0416;
  border-bottom: 1px solid #003544;
}

.tbl_red {
  vertical-align: top;
  padding: 4px 8px;
  background-color: #F9A51B;
  border-top: 1px solid #AB0416;
  border-bottom: 1px solid #AB0416;
}

.tbl_blue {
  vertical-align: top;
  padding: 4px 8px;
  background-color: #5BA3A5;
  border-top: 1px solid #003544;
  border-left: 1px solid #003544;
  border-bottom: 1px solid #003544;
}

.menu_red {
  z-index: 100;
  position: absolute;
  visibility: hidden;
  background-color: #FFDA4D;
  border-right: 1px solid #AB0416;
  border-bottom: 1px solid #AB0416;
}

.menu_red td {
  padding: 3px 8px;
  white-space: nowrap;
}

.menu_blue {
  z-index: 100;
  position: absolute;
  visibility: hidden;
  background-color: #5BA3A5;
  border-left: 1px solid #003544;
  border-right: 1px solid #003544;
  border-bottom: 1px solid #003544;
}

.menu_blue td {
  padding: 3px 8px;
  white-space: nowrap;
}
/* -------------------------------------------------------------------------- */


/** 
 * Formate fuer die Textregionen
 * -----------------------------------------------------------------------------
 */
.tbl_title {
  padding: 4px 8px;
}

.tbl_title img {
  float: right;
  vertical-align: middle;
}

.tbl_title span {
  float: left;
	color: #FFFFFF;
	font-weight: bold;
  vertical-align: middle;
}

.tbl_menu {
  padding: 4px 8px;
  border-right: 1px solid #000000;
}

.tbl_menu td {
  padding: 3px 0px;
  white-space: nowrap;
}

.tbl_mitte {
	padding: 8px;
	color: #000000;
  text-align: justify;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  line-height: 16px;
}

.tbl_rechts {
	padding: 8px;
	color: #000000;
  text-align: justify;
  line-height: 16px;
}
/* -------------------------------------------------------------------------- */
