              body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, helvetica, sans-serif;
		text-align: center;
		color: white;
		background-color: black;
	}

	#container
	{
		margin: 1em auto;
		width: 686px;
		text-align: left;
		background-color: black;
		border: 1px solid #CFCFCF;
                 text-align: left;
	}
         #header
         {
                 color: #FCC593;
                 background: url(../pix/bjoernheader.jpg) no-repeat;
                 height:79px;
                 }
         #header .verstecken
         {
          	display:none;
                 }
 /* Gestaltung der Navigationsleiste unter dem Header */
         #navi
                 {
		background-color: black;
                 height:20px;
                 margin: 0px;
                 padding: 5px;
	}
         #navi a, #navi a:link, #navi a:visited
         {
                  color:#3ABCF3;
                  text-decoration:none;
                  }
         #navi a:hover
         {
                  color:#FFFFFF;
                  }
         #navi li
         {
 		display: inline;
		padding: 0px 15px;
                 background:url(../pix/stern.gif) no-repeat left;
		}
         #navi ul
         {
         	padding:0px;
                 margin:0px;
                 }

/* Gestaltung des Untercontainers */
         #untercontainer
                 {
                 background:#0C83B5 url(../pix/untercont.jpg) no-repeat top right;             <!--hintergrundfarbe-->
                 margin:0;
                 padding:0;
                 }

/* Gestaltung des Untermens und Links */
         #untermenue
         {

                float:right;
                width:180px;
                margin-top:250px;
                }
         #untermenue a, #untermenue a:link, untermenue a:visited
         {
         	color:black;
                 text-decoration:none;
                 }
         #untermenue a:hover
         {
         	color: #FCC593;
                 }
         #untermenue li
         {
         	list-style-image: url(../pix/stern2.gif);
                 }
         #content
         {
         margin: 0px 190px 0px 0px;
         padding: 10px;
         color:black;            <!--textfarbe-->
         }
         #footer
         {
              clear:both;
              background-color:#0E78A4;
              height:20px;
              font-size: 93%;
              }
         #footer a, #footer a:link, #footer a:visited
         {
             	text-decoration:none;
                 }

/* Gestaltung von Text und Links generell */

 a:link, a:visited, a:active
 {
 	color:#FCC593;
         }
 a:hover
 {
 	color:#000000;
         }
.center
{

      text-align:center;
                 }
.small
{
	font-size:13px;
         }
h2.weiss {color:#F8BC8F; font-size:130% }

ul.setlist li {margin-top: 20px; list-style-image: url(../pix/stern2.gif);


        }

ul.links li {margin-top: 0px; list-style-image: url(../pix/stern2.gif);
   }
ul.weiss {color:#F8BC8F; font-size:130% }
