/***************************/
/* General element styles: */
/***************************/

PRE { font-family: monospace; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P { 
  line-height:1.4em;
  }
  
P A { font-weight: bold; }

/*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;
}

.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;
}

/*Tabellenformatierung*/

/*Tabellenüberschrift*/
table caption {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 2px;
	background-color: #6B6B6B;
	border: 1px solid #000;
}

table th {
   font-size: 13px!important;
	text-align: left;
	padding-left: 1px;
	border-bottom:1px solid #d1d1d1 ! important;
}

table {
	background-color: #FFFFFF ! important;
	border:0px ! important;
	margin:0px ! important;
	border-collapse:collapse;
	margin-left:0px ! important;
	margin-top:0px ! important;
	width:100% ! important;
	}
	
table td {
   font-size:13px;
   vertical-align:top;
   line-height:1.0em;
	background-color:#ffffff ! important;
	border-bottom:1px solid #d1d1d1 ! important;
	/* width:25%; */
	padding: 5px 0 5px 0;
	}

/*	
table p {
   margin:0px ! important;
   padding:0px ! important;
	xfont-size:12px ! important;
	color:#000000 ! important;
	background-color:transparent ! important;
    }
	 
table p a:link, table.contenttable p a:visited {
	color:#000 ! important; 
	font-weight:normal;
	font-size:12px ! important;
}

table a:hover {
	color:#000066 ! important; 
	font-weight:normal;
	font-size:12px ! important;
}
*/

tr.tr-even td  {
	background-color:#d1d1d1 ! important;
	}
	
tr.tr-0 td  {
	font-weight:bold;
	}

