body {
width: 100%;
height: 100%; 
padding: 0;
margin: 0;
background-color: white;
font-size: 90%;
line-height: 100%;
font-family: Verdana, Arial, sans-serif;
 }

img {
border: none; 
}

h1 {
font-size: 90%;
line-height: 120%;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
 }
 
div#header {
display: none;
 }

div#navi {
display: none;
 }

div#inhalt {
width: 100%;
margin-bottom: 60px;
background-color: white;
}

div#inhalt a:link {
color: black;
text-decoration: none;
}

div#inhalt a:visited {
color: black; 
text-decoration: none;
}

div#inhalt a:focus {
color: black; 
text-decoration: underline;
}

div#inhalt a:hover {
color: black; 
text-decoration: underline;
}

div#inhalt a:active {
color: black; 
text-decoration: underline;
}

div#inhalt li {
padding-bottom: 5px;
}

ul#lebenslauf {
list-style: none;
}

.lebenslauf {
padding-left: 20px;
display: inline
 }
