/*
* CSS konstrukce, ktere obsahuji formatovani pro vystup z FCKEditoru.
* body.beeditor je trida, ktera zformatuje text v editoru v administraci.
* Na FE by mel byt text z WYSIWYG vlozen do div#wysiwygoutput.
*/

body.beeditor,
div#wysiwygoutput
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #424242;
  font-size: 11px;
  background-color: #fff;
}

body.beeditor h2,
div#wysiwygoutput h2{
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #424242;
}

body.beeditor img,
div#wysiwygoutput img{
  border: 3px solid #000000; 
}

body.beeditor h3,
div#wysiwygoutput h3{
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #424242;
}

body.beeditor p,
div#wysiwygoutput p,
body.beeditor td,
div#wysiwygoutput td
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 10px 0;
  line-height: 15px;
  line-height: 1.25em;
  font-size: 11px;
}

body.beeditor td,
div#wysiwygoutput td{
  font-size: 11px;
  padding: 3px;
}
