#content table {
	border: 1px solid #dbd9d9;
	border-collapse:collapse;
}

#content table {
	width: 100%;
}

#content table thead {
	text-align: left;
}

#content table thead tr {
	text-align: left;
	height:2em;
}

#content table thead th {
	padding-left: 1em;
	background-color: #96B3BE;
	color: #FFF;
}

#content table tbody {
	padding-top: 0;	
}

#content table h3 {
	margin: 0;
	padding: 0;
	font-size:1.0em;
}

#content table tbody tr {
	height: 3.8em;
	background-color: #FFF;
}

#content table td {
	padding: 0.5em 0em 0.5em 1em;
	vertical-align: top;
}

#content table .pfeil {
  list-style: none;
  margin: 0em;
  padding-left: 0em;
}

#content table .pfeil li {
  background-image:url('/gfx/blauer_pfeil.gif');
  background-position:0em 0.2em;
  background-repeat:no-repeat;
  padding-left:1.4em;
}

#content table h3.pfeil {
  background-image:url('/gfx/blauer_pfeil.gif');
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:1.4em;
}

#content table p {
	text-align:left;
	margin-left:1.4em;
}

#content table .info {
  list-style: none;
  margin: 0em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

#content table .detail {
  background-image:url('/gfx/icon_info.gif');
  background-position:left center;
  background-repeat:no-repeat;
  padding-left: 1.4em;
}

#content table .detail a {
  text-decoration:none;
  color:#246078;
}

#content table .blatt {
  background-image:url('/gfx/icon_datenblatt.gif');
  background-position:left center;
  background-repeat:no-repeat;
  padding-left: 1.4em;
}

#content table .blatt a {
  text-decoration:none;
  color:#246078;
}

#content table .dark {
	background-color: #eeeeee;
}