html {
		height:100%;
		}
		
body {
	  height:100%;margin:0; padding:0;
		}

		#distance { 
		width:1px;
		height:50%;
		background-color:#fc6321;
		margin-bottom:-357px; /* half of container's height */
		float:left;
		}
		
.maintable {
			 
				margin	  :0 auto;	
				position	  : relative;
				clear		  : left;
			   border     : none;
				padding    : 0px;
			   width      : 975px;
				height 	  : 715px;
				}
				
.tablerow {
				margin  : 0px;
		 		border  : none;
				padding : 0px;


			 }
			 
.tablecell {
				margin  : 0px;
		 		border  : 4px solid white;
				padding : 0px;
				float	  : left;

			 }
			 
.header  {
					font-family: Times, Arial;
					font-size : 18pt;
					color : black;
					text-decoration : none;
					text-align : center;
					width : 100%;
					border: none;
					display: block; 
				
			}

.op  {
					display: block; 
					height: 100px; 
					width: 100px;
					font-family: Arial;
					font-size : 10pt;
					color : black;
					text-decoration : none;
					font-weight:bold;
			  		margin: 0px;
 	 				background: url(link.gif) no-repeat;
					text-decoration: none;
					opacity: .0;
					-moz-opacity: 0.0;   
					filter: alpha(opacity=0);
				 }	

.op:hover {
				  	opacity: 1;
					-moz-opacity: 1.0;   
					filter: alpha(opacity=100);
				 }	
				 
			 
.greenlink {
					width:25%;
					float:left;
					display: block; 
					height: auto; 
					font-family: Arial;
					font-size : 10pt;
					color : green;
					text-decoration : none;
			  		margin: 0px;
}

.blacklink {
		  			font-family: Arial;
					font-size : 14pt;
					color : black;
					text-decoration : none;
			  		margin: 0px;
}

.blacklinksmall {
		  			font-family: Arial;
					font-size : 12pt;
					color : black;
					text-decoration : none;
			  		margin: 0px;
}

			 

.text 		{
					font-family: Times, Arial;
					font-size : 12pt;
					color : black;
					text-decoration : none;
					text-align : justify;
					width : 100%;
					border: none;
					display: block;
					text-indent: 1cm;  
					margin : 0px;
					width : 90%;
				
				}

				.stopka 		{
					font-family: Times, Arial;
					font-size : 10pt;
					color : black;
					text-decoration : none;
					text-align : justify;
					width : 100%;
					border: none;
					display: block;
					text-indent: 0.5cm;  
					margin : 0px;
					width : 90%;
				}


							
a img {	
			margin  : 0px;
		 	border  : none;
			padding : 0px;
		}
			 
.mainpictures {
				
					border: 0px;
					padding: 0px;
					margin: 0px;
					
					}
					
.maintext   {
					font-family: Arial;
					font-size : 14pt;
					color : black;
					text-align : center;
				 }			
				 
.przypis {
			line-height: 1.2em;
			vertical-align: top;
			font-size: 0.6em;
			padding: 0 0.3em 0.5em 0.5em
			}		
			


hr {
			width:100%;
			height:1px;
			background:black;
			color:black;
			margin:0;
			padding:0;
			border:none;
			font-size:1px;
			}

.menu a {
		font-family: Times;
		font-size : 12pt;
		color : black;
		text-align : center;
		border : 1px black solid;
		padding:3px;
		font-weight: bold; 
		font-style: italic;
		margin-right : 10px;
		width:115px;
	 	text-decoration : none;
		float:left;	
		}
		
.menu a:hover {
	  	color : white; 
		background : black;
		}
