/* BASE */
/* -------------------------------------------------------------------------- */
body{ 
	margin:0px;
	background: #D1C9BC left top repeat-y url(../img/fn.gif);
	/*scrollbar-base-color: #889199; */
}
td, h1, div{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#443A2E;
}

input, select, textarea{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:555555;
}
/* -------------------------------------------------------------------------- */


/* A */
/* -------------------------------------------------------------------------- */
A:link , A:visited, A:active{
	color: #3C67C1;
	text-decoration: none;
}
A:hover{
	color: #FF0000;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------- */


/* HIER */
/* -------------------------------------------------------------------------- */
.hier{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px; 
	/*color:ff0000;*/
}
/* -------------------------------------------------------------------------- */




/* tempo ONLY FOR PREVIEW */
/* -------------------------------------------------------------------------- 
.label{
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc; 
	background-color:#FFFFFF;
	padding:2px; color:#888888;
}
.null{
	border-bottom:1px solid #cccccc;
}
.field{
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFFFFF; 
	padding:10px;
}*/
/* -------------------------------------------------------------------------- */

