/*
  CSS definition for Website Baker module: Zitat des Tages
  Copyright (C) 2010, Joern Schimmelmann
  Contact me: joern(at)schimmelmann.net, http://www.schimmelmann.net

  This CSS file is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  GNU General Public License for more details.
*/

#zitatdestages {
	width: 450px;
	margin: 0 auto;
}

#zitatdestages a {
	font-weight:normal;
	color:#000080;
	font-size:0.8em;
	text-decoration:none;
}

.zitat_autor {
	text-align:center;
}

.zitat {
	text-align:center;
	font-weight:bold;
	border-top:1px dotted;
	border-bottom:1px dotted;
	
}

.zitatlink {
	text-align:center;
}
												