/**
 * CSS definitions for the module: zitate
 *
 * This page module grabs citations from the German website
 * http://www.zitate-online.de. Offers possibility to display
 * citations in four different styles.
 * 
 * This file contains the styles used by the module in the frontend.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author	Christian Sommer
 * @copyright	Christian Sommer (c) 2007-2008
 * @license	http://www.gnu.org/licenses/gpl.html
 * @version	0.32
 * @platform	Website Baker 2.7
*/


div.zitate {
  margin:10px auto;
  background-color:#FFFFCF;
  padding:0.5em;
  border:solid 1px #CEB55C;
  width:95%;
}

div.zitate img.authorimage {
  vertical-align:text-top;
  padding-right:0.5em;
  margin:0.5em;  
  float:left;
}

div.zitate br.clear {
  clear:both;
}

div.zitate strong {
  font-size:110%;
}

div.zitate a {
  text-decoration:none;
  color:brown;
}

div.zitate span.zitatelink {
  font-size:80%;
  color:grey;
}

div.zitate span.quote {
  font:normal 160%  "Times New Roman", serif;
  font-weight:bold;
  color:#b74;
  line-height: 100%;
}