/**
 * Page 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 CSS definitions used in the frontend.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author		Christian Sommer
 * @copyright	Christian Sommer (c) 2007-2009
 * @license		http://www.gnu.org/licenses/gpl.html
 * @version		0.40
 * @platform	Website Baker 2.7
*/

div.zitate.warning { 
	width: 90%;
	margin: 1em 0em;
	padding: 1em 0.5em 1em 4em;
	border: 1.5px solid #FF0000;
	background: #FFF0F0 url(icons/warning.png) 0.5em center no-repeat;
	line-height: 1.2em;
}

div.zitate {
	margin:20px auto 10px auto;
	background-color:#f9f6f4;
	padding:0.1em;
	border:solid 1px #bc8f8f;
	width:85%;
}

div.zitate img.authorimage {
	vertical-align:text-top;
	padding-right:0.5em;
	margin:0.2em;  
	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;
	display:none
}

div.zitate span.quote {
	font:normal 160%  "Times New Roman", serif;
	font-weight:bold;
	color:#b74;
	line-height: 100%;
}