/**



 * Website Baker template: andreas01



 * 



 * Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.



 * For more information, see http://andreasviklund.com/templates/andreas01/



 * Ported to Website Baker by M. Gallas.



 * Login form and support to display news in the right column added by Christian Sommer. 



 *



 * This file contain the CSS definitions used by the FCKEdtior in the backend.



 * Only HTML tags and classes are supported. 



 * Rembember to remove IDs like #content from elements when copying definitions from template.css.



 *



 * If you are usign the FCKEditor, you can customize the entire 



 * editor layout via the files contained in /modules/fckeditor/wb_config/



 * NOTE: you must rename editor.css in this case



 *



 * Details about configuring the content area of the FCKEditor according



 * your needs can be found on the website of the developers:



 * http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide



 *



 * LICENSE: Open Source



 * 



 * @author     Andreas Viklund (WB port by M. Gallas, adapted by C. Sommer)



 * @copyright  Open Source



 * @license    http://andreasviklund.com/about/copyright/



 * @version    3.00



 * @platform   Website Baker 2.7



*/







/**************************************************************************************



 definitions copied over from template.css to appear in the FCKEditor backend



**************************************************************************************/









/* Additional classes, shown as styles in FCKEditor*/



.left {float:left; margin:3px 10px 2px 0;}



.right {float:right; margin:2px 0 2px 10px;}



.textright {text-align:right; margin:5px 0;}



.center {text-align:center;}



.small {font-size:0.8em;}



.bold {font-weight:700;}



.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}



.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}



.clearing {clear:left; margin:0; padding:0; visibility:hidden;}



.hide {display:none;}



.dunkelblau {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #ff6600;

	font-weight: normal;

}

	.gelb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC00;
	font-weight: normal;
}
	.rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
}
.ul {
	list-style-position: outside;
	list-style-image: url(images/li.gif);
	list-style-type: disc;
}

