/*
   CSS für TinyMCE für bestes-lernen.de
   Webdesign & Internetconsulting
   Christian Fischer
   www.c-fischer.com
*/

/*Bilder rechts und links ausrichten*/
.right {
  float: right;
  margin: 3px 0 10px 15px;
}
.left {
  float: left;
  margin: 3px 15px 10px 0;
}

/* Bild ohne Rahmen */
.noborder {
  border: none !important;
}


.themenbox {
  padding: 6px;
  background-color: #D9ECF4;
  color: #000;
  text-align: center;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}

.intro {
  font-style: italic;
}

