body {
background: #ccc;
}

#seite {
margin: 0 auto;
width: 900px;
}

#kopf {
background: #ccc url(img/head.png) top left no-repeat;
margin: 0;
width: 900px;
height: 215px;
padding: 2px 0 0 0;
text-align: left;
}

#kopf h1 a {
color: #000;
text-decoration: none;
font-size:70px;
font-family: Aguafina Script;
padding: 0 0 0 20px;
margin: 0;
}

#kopf p {
font-family: Arial;
font-size: 12px;
font-weight: bold;
margin: -50px 0 0 420px;
}

#inhalt {
width: 810px;
float: left;
}

#text {
background: #ccc url(img/text.png) top left repeat-y;
float: left;
width: 640px;
padding: 0 40px 20px 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

#text img {
margin-top: 20px;
text-align: center;
}

#footer {
background: #ccc url(img/foot.png) top left no-repeat;
float: left;
width: 640px;
padding: 20px 40px 20px 30px;
height: 80px;
}

#footer p {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

#footer a {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration:none;
}

#navi {
float: left;
width: 90px;
}

#navi li {
background: url(img/navi.png) left top no-repeat;
list-style: none;
width: 150px;
height: 30px;
margin: 0 0 5px -120px;
float: left;
text-align: center;
}

#navi li .active {
background: url(img/navi.png) left bottom no-repeat;
list-style: none;
width: 150px;
height: 30px;
margin: 0 0 5px -120px;
float: left;
text-align: center;
}

#navi a {
text-decoration: none;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 3px 3px 0 0;
}

#navi a:hover {
text-decoration: none;
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 3px 3px 0 0;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 24px;
color: #6C006C;
padding: 30px 0 0 30px;
}

.img {
float: right;
margin: 0 0 10px 10px;
}

.img2 {
float: left;
margin: 0 10px 10px 0;
}