body {
background-color: #ccc;
font-size: 85%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: center;
line-height: 160%;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
color: #cc3300;
}
a:visited {
}
a:hover {
text-decoration: underline
}
a:active {
color: #003366;
}
/* ----------seite zentriert das layout-------------- */
div#seite {
width: 760px;
padding: 0;
margin: 2em auto 2em auto;
text-align: left;
background-color: #ffffff;
color: #000000;
}
/* ----------kopf-------------- */
div#kopf {
height: 120px;
padding: 0;
margin: 0;
background-color: #ecf;
color: #000000;
}
/* -----------------Inhalt--------------------- */

div#inhalt { 
position: relative;
width: 560px;
margin: 20px 100px 20px 100px;
}

div#inhalt h1 {
font-size: 1.2em;
font-weight: bold;
color: #369;
}

div#inhalt p {
padding: 0;
}

div#inhalt ul {
list-style-image: url(bilder/square.gif)
}

div#inhalt small {
font-size: 0.8em;
}

div#inhalt image {
margin-left: -100px;
}

/*  ----------------Fuss---------------------- */ 
div#fuss {
clear: both;
height: 45px;
background-color: #fff;
font-size: 0.8em;
color: #369;
text-align: center;
margin: 0;
padding: 1em 0 0 0;
}

