- #wrapper {
- height: 100%;
- width: 90%;
- }
- #body {
- background-color: #c1c1c1;
- font-family: Verdana;
- font-size: 12px;
- color: white;
- }
- #hintergrund {
- position:absolute;
- width:100%;
- height:100%;
- z-index:1;
- }
- #logo {
- background-image: url(images/header.gif);
- position:absolute;
- background-repeat: no-repeat;
- height: 100%;
- width: 100%;
- padding: 0px;
- margin: 0px;
- }