
/*

Container c
Color col
Height h
Width w
Background bg
Margin m
Padding p

*/

/* Floating */
.floatL {float:left;}
.floatR {float:right;}

.clearR { clear:right; }
.clearL  { clear:left; }
.clearB  { clear:both; }
div.clear   { clear: both; height: 0;line-height:0;}

/* Links */


a.imtext,a.imtext:link,a.imtext:visited
{ text-decoration:underline; color:#000; }

a.imtext:focus,a.imtext:hover,a.imtext:active
{ text-decoration:underline; color:#8e4429;}




/* Textfarben*/
.weiss {
  color:#ffffff;
}
.rost {
  color:#7f3d25;
}
.grau {
  color:#383836;
}

.fett {
  font-weight:bold;
}
/* Textgroesse*/
.klein {
  font-size:85%;
}
.mittelklein {
  font-size:92%;
}
.mittel {
  font-size:100%;
}
.gross {
  font-size:110%;
}
/* Text align */

.textRechts {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textMitte {
  vertical-align: middle;
}
.textUnten {
  vertical-align: bottom;
}
.uStrich {
  text-decoration:underline;
}
/* Margin und Padding */
/* margin m  */
/* padding p  */
/* top t  */
/* bottom b  */
/* left l  */
/* right r  */
.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}









