/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * 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.
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/

A:link 		{color : #004DA4; text-decoration : underline;} 
A:visited	{color : #004DA4; text-decoration : underline;} 
A:hover 	{color : #004DA4; text-decoration : none;} 
A:active	{color : #004DA4; text-decoration : none;}

A.Sitemap:link 		{color : #004DA4; text-decoration : none;} 
A.Sitemap:visited	{color : #004DA4; text-decoration : none;} 
A.Sitemap:hover 	{color : #004DA4; text-decoration : underline;} 
A.Sitemap:active	{color : #004DA4; text-decoration : none;}




BODY {font-family : Verdana, Tahoma, Arial, helvetica; color: #181818; font-size: 12px;}

p {font-size: 12px}
h1 {color: #9A0E0E; font-size: 18px}
td {color: #181818; font-size: 12px}
li {color: #181818; font-size: 12px}
normal {color: #181818; font-size: 12px}
ul {list-style-type:square}



.menu 		{  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 12px; color: #181818; text-decoration : none;}
.text 		{  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 12px; color: #181818}
.textbold	{  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 14px; color: #181818; font-weight : bold;}
.textsmal 	{  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 11px; color: #181818}
.texttitel 	{  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 18px; color: #181818; font-weight : bold; }
.titeladmin {  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 18px; color: #181818; font-weight : bold; }
.Copyright	{  font-family: Verdana, Tahoma, Arial, helvetica; font-size: 10px; color: #EE6C6C; text-decoration : none;}

   
input { font-family:verdana,sans-serif;font-size:10px; font-weight:normal; color:#000000; text-decoration:none; background-color:#FAFAFA; border-color: #185AC6 #185AC6 #185AC6 #185AC6; border-width:1;}
select { font-family:verdana,sans-serif;font-size:10px; font-weight:normal; color:#000000; text-decoration:none; background-color:#FAFAFA;}
textarea { font-family:verdana,sans-serif;font-size:10px; font-weight:normal; color:#000000; text-decoration:none; background-color:#FAFAFA; border-color: #185AC6 #185AC6 #185AC6 #185AC6; border-width:1;}.textblack { font-family:verdana, sans-serif;font-size:12px; font-weight:normal; color:#000080; text-decoration:none; }
