* {
margin: 0;
padding: 0;
}

body {
font-family: "Times New Roman", serif;
font-size: 12pt;
color: #000000;
background-color: #ffffff;
}

p {
margin: 0 0 8pt 0;
}

/*----------kopf------------*/

#kopf {
margin : 0;
} 

/*----------navigation------------*/

#navi {
display: none;
}

/*----------links------------*/

a {
text-decoration: none;
color: #000000;
background-color: #ffffff;
}

/*----------inhalt------------*/

#inhalt {
margin: 0;
width: 100%
}

/*----------titel------------*/

h1 {
font-size: 20pt;
}

h2 {
font-size: 15pt;
}

/*----------fusszeile-----------*/

#fusszeile {
clear: both;
font-size: 0.8em;
margin: 0;
}
