I got an issue with chrome.
A h1 Tag is formatted smaller than in IE and FF.
Here 2 screenshots:


I don't have a clue why is that. Do you have? Sorry, but I don't want to post the URL here because it shouldn't be indexed by google. But it's e. g. like ssd[minus]vergleichen.de/ssds/technische-daten/881/ocz-vector-128gb-2,5-Zoll.html (Just C+P it and replace [minus] with -).
edit: This is the code:
#producttitlecontent {
padding: 6px;
margin: 2px;
background: #FDE5CA;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#producttitlecontent h1 {
text-align: center;
color: #686868;
padding: 4px;
font-size: 1.7em Verdana;
}
<div id="producttitlecontent">
<img src="../images/bkbtn.png" alt="Zurück" onClick="history.go(-1);return true;">
<h1 itemprop="name">OCZ Vector 128GB 2,5"(VTR1-25SAT3-128G) </h1>
</div>
