<!--
/**
 * Knusperleicht Filemanager CSS Template
 * (c) 1998-2005 - Knusperleicht Development
 * Alle Rechte vorbehalten. All rights reserved.
 * Supported by Prelax Webdesign http://www.prelax.at
 * Comments: german
 *
 * Default Style - made by Knusperleicht (http://www.knusperleicht.at)
 */

/**
 * BODY Nur wenn das script nicht includet wird
 */

/**
 * Linkstyles
 */
 
 table {
 	color: #B39466;
 }

#fm A, A.fm, A:link.fm, A:visited.fm, A:active.fm, A:focus.fm {
	font-family: Century Gothic, Verdana, Arial;
	color: #B39466;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
	cursor: pointer;
}
A:hover.fm {
	COLOR: #B39466;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
/**
 * Menue
 */
.fmmenue{
	background-color: #000000;
}
/*
 * Statistikausgabe
 */ 
.fmstatistic {
	background-color: #000000;
}

/**
 * Upload
 */
.fmupload{
	background-color: #000000;
}

/**
 * Input
 */

INPUT.fmField {
	color: #B39466;
	font-size: 8pt;
	font-family: Century Gothic, Verdana, Arial;
	background-color: #1D1D1D;
	border: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/**
 * Button Style
 */

INPUT.fmButton {
	color: #B39466;
	font-size: 8pt;
	font-family: Century Gothic, Verdana, Arial;
	border: 0px;
	background-color: #1D1D1D;
}

/**
 * table, td und div Style
 */

#fm TABLE, #fm TD, #fm DIV {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 8pt;
	color: #B39466;
	line-height: 16px;
}
.error{
	color: Maroon;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}
-->
