/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

.xlarge
{
	font-size: 15px;
	font-weight: bold;
	color: #ddd;
}

.large
{
	font-size: 13px;
	font-weight: bold;
	color: #0092d7;
}

.medium
{
	font-size: 11px;
	font-weight: bold;
	color: #00adff;
}

.medium-grey
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.small
{
	font-size: 10px;
}

.xsmall
{
	font-size: 9px;
}

.colored
{
	color: #00adff;
}

.white
{
	color: #ffffff;
}

.highlight
{
	border: solid 1px #ffffff;
	color: #000000;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

#aankeiler .medium
{
	font-size: 10px;
	font-weight: bold;
	color: #777;
}

#aankeiler .xsmall
{
	font-size: 9px;
	font-weight: bold;
	color: #999;
}

#headlines .large
{
	font-size: 13px;
	font-weight: bold;
	color: #999;
}

#headlines .medium
{
	font-size: 11px;
	font-weight: bold;
	color: #ddd;
}

#headlines .xsmall
{
	font-size: 9px;
	color: #666;
}

.result { 
	color: #fa0; 
	font-style: oblique;
	background-color: #000000;
}