
body { 
background-image:url(wolken.jpg); 
font-family:Arial,sans-serif; font-size:12pt; background-color:#00ff00; color:#0000ff;  }

h1 { font-size:18pt; color:#000080; }
h2 { font-size:10pt; color:#ff0000; }
h3 { font-size:10pt; color:#000080; }
h4 { font-size:8pt; color:#000080; }


#close {
background-color: #ff0000;
color: #ffffff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 16px;
font-weight: bold;
position: absolute;
top: 2px;
right: 2px;
text-decoration: none;
border: 1px solid #ffffff;
text-align: center;
font-size: 14px;
}
#popup {
background-color: #00ff00;
color: #0000ff;
width: 200px;
position: absolute;
top: 25px;
right: 60px;
border: 2px solid #d4d0c8;
display: none;
}

