<!--
/**
 * 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
 */
 .body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #445673;
	background-color: #EAEAEA;
}

/**
 * Linkstyles
 */

#fm A, A.fm, A:link.fm, A:visited.fm, A:active.fm, A:focus.fm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #57687F;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}
A:hover.fm {
	COLOR: #657E96;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/**
 * Menue
 */
.fmmenue{
	background-color: #C2C9D8;
}
/*
 * Statistikausgabe
 */ 
.fmstatistic {
	/*background-color: #EAEAEA;*/
}

/**
 * Upload
 */
.fmupload{
	background-color: #CED5DE;
}

/**
 * Input
 */

INPUT.fmField {
	color: #445673;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E4E8F1;
	border: 1px solid #9FADCB;
	margin-top: 1px;
	margin-bottom: 1px;
}

/**
 * Button Style
 */

INPUT.fmButton {
	color: #445673;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A9BDD2;
	background-color: #D6E0E9;
}

/**
 * table, td und div Style
 */

#fm TABLE, #fm TD, #fm DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #445673;
	line-height: 16px;
}
.error{
	color: Maroon;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}
-->
