/* #########################################

      T Y P O G R A P H I E - C S S

       Daniel Rau - www.rau360.de

######################################### */


/*** Auszeichnungen ***/

.b {
  font-weight: bold;
}
  
.i {
  font-style: italic;
}
  
.u {
  text-decoration: underline;
}



/*** Textausrichtung ***/

.left {
  text-align: left;
}
  
.right {
  text-align: right;
}
  
.center {
  text-align: center;
}
  
.justify {
  text-align: justify;
}



/*** Floats ***/

.floatl {
  float: left;
}

.floatr {
  float: right;
}

.clear {
  clear: both;
}



/*** Abstände ***/

.absatz {
  margin-left: 20px;
}

.whitespace {
  height: 20px;
}



/*** Anzeige-Eigenschaften ***/

.nodisplay {
  display: none;
}

.hidden {
  visibility: hidden;
}
