/*OPCJE SEKCJI BODY I KOMORKI TABELI*/
BODY, TD {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*background-color: #FFFFF0;*/
	}

/*OPCJE SEKCJI MENU*/

#menu {
	clear: both;
  	top: 0px;
	/*width: 200px;*/
  	width: auto;
  	height: auto;
  	position: absolute;
	/*background-color: #D8BFD8;*/
	/*background-color: #752A65;*/
	padding-right: 5px;
   padding-left: 5px;
   margin-left: 5px;
   padding-top: 5px;
   padding-bottom: 15px;
   margin-bottom: 20px;
   border-left: 0px;
   }

#menu ul {
	margin: 1px 1px 1px 1px;
	padding: 0;
	list-style-type: none;
} 
#menu li { 
	margin: 2px 0 2px 0; 
	} 

	
#menu a#opcje {
	display: block;
	color: #FFF;
	background-color: #1F613B;
	width: 150px;
	padding: .2em .8em;
	text-decoration: none;
} 	
	
#menu a#opcje_dz {
	display: block;
	color: #FFF;
	background-color: #699D69;
	width: 150px;
	padding: .2em .8em;
	text-decoration: none;
} 

#menu a#opcje_z {
	display: block;
	color: #FFF;
	background-color: Purple;
	width: 150px;
	padding: .2em .8em;
	text-decoration: none;
} 


#menu a#opcje:hover{
	background-color: Gray;
	color: Navy; /*font-weight: bold;*/
}	
	

#menu a#loga {
	display: block; 
	width: 150px; 
	padding: .2em .8em; 
	text-decoration: none; 
	text-align: center;

	} 

#menu a#loga:hover{ 
	
	}

#menu a#flagi {
	display: inline;
	padding: .2em .7em; 
	text-decoration: none; 
	text-align: center;

	} 

	
/*OPCJE SEKCJI MIDDLE*/

#middle {
   float: left;
   width: auto;
   height: auto !important;
   /*height: 340px; /* IE */*/
   min-height: 340px;
   /*display: block;*/
   /*background: #D8BFD8;*/
   display: block;
   position: absolute; left: 200px; top: 200px;
   padding-top: 20px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   font-family: sans-serif;
	}

#middle a {
   display:inline;
	color: Navy;
	text-decoration: none;
	line-height: 12px;
	font-style: normal;
	}

#middle a:hover {
	/*color: #191970;*/
	color: Navy;
	/*font-weight: bold;*/
	text-decoration: underline;
	}
	
#middle li { 
	margin: 0px 0 6px 0; 
	} 
	

/*OPCJE SEKCJI HEADER*/
#header {
  width:auto;
  float: none;
  height:50px;
  text-align: center;
  position: top:20px;
  padding-left:100px;
}

/*OPCJE TEKSTU*/

P#wyroznienie {
	color: Purple;
	font-weight: bold;
	letter-spacing: 1px;
}


P#rok {
	color: Navy;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 20px;
}


Font#podkresl{
	color: #006400;
	font-weight: bold;
}
P#podpisy {
	color: Navy;
	font-weight: normal;
	margin-left: 15px;
	font-style: italic;
	}
	
ul#wykaz {
	list-style-type:square;
	}
P#powrot {
	text-align: right;
	color: #752A65;;
	margin-left: 15px;
	text-align: right;
	font-size: 9px;
	text-decoration: none;
	}


	
P#stopka {
	color: White;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}


	

/*OPCJE NIEWYKORZYSTANYCH SEKCJI */
#subheader {
  float: right;
  width: 450px;
  height: 150px;
  margin-top: -150px;
  display: inline;
}

#left {
  clear: both;
  float: left;
  width: auto;
  height: auto !important;
  height: 300px; /* IE */
  min-height: 300px;
  display: inline;
  position: top:500px;
}

#right {
  clear: both;
  float: none;
  width: auto;
  height: auto;
  text-align: center;
 /* height: 500px; /* IE */*/
  /*min-height: 300px;*/
  display: inline;
  background-color:#D8BFD8;
  position: absolute;
}
#footer {
  clear: both;
  width: auto;
  background: #752A65;
}

#submenu {
  top: 170px;
  left: 10px;
  width: 140px;
  height: 170px;
  position: absolute;
  vertical-align: top;
  
}

