h3 {
	color:#00b4ff;
	font-size:11px;
}

p {
	font-size:11px;
}

table.topics {
	position:relative;
	margin:10px;
	float:left;
}


.content_area .how_to_link {
    cursor:pointer;
}

.how_to_details {
  margin-top:15px;
  width:380px;
  float:right;
}

.how_to_details h2 {
  color:#00b4ff;
  margin: 0px;
}
  
.how_to_details h3 {
  color:#00b4ff;
  /* Pille: font-size:19px; */
  /* Sven: */ font-size: medium;
  margin-top: 3px;
  font-weight:bold;
  margin-right:10px;
}

.how_to_details p {
  font-size:13px;
  margin-right:35px;
  text-align: justify;
  line-height: 1.3;
}

#tooltip {
	display:none;
	position:absolute;
	background:url(/images/how_to_dialog_bg.png) no-repeat;
	height:175px;
	width:350px;
	overflow:auto;
	z-index:300;
}

.tooltip_text {
	padding:10px 10px 10px 10px;
	display:none;
}

