body {
font: normal 100.01% Helvetica, Arial, sans-serif;
color: #CCCCCC; font-size:12px; background-color: white;
min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
p {
margin: 3em 0 0 3em; /* Positionierung des 'zurueck'-Links */
}
p a {
color:black; /* Farbe des 'zurueck'-Links */
}
html {
padding: 0;
}
body {
margin: 0; padding: 0;
}
#fixiert {
position: absolute;
top: 0; left: 0;
width: 100.01%;
background-color:#0D5065;
border: 1px solid #776060;
}
html>body #fixiert { /* nur fuer moderne Browser! */
position: fixed;
}
#fixiert img {
height: 0; float: right;
}
#fixiert1 {
position: absolute;
bottom: 21px; left: 1%;
width: 214px;
border: 1px solid #776060;
}
html>body #fixiert1 { /* nur fuer moderne Browser! */
position: fixed;
}
#fixiert1 img {
height: 1; float: right;
}




