  body
	{
                 background-image:url(gfx/bg.gif);
                 background-attachment:fixed;
                 background-repeat:repeat-x;
                 background-position:bottom;
                 background-color:#60ffff;
		margin: 0;
		padding: 0;
		font: 90% arial, helvetica, sans-serif;
	}
  #kopf
  {
  }
  #navigation
  {
    padding: 2em;
    margin:0;
    width: 10em;
    height: 100%;
    float: left;
  }
  #navigation ul{
   padding:0;
   margin:0;
   list-style-type: none;
   font-weight:bold;
   }
  #navigation li{
   width:10em;
   padding:0.5em;
   }
  #navigation a{
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 0.2em;
   }
  #navigation a:link{
    color: yellow;
    background-color: green;
   }
  #navigation a:visited{
    color: yellow;
    background-color: green;
   }
  #navigation a:hover{
    color: yellow;
    background-color: lime;
   }
  #navigation a:active{
    color: yellow;
    background-color: lime;
   }

  a#meinlink {
    text-align: center;
    text-decoration: underline;
    display: inline;
    padding: 0.2em;
   }
  a:link#meinlink {
    color: black;
    background-color: transparent;
   }
  a:visited#meinlink {
    color: black;
    background-color: transparent;
   }
  a:hover#meinlink {
    color: black;
    background-color: transparent;
   }
  a:active#meinlink {
    color: black;
    background-color: transparent;
   }
     #inhalt
  {

    background-image:url(gfx/flowers2.gif);
    background-repeat:no-repeat;
    padding: 0em;
    min-width: 200px;
    text-align: center;
    margin-left:16em;
  }
    #buda
  {

    background-image:url(gfx/logo_buda.gif);
    background-repeat:no-repeat;
    padding: 0em;
    min-width: 200px;
    text-align: center;
    margin-left:16em;
  }