/* Basic colors 
light gray	#F0F0F0
light cyan	#A5CAF3
dark cyan	#4B4B6F
red		#F3A5A5
green		#F3EAA5
*/

BODY { 
  color: black;
  background: white;
  font-family: Arial;
  font-size: 10pt;
  padding: 5px;
  margin: 0px;
}

P, UL, OL, TD {
  font-size: 10pt;
}

P#doppelt {
  font-size: 20pt;
}

#j {
  text-align: justify;
}

A:link, A:visited, A:active {
  color: #4B4B6F;
}

B {
  color: #4B4B6F;
}

BIG {
  font-weight: bold;
  color: #4B4B6F;
  font-size: 12pt;
}

SMALL {
  font-size: 8pt;
}

/* Main page biggest font */
H1 {
  font-weight: bold;
  color: #4B4B6F;
  font-size: 14pt;
  text-shadow: #A5CAF3;
}

P.menu_top {
  display: inline;
  white-space: nowrap;
  color: #4B4B6F;
  font-size: 10pt;
}

P.menu_bottom {
  display: inline;
  white-space: nowrap;
  color: #4B4B6F;
  font-size: 8pt;
}

/* Leistungen bottom */
P.blend1 {
  display: none;
  text-align: justify;
}

.link2text {
  font-style: italic;
}

B#videonic_top {
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  color: #4B4B6F;
}

A#videonic {
  font-family: "Trebuchet MS";
  font-weight: normal;
}

#videonic_font {
  font-family: "Trebuchet MS";
}

UL { 
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4mm;
}

OL { 
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 7mm;
}

LI#disk { 
/*  list-style-position: outside*/
  list-style: disc outside;
  mmargin-left: 0;
}

TABLE.tbl_brd_blue {
  border-color: #4B4B6F;
  border-width: 1;
  border-style: solid;
//   table border=1 cellspacing=0 cellpadding=2 class=tbl_brd_black
}

#red {
  color: red;
}

#white {
  color: white;
}

/* Main structure design */
TD#m_l {
  border-left:1 solid #4B4B6F;
}

TD#m_r {
  border-right:1 solid #4B4B6F;
}

TD#m_lr {
  border-left:1 solid #4B4B6F;
  border-right:1 solid #4B4B6F;
}

TD#m_lrt {
  border-left:1 solid #4B4B6F;
  border-right:1 solid #4B4B6F;
  border-top:1 solid #4B4B6F;
}

TD#m_lrb {
  border-left:1 solid #4B4B6F;
  border-right:1 solid #4B4B6F;
  border-bottom:1 solid #4B4B6F;
}

TD#m_lb {
  border-left:1 solid #4B4B6F;
  border-bottom:1 solid #4B4B6F;
}

TD#m_rb {
  border-right:1 solid #4B4B6F;
  border-bottom:1 solid #4B4B6F;
}

TD#m_lt {
  border-left:1 solid #4B4B6F;
  border-top:1 solid #4B4B6F;
}

TD#m_rt {
  border-right:1 solid #4B4B6F;
  border-top:1 solid #4B4B6F;
}

TD#m_t {
  border-top:1 solid #4B4B6F;
}

TD#m_b {
  border-bottom:1 solid #4B4B6F;
}


