div#wrap { 
width: 800px;
text-align:center;
margin: auto;
}

div#wrap img { 
margin: auto;
text-align: center;
display:block;
}

div#wrap2 { 
text-align:left;
margin-top: 20px;
}

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  color: white; 
  }
  
a.tooltip:hover {
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 200px;
  z-index: 100;
  color: #000000; 
  border:0px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  }
  
a.tooltip span b {
  }





/* generic links */

/* GENERIC */

body {

font-family: Tahoma, Arial, Helvetica;
font-size:  11px;
    font-weight:    normal;
    color: white;
	background-color: #b60015;
}

img {
border: 0;
}

h1, h2, h3, h4, strong, bold {
    
    font-size:  11px;
	font-weight:    normal;
}
a, a:link, a:visited, a:hover, a:visited  {
    text-decoration:    none;
    color:  white;
}