<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title>styles.css</title>
  <style type="text/css">
div.bg {
background-image: url(uebersetzungen_englisch_deutsch.jpg);
a:link { font-weight:normal; color:#000099; text-decoration:underline; }
a:visited { font-weight:normal; color:#6666CC; text-decoration:underline; }
a:focus { font-weight:normal; color:red; text-decoration:underline; }
a:hover { font-weight:normal; color:#33CCFF; text-decoration:underline; }
a:active { font-weight:normal; color:#339999; text-decoration:underline; }
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}
.fa {font-size: 13px; color: #999999} .small {font-size: 12px;}
.mini { font-size: 11px;}
.minimini {font-size: 10px;}
</style>
</head>
<body>
<div class="bg">
  div-Container mit Hintergrundbild
</div>
</body>
</html>


