/* ---------------------------------------------------------------
   FILENAME:	stylesheet_ie.css
   PROJECT:		bootbau
   AUTHOR:		Pascal Fuchser

   HISTORY:		Pascal Fuchser	24-aug-2002		create file
   --------------------------------------------------------------- */

body {
  color : #000000;
  font-family: Verdana, Arial, Helvetia;
  font-size: 10px;
  background-color: rgb(240,220,210);
}

.border {
  background-color: rgb(135,70,50);
}

td.mpoint1 {
  color : #ffffff;
  font-family: Verdana, Arial, Helvetia;
  font-size: 11px;
  background-color: rgb(180,100,70);
}

td.mtext1 {
  color : rgb(255,255,255);
  font-family: Verdana, Arial, Helvetia;
  font-weight: bold;
  font-size: 11px;
  background-color: rgb(210,130,100);
}

/* menu aktiv */
td.mpoint2 {
  color : #ffffff;
  font-family: Verdana, Arial, Helvetia;
  font-size: 11px;
  background-color: rgb(150,80,50);
}

td.mtext2 {
  color : rgb(255,255,255);
  font-family: Verdana, Arial, Helvetia;
  font-weight: bold;
  font-size: 11px;
  background-color: rgb(200,100,80);
}

.leftmenu {
  color : rgb(255,255,255);
}

td {
  color : rgb(0,0,0);
  font-family: Verdana, Arial, Helvetia;
  font-size: 11px;
}

td.crewtext {
  color : rgb(20,20,20);
  font-size: 11px;
  font-family: Courier New, Verdana, Arial, Helvetia;
}

a {
  color : rgb(80,80,80);
  font-family: Verdana, Arial, Helvetia;
  font-weight: bold;
  font-size: 11px;
  text-decoration : none;
}

a:link {
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

a:active {
  text-decoration : none;
}

a.leftmenu {
  color : rgb(255,255,255);
  font-family: Verdana, Arial, Helvetia;
  font-weight: bold;
  font-size: 11px;
  text-decoration : none;
}

a.leftmenu:link {
  text-decoration : none;
}

a.leftmenu:hover {
  text-decoration : none;
}

a.leftmenu:active {
  text-decoration : none;
}

.content {
  background-color:rgb(255,255,255);
}

.row1 {
  background-color:rgb(255,255,255);
}

.row2 {
  background-color:rgb(240,240,240);
}

