<!--
   	/*	Farben:
  	#000000 Text
  	#393939 grau (genauso hell wie dunkel-braun)
  	#773300 dunkel-braun (oder: #883c00)
  	(#dd7733 hell-braun (oder: #cc6622))
  	#ffeedd beige */


		body {
      scrollbar-face-color: #ffeedd; 					 /* Oberfläche */
      scrollbar-highlight-color: #773300;			 /* licht-innen*/
      scrollbar-3dlight-color: #ffeedd;		 		 /* licht-außen */
      scrollbar-darkshadow-color: #ffeedd;		 /* schatten-außen */
      scrollbar-shadow-color: #773300;				 /* schatten-innen */
      scrollbar-arrow-color: #773300;					 /* Pfeil */
      scrollbar-track-color: #ffeedd;					 /* scroll-Hintergrund */
		}
		div, td, li, option, textarea {
	 		font: normal normal 200 14px/20px "Verdana", sans-serif;
			color: #000000;
			vertical-align: top;
	 	}
		ul {
			margin: 0px;
			padding: 0px;
		}
		sub, sup {
			font-size: 12px;
		}
    a:link {
    	text-decoration: underline;
			color: #000000;
  	 	font-weight: normal;
    }
    a:visited {
    	text-decoration: underline;
			color: #000000;
  	 	font-weight: normal;
    }
    a:hover, a:active {
    	border: none;
    	text-decoration: none;
  	 	font-weight: bold;
    }
    a.link:link, a.link:visited, a.link:hover, a.link:active {
    	border: none;
    	text-decoration: none;
  		color: #773300;
  	 	font-weight: bold;
    }
		textarea {
			width: 180px;
			height: 90px;
			text-align: center;
			font-size: 12px;
			line-height: 15px;
			background: none;
			border: none;
		}
  	.link {
  		color: #773300;
  	 	font-weight: bold;
  	}
		.smaller {
			 font-size: 12px;
			 line-height: 17px;
		}
		.paler {
				color: #393939;
		}
		.halfline {
				font-size: 7px;
				line-height: 10px;
		}
	 	.img-xx {
				position: absolute;
				top: 0px;
				left: 285px;
		}
		.round {
				position: absolute;
				top: 0px;
				left: 264px;
		}
		.nav {
			font-size: 14px;
			line-height: 27px;
			width: 27px;
			height: 27px;
			vertical-align: middle;
		}
		.navA {
			background-image: url("./bg-kl-A.gif");
		}

		.longtext {
			overflow: auto;
			width: 180px;
			height: 90px;
			text-align: left;
		}
-->
