/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT 
{font-family: Verdana, Arial, Helvetica, sans-serif;}


PRE { font-family: monospace; }
A { color: #000; text-decoration: underline; }
A:hover { color: #CC0000; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 13px; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { 
  font-size:13px;
  line-height:1.4em;
  }
P.bodytext A { font-weight: bold; }

.contenttable {
}	

/*Textausrichtung */
.align-center {
   text-align:center;}
   
.align-justify {
   text-align:justify;}

/*Gestaltung*/

.textsmall, #textsmall {
	font-size : 10px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

.textsmallb, #textsmallb {
	font-size : 12px;
	color: #000000;
	font-weight : bold;
	font-style : normal;
}

.textverysmall, #textverysmall {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textbig, #textbig {
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	font-style: normal;
}

.textverybig, #textverybig {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

img {
	border:none;
   }

hr {
	height: 1px;
	color: #000;
}
