/* Start of CMSMS style sheet 'cocacss' */
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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.
 *
 * Version:  2.0 Beta 2
 * Modified: 2004-05-31 23:07:51
 *
 * File Authors:
 *                 Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

body
{
        font-family: Arial;
        font-size: 8pt;
        color: #666666;
}

p, li, ol
{
        font-family: Arial;
        font-size: 8pt;
        color: #666666;
}

td
{
        font-family: Arial;
        font-size: 8pt;
        color: #666666;
}
tr
{
        font-family: Arial;
        font-size: 8pt;
        color: #666666;
}
.navigation
{
        font-family: Arial;
        font-size: 8pt;
        color: #999999;
        text-decoration: none;
        margin-left: 2pt;
}
.navigation_active
{
        font-family: Arial;
        font-size: 8pt;
        color: #eeeeee;
        text-decoration: none;
        margin-left: 2pt;
}
.navigation_ucat
{
        font-family: Arial;
        font-size: 8pt;
        color: #CC0000;
        text-decoration: none;
        margin-left: 2pt;

}
.member_orange
{
        font-family: Arial;
        font-size: 8pt;
        color: #FF9900;
        margin-left: 2pt;

}
.member_orange_bg
{
        font-family: Arial;
        font-size: 8pt;
        margin-left: 2pt;
background-color: #FF9900;

}
.top_box
{
        font-family: Arial;
        font-size: 8pt;
        color: #666666;
        text-decoration: none;
}
.Headline
{
        font-family: Arial;
        font-weight: bold;
        font-size: 12pt;
        color: #990000;
}

h1
{
        font-family: Arial;
        font-weight: bold;
        font-size: 12pt;
        color: #FF9900;
}

.absatzueberschrift
{
        font-family: Arial;
        font-weight: bold;
        font-size: 8pt;
        color: #FF9900;
}

.Bildunterschrift
{
        font-family: Arial;
        font-size: 8pt;
        color: #79A0B3;
}
.Highlight
{
        font-family: Arial;
        font-weight: bold;
        font-size: 8pt;
        color: #999999;
}
.Blocksatz
{
        font-family: Arial;
        font-size: 8pt;
        color: #999999;
}
a:link
{
        font-family: Arial;
        font-size: 8pt;
        color: #990000;
}
a:active
{
        font-family: Arial;
        font-size: 8pt;
        color: #990000;
}
a:visited
{
        font-family: Arial;
        font-size: 8pt;
        color: #990000;
}
LI {
        font-family: arial,helvetica;
        font-size: 8pt;
        list-style-image: url(liste.gif);
}
input {
border: 1pt solid black;
width:200pt;
height: 14pt;
font-family: arial;
font-size: 8pt;
background-color:#EEEEEE; }

textarea {
border: 1pt solid black;
width:200pt;
height: 65pt;
font-family: arial;
font-size: 8pt;
background-color:#EEEEEE; }

input, submit {
border: 1pt solid black;
width: 200pt;
height: 14pt;
font-family: arial;
font-size: 8pt;
background-color:#EEEEEE; }

select { font-family: Arial;
                font-size: 8pt;
                border: #444444;
                border-style: solid;
                border-top-width: 1px;
                border-right-width: 1px;
                border-bottom-width: 1px;
                border-left-width: 1px}

.com_btt {
border: 1pt solid black;
width: 100pt;
height: 14pt;
font-family: arial;
font-size: 10pt;
background-color:#EEEEEE; }
.com_txt{
border: 1pt solid black;
width: 100%;
height: 14pt;
font-family: arial;
font-size: 10pt;
background-color:#EEEEEE; }
.com_area{
border: 1pt solid black;
width:100%;
height: 65pt;
font-family: arial;
font-size: 8pt;
background-color:#EEEEEE; }
/* End of 'cocacss' */

