/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* HELPER ---------------------------------------------------------------------- */

a, object {
  outline: none !important;
}

.cf,
.clear {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.nobackground {
  background: transparent none !important;
}

.noborder {
  border: none !important;
}


.notextdecoration {
  font-weight: normal !important;
  text-decoration: none !important;
  border: none !important;
}

.fullwidth {
  width: 98% !important;
}




hr {
  display: none;
}

