/* Für Debugzwecke */
      div           {
                      border:			0pt none;
                    }

      #schriftzug   {
                      position:			fixed;
                      top: 			0px;
                      left: 			0;
                      z-index:			2;
                    }
      #logo         {
                      position:			fixed;
                      top: 			120px;
                      left: 			0px;
                      width: 			200px;
                      padding: 			4px 4px;
                      z-index:			2;
                    }
      #text         {
                      clear:			both;
                      margin: 			124px 20% 0px 150px;
                      padding: 			10px 20px 10px 10px;
                      background: 		url(../bilder/panorama_bg.jpg) fixed repeat;
                      background-position: 	0px 0px;
/*                      max-height:		450px; */
                      min-height:		450px; 
                      overflow:			auto;
                    }

      #fusszeile   {
                      width:			100%;
                      text-align:		center;
                      font-size:		0.55em;
                      text-decoration:		none;
                    }


      #news       {
                      position:			fixed;
                      top: 			0px;
                      right: 			0px;
                      width: 			200px;
                      padding: 			5px 0px;
                      font-size: 		0.8em;
                      z-index:			2;
                      color: 			black;
                    }
      #news a       {
                      text-decoration: none;

       		    }
      #news p        {
                      margin:  0px;
                      padding: 0px;
                      font-size: 0.8em;
                    }


/* Menu CSS Start */
      #navigation   {
			position:	fixed;
			top:   		220px;
			left:  		0px;
			width: 		300px;
			border:		none;
                   	padding: 	5px 5px;
                      	font-size: 	0.8em;
                      	float: 		left;
                    }

      #hauptmenu	{
                	position:	absolute;
                      	left:    	0px;
                      	top:     	0px;
                      	margin:  	0px;
                      	padding: 	5px 5px;
                      	font-size: 	0.8em;

                      	float: 		left;
                }
      #navi	{
			float: 		left;
			margin-top: 	0px;
		}
      #navi a 	{
			display: block;
			color: white;
        		font-weight:  bold;
        		text-decoration: none;
			width: 7em;
        		margin: 0;
        		padding:5px 20px;
		}
      #navi a:link {
		}
      #navi a:visited {
		}
      #navi a:hover 	{
			width:		7em;
			color:		white;
			background:	cornflowerblue;    
			border:		none;
		}
      #navi a:active {
		}

      #navi .highlight {
			color:		cornflowerblue;
			background:	aliceblue;    
			font-weight:	bold;
			text-decoration: none;
                    }

      #navi a .showcase {
			display: none;
		}
      #navi a:hover .showcase {
			position:	absolute;
			top: 		270px;
			left:		10px;
			display:	block;
			width:		9em;
			background:	white;
			border:		1px dashed aliceblue;
			color:		cornflowerblue;
			padding:	5px;
		}

/* Menu CSS Ende */

      div.titel {
			position:	relative;
                }
      h1.contenttitel {
			position:	relative;
			z-index:	2;
                      }
      h1.contenttitel_schatten {
			position:	absolute;
			color:		gray;
			left:		2px;
			top:		-20px;
			z-index:	1;
                      }

      img.text {
			padding:	5px;
               }

      ul.bilder li {
			display:	inline;
			padding:	5px 5px;
			text-align:	left;
			border:		none;
                    }
      ul.dirs {
		        list-style-image: url(/bilder/icon_ordner.gif);
      }

      ul.files {
			list-style-image: url(/bilder/files.gif);
      }

      body {
			font-family:	arial, tahoma, sans-serif;
			margin:		0;
			padding:	0;
			background: #339933 url(../bilder/panorama.jpg) fixed repeat;
			background-position: 0px 0px;
           }

      .back {
			font-size:	0.8em;
			text-decoration: none;
			color:		blue;
            }
