/* CSS Document */

body {
        bgcolor: #FFFFCC;
        text: #000000;
        link: #3366CC;
        alink: #990000;
        font-family : Trebuchet MS, Arial, Helvetica;
         text-align: center;
        background-image: url(../gfx/images/indtextb.jpg);
}

.ueberschrift
	{
         font-size:135%;
         color:#408080;
         font-weight:bold;
         }

ul.gross {
         list-style-type: none;
         padding-left:0;
         margin-left:20px;
         }

ul.gross li
	{
         background: url(../gfx/images/knopf_0.gif) no-repeat left center;
         padding-left: 21px;
         vertical-align: middle;
         }

ul.klein {
         list-style-type: none;
         padding-left:0;
         margin-left:10px;
         }

ul.klein li
	{
         background: url(../gfx/images/knopf_3.gif) no-repeat left center;
         padding-left: 17px;
         vertical-align: middle;
         }

div.seite
        {
         width: 700px;
         margin: 20 auto;
         text-align: left;
         }

div.links
        {
         float: left;
         width: 191px;
         font-size: 80%;
         font-weight: bold;
 /*        border:1px solid black;     */
         }

div.mitte
        {
         margin-left:210px;
         margin-right:54px;
/*         border:1px solid black;     */
         }

div.rechts
        {
         float: right;
         width: 42 px;
         }

div.breit
        {
         width: 700 px;
         clear: both;
         vertical-align:center;
         }