


/* Formatierung der Listen */

td.content ul {
	float         : none;
	clear         : left;
	margin        : 0;
	padding-top	  : 10px;
	list-style    : none;
}

td.content li {
	float         : none;
	clear         : left;
	margin        : 0;
	padding-right : 5px;
	list-style    : none;
}


/* Bilder in Listen */

td.content ul img {
	float        : left;
	clear        : both;
	margin-right : 5px;
	border       : 1px solid #023F91;
	
}


/* Bilder normal */ 
td.content img {
	float        : left;
	clear        : left;
	margin-right : 10px;
	margin-top   : 0px;
	border       : 1px solid #0C3D91;
}


/* Bild als Subtitle */
td.content h3 img {
	float        : left;
	clear        : left;
	border       : none;
	padding-right: 10px;
}


/* Tabellen formatierung */

.content table {
  margin         : 0.5em 0;
  width          : 100%;
  border         : none ;
  border-collapse: collapse;
}

.content th {
  border        : none;
  text-align    : left;
  vertical-align: top;
  color         : #000;
  margin-right : 0.4em;
  margin-left  : 0.4em;
  background    : #fff;
}

.content td {
  border        : none;
  text-align    : left;
  vertical-align: top;
  margin-right : 0.4em;
  margin-left  : 0.4em;
  color         : #000;
}

.content tr.even td {
  color       : #000;
  vertical-align: top;
}

.content tr.odd td {
  color       : #000;
}




