a {
color:white;
text-decoration:underline;
}

a:hover {
color:red;
}

body{
background-color:black;
font-family:verdana, arial;

color:white;
}

img {
border:0;
}

h2 {
text-decoration:underline;
}

.container {
position:absolute;
background-color:silver;
width:1000px;
left:50%;
margin-left:-500px;
top:0;
border:9px solid white;
background-image:url('./bilder/navi.jpg');
}


.header {
border-bottom:9px solid white;
margin:0;
}

.navi {
position:relative;
width:219px;
float:left;
padding-left:14px;
font-size:10pt;
}

.navi img {
margin-top:12px;
}

.navi hr {
position:relative;
width:202px;
left:-9px;
}

.bild {
position:relative;
float:right;
border-bottom:9px solid white;
border-left:9px solid white;
}


.inhalt {
float:right;
width:696px;
background-image:url('./bilder/hintergrund.jpg');
padding:30px;
padding-top:10px;
border-left:9px solid white;
text-align:justify;
}

*html .inhalt {
padding-top:30px;
}

.inhalt img {
padding-right:20px;
}