TABLE	{text-align: center;
		border:solid 1px blue;
		
		}
		
		TD{

		padding: 0px;
		spacing:0px
	
		color: black;
		border: solid 1px lightblue;
		font-size=13px;
		
		
		
		}
		
TH		{

		spacing:0px
		padding: 0px;
		border: solid 2px blue;
		color: #008000 ;
		}

.bdk {

		spacing:0px
		padding: 0px;
		border: solid 1px blue;
		color: #008000 ;
	}

.bdktab {

		spacing:0px
		padding: 0px;
		
		border-right-width: 1px;	
		border-right-style: solid  ;	
		border-right-color: blue;	

		border-left-width: 1px;	
		border-left-style: solid  ;	
		border-left-color: blue;	

		border-top-width: thick;	
	border-top-style: none  ;	
	border-top-color: red;	

	border-bottom-width: thick;	
	border-bottom-style: none  ;	
	border-bottom-color: blue
		
		

	}


}

.soeger{
		font-size:8px;
		color: blue;
		}
A:visited{color:darkblue;
			text-decoration: none;}
A:link{color: darkblue;
			text-decoration: none;}
A:hover{color: #008000;
			text-decoration: none;}
			
DIV.popup
	{
	background-color: darkblue;
	border-width: 2px;	
	border-style: solid ;	
	border-color: darkgrey;	
	color: white;
	padding: 10px 10px 10px 10px;



	height: 150px;
	width: 300px;
	position:absolute;
	z-index: 10;
	}
