/***************************/
/* 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: #000000; text-decoration: underline; }
A:hover { color: #000000; }
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-left {
   text-align:left;}
   
.align-right {
   text-align:right;}

.align-center {
   text-align:center;}
   
.align-justify {
   text-align:justify;}

/*Gestaltung*/

.textsmall, #textsmall {
	font-size : 12px;
	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: 10px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textverysmall9px, #textverysmallpx {
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}


.textbig, #textbig {
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	font-style: normal;
}

.textbig_red, #textbig_red {
	font-size: 16px;
	color: Red;
	font-weight: bold;
	font-style: normal;
}

.textbig_blue, #textbig_blue {
	font-size: 16px;
	color: #000099;
	font-weight: bold;
	font-style: normal;
}

.textbig_blue2, #textbig_blue2 {
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;
	font-style: normal;
}

.textverybig, #textverybig {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textverybig_blue, #textverybig_blue {
	font-size: 18px;
	color: #000099;
	font-weight: bold;
	font-style: normal;
}

.textverybig_blue2, #textverybig_blue2 {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
	font-style: normal;
}

.textverybig_red, #textverybig_red {
	font-size: 18px;
	color: Red;
	font-weight: bold;
	font-style: normal;
}

img {
	border:none;
   }

hr {
	height: 1px;
	color: #000;
}