/* ******************************************************************
 * FIT ML Stylesheet Version 2.0
 * Sevenval FIT and FIT ML (C) Sevenval AG 1999 - 2006
 ****************************************************************** */
.content, .header, .footer {
  border-width:1px;
  border-style:solid;
  border-color:#cdced0;
  background-color:#f5f5f7;
  color:#18496E;
  margin:1cm;
  padding:5mm;
  width: 600px; 
  font-family:sans-serif;
  font-size:10pt;
}

.meta {
  border-width:1px;
  border-style:solid;
  border-color:black;
  position:fixed;
  bottom: 10px;
  padding: 12px;
  right:10px;
  background-color: #c0c0c0;
  font-family:sans-serif;
  width: 120px;
  font-size:10px;
}

/*
 * FIT ML condition module
*/
.if {
	border-color: green;
	border-style: solid;
	border-size: 1px;
	font-family: courier;
	height: 14px;
}

.if_not {
	border-color: red;
	border-style: solid;
	border-size: 1px;
	font-family: courier;
	height: 14px;
}

.else {
	border-color: blue;
	border-style: solid;
	border-size: 1px;
	font-family: courier;
	height: 14px;
}

/* ******************************************************************
 * FIT ML phone module
 ****************************************************************** */
.phone
{
  color:blue;
}

.phone .call, .phone .phonebook
{
  color:red;
}

/* ******************************************************************
 * FIT ML vcard module
 ****************************************************************** */
.address *
{
  color:green;
}


/* end of fit_ml_2.0.css */
