body {
 background-image: url('../design/bg.jpg');
 background-repeat: no-repeat;
 background-position: center 16px;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #063664;
 text-align: center;
}

.klein {
 font-size: 10px;
 font-weight: bold;
 left: 10px;
 padding-left: 10px;
 text-align: left;
}

.normal {
 font-size: 11px;
 font-weight: bold;
 text-align: left;
 left: 10px;
 padding-left: 10px;
 border-bottom: dotted;
}

img {
 border: 0px;
}

/*DESIGN START*/
#main {
 width: 718px;
 border: solid 1px #000000;
 margin: 0px auto;
 margin-top: 15px;
}

#menu {
 background-image: url('../design/menu.jpg');
 height: 282px;
}

#content {
 width: 678px;
 margin: 20px;
}

#content_p {
 text-align:justify;
 padding:15px;
 border:solid 2px;
 color:#000000;
 background-color: #79BCFF;
}

ul#navigation {
 list-style: none;
 margin: 0px;
 padding: 0px;
 text-align: center;
 padding-top: 45px;

}

ul#navigation li {
 display: inline;
 font-size: 13px;
 margin-left: 20px;
}

a:link.nav, a:visited.nav {
 color: #ffffff;
 text-decoration: overline;
}

a:hover.nav, a:active.nav {
 color: #000000;
 text-decoration: overline;
}
/*DESIGN ENDE*