#js_counter { width: 240px; height: 45px; }
 
#wrapper	{ 	width: 1180px; 
				margin-top: 10px;
				margin-right: auto; /* Abstand rechts */
				margin-bottom: 10px;
				margin-left: auto; /* Abstand links */	
}
				
.sonstiges 	{	border:1px #c0c0c0; 
				border-style: none solid  none none; 
				padding-left: 5px; 
				padding-right: 5px; 
				padding-top: 2px; 
				padding-bottom: 2px; 
				font-family: "Courier New", Times, serif;
				font-size: 14px;
				font-weight: bold;
}	


body { cursor: default; }           
				
				
.fixed_zeile { 	width: 1180px; 
				font-weight: bold; 
				background-color: #eeeeee; 
				height: 25px; 
				color: grey; 
				border: 1px solid #c0c0c0; 
				position: fixed;
				left: 0;
				right: 0;
				top: 20px;
				z-index: 7;
		 		margin-right: auto; /* Abstand rechts */
				margin-bottom: 10px;
				margin-left: auto; /* Abstand links */
}
				
.legende {     	width: 1180px; 
				position: fixed;
				top: 0px;
				width: 100%;
				left: 0;
				right: 0;
				font-weight: bold; 
				background-color: #eeeeee; 
				height: 20px; 
				color: grey; 
				border: 1px solid #c0c0c0; 
				z-index: 7;
			 
}		
.legende a:link 	{ color: #ffffff;  }
.legende a:visited 	{ color: #ffffff;  }
.legende a:hover 	{ color: #ffffff;  }
.legende a:active 	{ color: #ffffff;  }

.legendecontent	{	width: 20.00%; 
					height: 100%; 
					float: left; 
					font-size: 12px; 
					text-align: center; 
					padding-left: 10px;
}
	
#abstandoben {height: 15px;}

 
	
.NUM_HEADER {	width: 70px; float: left; text-align: center;  }
.NUM 		{	width: 70px; float: left; text-align: center;  text-align: right;  }
.VON 		{	width: 230px; float: left;text-align: left; }
.DATUM 		{	width: 80px; float: left;text-align: center; }
.MELDETEXT 	{	width: 530px; float: left; }
.ZUGEWIESEN	{	width: 240px;   float: left; 
				padding-left: 5px; 
				padding-right: 5px;
				font-family: "Courier New", Times, serif;
				font-size: 14px;				}
				
				
.modal-dialog{	width:1000px; height: auto; }

.button_modal{	height: auto;
}

.button_modal:hover	{
				background-color: #E3E3E3; 
}
 