﻿.unsichtbar {
	display:none;
	}
	
.sichtbar {
	display:block;
	}

.farbe {
	border-color:white;
	border-style:solid; 
	border-width:2px;
}

.ofarbe {
	border-color:none;
	}

.sonder{
	
	color:rgb(0,105,70);
	text-decoration:underline;
	font-weight:bold;
}

textarea.normal {
 	font-weight:bold;
 	text-align:left;
 	font-size:9pt;
 }
 
.buendig {
 	font-weight:bold;
 	text-align:left;
 	font-size:9pt;
 }
 
 .aufzaehlen {
 	font-weight:bold;
 	text-align:left;
 	font-size:8pt;
 	color:rgb(0,105,70);
	cursor:pointer;
 }
 
  .aufzahl {
 	font-weight:bold;
 	font-size:8pt;
 	color:rgb(0,105,70);
	cursor:pointer;
 }
 
   .verl {
 	font-weight:bold;
 	font-size:8pt;
 	color:rgb(0,105,70);
	cursor:pointer;
	text-decoration:underline;
 }
 
 	.klein {
	font-size:10px;
}

	.bild {
	list-style-image:url(/data/Bilder/lsrlogoklein.gif);
	font-weight:bold;	
}




