/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}
.syntaxhighlighter {
	color: #666;
	background-color:#f6f6f6;
	border:solid 1px #666;
}


/* Ab hier die eigenen Styles */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.flRight {
  margin-left:21px;
  padding-bottom:15px;
  float:right;
}

.flLeft {
  margin-right:21px;
  padding-bottom:15px;
  float:left;
}

.presstable tr td{
  padding: 3px 2px;
}